Re: [PATCH 6/8] initramfs: move the legacy keepinitrd parameter to core code

From: Catalin Marinas
Date: Thu Feb 14 2019 - 11:56:53 EST


On Wed, Feb 13, 2019 at 06:46:19PM +0100, Christoph Hellwig wrote:
> No need to handle the freeing disable in arch code when we already
> have a core hook (and a different name for the option) for it.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> arch/Kconfig | 7 +++++++
> arch/arm/Kconfig | 1 +
> arch/arm/mm/init.c | 25 ++++++-------------------
> arch/arm64/Kconfig | 1 +
> arch/arm64/mm/init.c | 17 ++---------------
> arch/unicore32/Kconfig | 1 +
> arch/unicore32/mm/init.c | 14 +-------------
> init/initramfs.c | 9 +++++++++
> 8 files changed, 28 insertions(+), 47 deletions(-)

For arm64:

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>