Re: [PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO

2023-09-18 Thread Xi Ruoyao
27;ll do that today. Hi Grant, Is there an update of this series? My workstation suffers from too much correctable AER reporting as well (related to Intel's errata "RPL013: Incorrectly Formed PCIe Packets May Generate Correctable Errors" and/or the motherboard design, I guess). -- Xi

Re: [RFC PATCH] asm-generic: Unify uapi bitsperlong.h

2023-06-10 Thread Xi Ruoyao
equire kernel uapi headers, so this may not > > > > be too critical. > Only arm64, riscv and loongarch belong to the newer architectures > which are related with this change, I am not sure it is necessary > to "unify" uapi bitsperlong.h for them. At least it wil

Re: [PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO

2024-03-24 Thread Xi Ruoyao
On Mon, 2023-09-18 at 14:39 -0500, Bjorn Helgaas wrote: > On Mon, Sep 18, 2023 at 07:42:30PM +0800, Xi Ruoyao wrote: > > ... > > > My workstation suffers from too much correctable AER reporting as well > > (related to Intel's errata "RPL013: Incorrectly Fo

Re: [PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO

2024-03-25 Thread Xi Ruoyao
On Mon, 2024-03-25 at 16:45 +0800, Ethan Zhao wrote: > On 3/25/2024 1:19 AM, Xi Ruoyao wrote: > > On Mon, 2023-09-18 at 14:39 -0500, Bjorn Helgaas wrote: > > > On Mon, Sep 18, 2023 at 07:42:30PM +0800, Xi Ruoyao wrote: > > > > ... > > > > My worksta

Re: [PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO

2024-03-25 Thread Xi Ruoyao
On Mon, 2024-03-25 at 18:15 +0800, Xi Ruoyao wrote: > On Mon, 2024-03-25 at 16:45 +0800, Ethan Zhao wrote: > > On 3/25/2024 1:19 AM, Xi Ruoyao wrote: > > > On Mon, 2023-09-18 at 14:39 -0500, Bjorn Helgaas wrote: > > > > On Mon, Sep 18, 2023 at 07:

Re: [PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO

2024-04-01 Thread Xi Ruoyao
the motherboard. -- Xi Ruoyao School of Aerospace Science and Technology, Xidian University

Re: [PATCH 2/6] loongarch: defconfig: drop RT_GROUP_SCHED=y

2024-05-30 Thread Xi Ruoyao
164383 > > Signed-off-by: Celeste Liu As a distro maintainer who had once been bitten by this option: Reviewed-by: Xi Ruoyao > --- >  arch/loongarch/configs/loongson3_defconfig | 1 - >  1 file changed, 1 deletion(-) > > diff --git a/arch/loongarch/configs/loongson3_defco

Re: [PATCH v5 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32

2024-09-05 Thread Xi Ruoyao
e -T --boottime $((365*24*3600)) to create the time namespace instead. But note that with this approach you'll be operating as the real root user and be careful not to break things. -- Xi Ruoyao School of Aerospace Science and Technology, Xidian University

Re: [PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface

2024-12-22 Thread Xi Ruoyao
/ > > v7: add chagelog and adjust function declaration alignment format > > -- > > > > Signed-off-by: Guo Weikang > > Reviewed-by: Andrew Morton > > Reviewed-by: Geert Uytterhoeven > > Reviewed-by: Mike Rapoport (Microsoft) > > Acked-

Re: [PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface

2024-12-21 Thread Xi Ruoyao
he patch revision number so quickly. And if you must do it, you should embed a ChangeLog of your patch (below this "---" line) so people can know what has been changed. -- Xi Ruoyao School of Aerospace Science and Technology, Xidian University

Re: [PATCH v3 09/18] riscv: vdso: Switch to generic storage implementation

2025-02-22 Thread Xi Ruoyao
o > Signed-off-by: Thomas Weißschuh I made a RISC-V vDSO getrandom implementation on top of this and it works fine. I'll submit it when this is merged. Tested-by: Xi Ruoyao > --- >  arch/riscv/Kconfig |  3 +- >  arch/riscv/include/a

Re: [PATCH v3 10/18] LoongArch: vDSO: Switch to generic storage implementation

2025-02-22 Thread Xi Ruoyao
o > Signed-off-by: Thomas Weißschuh Tested-by: Xi Ruoyao /* snip */ > diff --git a/arch/loongarch/include/asm/vdso/getrandom.h > b/arch/loongarch/include/asm/vdso/getrandom.h > index > e80f3c4ac7481ba7f9f5d9210fefa78c3293243b..48c43f55b039b42168698614d0479b7a872d20f3 > 10064