LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: Use generic interface to simplify crashkernel reservation
@ 2024-07-08 13:33 Jinjie Ruan
  2024-07-08 13:33 ` [PATCH 1/3] crash: Fix memory reserve dead loop bug in reserve_crashkernel_generic() Jinjie Ruan
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Jinjie Ruan @ 2024-07-08 13:33 UTC (permalink / raw)
  To: linux, bhe, vgoyal, dyoung, paul.walmsley, palmer, aou, arnd, afd,
	akpm, rmk+kernel, linus.walleij, eric.devolder, gregkh, deller,
	javierm, robh, thunder.leizhen, austindh.kim, linux-arm-kernel,
	linux-kernel, kexec
  Cc: ruanjinjie

Currently, x86, arm64, riscv and loongarch has been switched to generic
crashkernel reservation. Also use generic interface to simplify crashkernel
reservation for arm32, and fix two bugs by the way.

Jinjie Ruan (3):
  crash: Fix memory reserve dead loop bug in
    reserve_crashkernel_generic()
  ARM: Fix crash kenrel data type bug
  ARM: Use generic interface to simplify crashkernel reservation

 arch/arm/Kconfig                     |  3 ++
 arch/arm/include/asm/crash_reserve.h | 24 +++++++++++
 arch/arm/kernel/setup.c              | 63 +++++-----------------------
 kernel/crash_reserve.c               |  8 +++-
 4 files changed, 44 insertions(+), 54 deletions(-)
 create mode 100644 arch/arm/include/asm/crash_reserve.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-05  7:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08 13:33 [PATCH 0/3] ARM: Use generic interface to simplify crashkernel reservation Jinjie Ruan
2024-07-08 13:33 ` [PATCH 1/3] crash: Fix memory reserve dead loop bug in reserve_crashkernel_generic() Jinjie Ruan
2024-08-05  7:15   ` Linus Walleij
2024-07-08 13:33 ` [PATCH 2/3] ARM: Fix crash kenrel data type bug Jinjie Ruan
2024-08-05  7:14   ` Linus Walleij
2024-07-08 13:33 ` [PATCH 3/3] ARM: Use generic interface to simplify crashkernel reservation Jinjie Ruan
2024-07-09  9:29 ` [PATCH 0/3] " Baoquan He
2024-07-09  9:50   ` Jinjie Ruan
2024-07-09 10:39     ` Baoquan He
2024-07-09 11:06       ` Jinjie Ruan
2024-07-09 14:06         ` Baoquan He
2024-07-10  1:52           ` Jinjie Ruan
2024-07-10  3:40             ` Baoquan He
2024-07-11  6:30   ` Jinjie Ruan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).