All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] crash: Fix x86_32 memory reserve dead loop bug
@ 2024-07-18  3:54 ` Jinjie Ruan
  0 siblings, 0 replies; 33+ messages in thread
From: Jinjie Ruan @ 2024-07-18  3:54 UTC (permalink / raw)
  To: linux, catalin.marinas, will, paul.walmsley, palmer, aou, tglx,
	mingo, bp, dave.hansen, hpa, bhe, vgoyal, dyoung, arnd, afd,
	linus.walleij, akpm, eric.devolder, gregkh, javierm, deller, robh,
	hbathini, thunder.leizhen, chenjiahao16, linux-kernel, kexec,
	linux-arm-kernel, linux-riscv
  Cc: ruanjinjie

Fix two bugs for x86_32 crash memory reserve, and prepare to apply generic
crashkernel reservation to 32bit system. Then use generic interface to
simplify crashkernel reservation for ARM32.

changes in v3:
- Fix it as Baoquan suggested.
- Update the commit message.

changes in v2:
- Peel off the other two patches.
- Update the commit message and fix tag.

Jinjie Ruan (3):
  crash: Fix x86_32 crash memory reserve dead loop bug
  crash: Fix x86_32 crash memory reserve dead loop bug at high
  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 ++++----------------------
 arch/arm64/include/asm/crash_reserve.h |  2 +
 arch/riscv/include/asm/crash_reserve.h |  2 +
 arch/x86/include/asm/crash_reserve.h   |  1 +
 kernel/crash_reserve.c                 |  5 +-
 7 files changed, 44 insertions(+), 56 deletions(-)
 create mode 100644 arch/arm/include/asm/crash_reserve.h

-- 
2.34.1


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

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

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18  3:54 [PATCH v3 0/3] crash: Fix x86_32 memory reserve dead loop bug Jinjie Ruan
2024-07-18  3:54 ` Jinjie Ruan
2024-07-18  3:54 ` Jinjie Ruan
2024-07-18  3:54 ` [PATCH v3 1/3] crash: Fix x86_32 crash " Jinjie Ruan
2024-07-18  3:54   ` Jinjie Ruan
2024-07-18  3:54   ` Jinjie Ruan
2024-07-18 11:10   ` Baoquan He
2024-07-18 11:10     ` Baoquan He
2024-07-18 11:10     ` Baoquan He
2024-07-18 12:11     ` Jinjie Ruan
2024-07-18 12:11       ` Jinjie Ruan
2024-07-18 12:11       ` Jinjie Ruan
2024-07-18 13:18     ` Jinjie Ruan
2024-07-18 13:18       ` Jinjie Ruan
2024-07-18 13:18       ` Jinjie Ruan
2024-07-18  3:54 ` [PATCH v3 2/3] crash: Fix x86_32 crash memory reserve dead loop bug at high Jinjie Ruan
2024-07-18  3:54   ` Jinjie Ruan
2024-07-18  3:54   ` Jinjie Ruan
2024-07-18 11:14   ` Baoquan He
2024-07-18 11:14     ` Baoquan He
2024-07-18 11:14     ` Baoquan He
2024-07-18 12:10     ` Jinjie Ruan
2024-07-18 12:10       ` Jinjie Ruan
2024-07-18 12:10       ` Jinjie Ruan
2024-07-18 14:42       ` Baoquan He
2024-07-18 14:42         ` Baoquan He
2024-07-18 14:42         ` Baoquan He
2024-07-18  3:54 ` [PATCH v3 3/3] ARM: Use generic interface to simplify crashkernel reservation Jinjie Ruan
2024-07-18  3:54   ` Jinjie Ruan
2024-07-18  3:54   ` Jinjie Ruan
2024-08-05  7:51   ` Linus Walleij
2024-08-05  7:51     ` Linus Walleij
2024-08-05  7:51     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.