public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] arm64/riscv: Add support for crashkernel CMA reservation
@ 2026-02-04  9:37 Jinjie Ruan
  2026-02-04  9:37 ` [PATCH v3 1/3] crash: Exclude crash kernel memory in crash core Jinjie Ruan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jinjie Ruan @ 2026-02-04  9:37 UTC (permalink / raw)
  To: corbet, catalin.marinas, will, chenhuacai, kernel, maddy, mpe,
	npiggin, chleroy, pjw, palmer, aou, alex, tglx, mingo, bp,
	dave.hansen, hpa, akpm, bhe, vgoyal, dyoung, pawan.kumar.gupta,
	feng.tang, kees, elver, arnd, lirongqing, fvdl, leitao, rppt,
	cfsworks, osandov, sourabhjain, ardb, ryan.roberts, tangyouling,
	ritesh.list, bjorn, songshuaishuai, samuel.holland, kevin.brodsky,
	junhui.liu, vishal.moola, coxu, jbohac, liaoyuanhong, brgerst,
	fuqiang.wang, x86, linux-doc, linux-kernel, linux-arm-kernel,
	loongarch, linuxppc-dev, linux-riscv, kexec
  Cc: ruanjinjie

Add support for crashkernel CMA reservation for arm64 and riscv.

By the way, exclude crash kernel memory in crash core to
avoid duplication.

Changs in v3:
- Exclude crash kernel memory in crash core as Mike suggested.
- Add acked-by.

Jinjie Ruan (3):
  crash: Exclude crash kernel memory in crash core
  arm64: kexec: Add support for crashkernel CMA reservation
  riscv: kexec: Add support for crashkernel CMA reservation

 .../admin-guide/kernel-parameters.txt         | 16 ++++----
 arch/arm64/kernel/machine_kexec_file.c        | 16 +++-----
 arch/arm64/mm/init.c                          |  5 ++-
 arch/loongarch/kernel/machine_kexec_file.c    | 12 ------
 arch/powerpc/kexec/ranges.c                   | 16 ++------
 arch/riscv/kernel/machine_kexec_file.c        | 15 ++++---
 arch/riscv/mm/init.c                          |  5 ++-
 arch/x86/kernel/crash.c                       | 39 +------------------
 kernel/crash_core.c                           | 28 +++++++++++++
 9 files changed, 61 insertions(+), 91 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2026-02-05  3:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04  9:37 [PATCH v3 0/3] arm64/riscv: Add support for crashkernel CMA reservation Jinjie Ruan
2026-02-04  9:37 ` [PATCH v3 1/3] crash: Exclude crash kernel memory in crash core Jinjie Ruan
2026-02-04 12:32   ` Sourabh Jain
2026-02-05  3:15     ` Jinjie Ruan
2026-02-04  9:37 ` [PATCH v3 2/3] arm64: kexec: Add support for crashkernel CMA reservation Jinjie Ruan
2026-02-04  9:37 ` [PATCH v3 3/3] riscv: " Jinjie Ruan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox