lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 17 Jan 2021 10:09:04 +0000 From: Russell King - ARM Linux admin <linux@...linux.org.uk> To: Kefeng Wang <wangkefeng.wang@...wei.com> Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org, palmerdabbelt@...gle.com, Atish Patra <atish.patra@....com>, Palmer Dabbelt <palmer@...belt.com>, guoren@...nel.org, Paul Walmsley <paul.walmsley@...ive.com> Subject: Re: [PATCH v3 0/4] initrd: Use unified initrd reserve function in ARM/RISCV On Sun, Jan 17, 2021 at 12:57:55PM +0800, Kefeng Wang wrote: > Correct Russell's mail address (from linux@...linux.org.uk to > rmk+kernel@...linux.org.uk, should update the MAINTAINERS) No. MAINTAINERS is correct. > On 2021/1/15 13:46, Kefeng Wang wrote: > > Use the same implementation of initrd reserve to avoid duplication. > > > > v3: > > - split into four patches, suggested-by Palmer Dabbelt > > v2: > > - fix build error found by kernel test robot > > > > Kefeng Wang (4): > > initrd: Add the preprocessor guard in initrd.h > > initramfs: Provide a common initrd reserve function > > ARM: Covert to reserve_initrd_mem() > > riscv: Covert to reserve_initrd_mem() > > > > arch/arm/mm/init.c | 43 +-------------------------------- > > arch/riscv/mm/init.c | 54 +----------------------------------------- > > include/linux/initrd.h | 11 +++++++++ > > init/initramfs.c | 45 +++++++++++++++++++++++++++++++++++ > > 4 files changed, 58 insertions(+), 95 deletions(-) > > > -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
Powered by blists - more mailing lists