Xi Ruoyao
Xi Ruoyao
`test.xml`: ```xml Test /path/to/command --some-arg ``` `test.po`: ```po # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as...
In the BFD code (under review now), we have: #define RELOCATE_CALC_PC32_HI20(relocation, pc) \ ({ \ bfd_vma lo = (relocation) & ((bfd_vma)0xfff); \ pc = pc & (~(bfd_vma)0xfff); \ if (lo...
Consider such cases: ### Case 1: ```c struct f { double x[0]; /* This is a GNU extension. */ double a; double b; }; ``` ### Case 2: ```c struct...
Perl-5.36.0 defaults to `pushy_https = 1`, and with this setting CPAN refuses to use any mirror configured in `urllist`. I think we should add `o conf pushy_https 0` into the...
With "medium" code model, we call a function with a pair of PCALAU12I and JIRL instructions. Currently the assembler produces something like: ``` 8: 1a00000c pcalau12i $t0, 0 8: R_LARCH_PCALA_HI20...
The PCIE x4 slot most close to CPU does not work. Another PCIE x4 slot and the PCIE x16 slot work fine. I've checked to BIOS setting, all PCIE ports...
When I booting the system with a USB stick plugged in, the boot failed because (hd0) changed from the HDD to the USB stick. It's not an issue: such behavior...
The precise number of block used seems depending on the underlying file system for `/tmp` (where the [test file](https://github.com/tytso/e2fsprogs/blob/25ad8a431331b4d1d444a70b6079456cc612ac40/tests/m_assume_storage_prezeroed/script#L22) is created). The number [224](https://github.com/tytso/e2fsprogs/blob/25ad8a431331b4d1d444a70b6079456cc612ac40/tests/m_assume_storage_prezeroed/expect#LL2-L2C4) seems only valid for tmpfs. On...
The PWM fan of XA61200 is running in a relatively low speed, even if the CPU is hot. Is it possible to implement a fan speed curve and/or provide the...