[PATCH RESEND v1 1/5] crash: remove an unused argument from reserve_crashkernel_generic()

Baoquan he bhe at redhat.com
Wed Jan 8 03:16:29 PST 2025


On 01/08/25 at 03:44pm, Sourabh Jain wrote:
> cmdline argument is not used in reserve_crashkernel_generic() so remove
> it. Correspondingly, all the callers have been updated as well.
> 
> No functional change intended.
> 
> Cc: Andrew Morton <akpm at linux-foundation.org>
> Cc: Baoquan he <bhe at redhat.com>
> Cc: Hari Bathini <hbathini at linux.ibm.com>
> CC: Madhavan Srinivasan <maddy at linux.ibm.com>
> Cc: Michael Ellerman <mpe at ellerman.id.au>
> Cc: kexec at lists.infradead.org
> Cc: linux-kernel at vger.kernel.org
> Signed-off-by: Sourabh Jain <sourabhjain at linux.ibm.com>
> ---
>  arch/arm64/mm/init.c          |  6 ++----
>  arch/loongarch/kernel/setup.c |  5 ++---
>  arch/riscv/mm/init.c          |  6 ++----
>  arch/x86/kernel/setup.c       |  6 ++----
>  include/linux/crash_reserve.h | 11 +++++------
>  kernel/crash_reserve.c        |  9 ++++-----
>  6 files changed, 17 insertions(+), 26 deletions(-)

Acked-by: Baoquan He <bhe at redhat.com>




More information about the kexec mailing list