LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/3] powerpc/fadump: Improvements for firmware-assisted dump.
@ 2018-08-20  8:17 Mahesh J Salgaonkar
  2018-08-20  8:17 ` [PATCH v7 1/3] powerpc/fadump: Reservationless firmware assisted dump Mahesh J Salgaonkar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mahesh J Salgaonkar @ 2018-08-20  8:17 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Ananth N Mavinakayanahalli, Hari Bathini, Ananth Narayan,
	Aneesh Kumar K.V, Hari Bathini, Nathan Fontenot, kernelfans

One of the primary issues with Firmware Assisted Dump (fadump) on Power
is that it needs a large amount of memory to be reserved. This reserved
memory is used for saving the contents of old crashed kernel's memory before
fadump capture kernel uses old kernel's memory area to boot. However, This
reserved memory area stays unused until system crash and isn't available
for production kernel to use.

Instead of setting aside a significant chunk of memory that nobody can use,
take advantage Linux kernel's Contiguous Memory Allocator (CMA) feature,
to reserve a significant chunk of memory that the kernel is prevented from
using, but applications are free to use it.

Patch 1 implements the usage of CMA region to allow production kernel to
use that memory for applications usage, making fadump reservationless.
We now initialize siginificant chunk of faump reserved memory for CMA.

Cahnges in V7:
- Revert back to use CMA for fadump reservation.
- Add fadump=nocma option to fall back default behaviour.

Changes in V6:
- Introduce an interface to mark reserved memory as ZONE_MOVABLE. Hence
  sending this series as RFC again.
- Mark reserved area as ZONE_MOVABLE instead of CMA.
- Add fadump=nonmovable parameter for user who don't want to use ZONE_MOVABLE.

Changes in V5:
- Drop the patch that does metadata movement.
- Move the kexec fix patch to top (patch 1)
- Fold CMA documenation patch into patch 2
- Fix the compilation issues when CONFIG_CMA is not set reported by Hari.
- Use the approach of using boot memory size for CMA as suggested by Hari
  except the movement of sections. Thanks to Hari.

Changes in V4:
- patch 1: Make fadump compatible irrespective of kernel versions.
- patch 4: moved out of the series and been posted seperatly at
  http://patchwork.ozlabs.org/patch/896716/
- Documentation update about CMA reservation.

Changes in V3:
- patch 1 & 2: move metadata region and documentation update.
- patch 7: Un-register the faudmp on kexec path


---

Mahesh Salgaonkar (3):
      powerpc/fadump: Reservationless firmware assisted dump
      powerpc/fadump: throw proper error message on fadump registration failure.
      powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.


 Documentation/powerpc/firmware-assisted-dump.txt |   17 +++
 arch/powerpc/include/asm/fadump.h                |    7 +
 arch/powerpc/kernel/fadump.c                     |  140 ++++++++++++++++++++--
 arch/powerpc/platforms/pseries/hotplug-memory.c  |    7 +
 4 files changed, 155 insertions(+), 16 deletions(-)

--
Signature

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

end of thread, other threads:[~2018-12-23 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20  8:17 [PATCH v7 0/3] powerpc/fadump: Improvements for firmware-assisted dump Mahesh J Salgaonkar
2018-08-20  8:17 ` [PATCH v7 1/3] powerpc/fadump: Reservationless firmware assisted dump Mahesh J Salgaonkar
2018-12-23 13:28   ` [v7,1/3] " Michael Ellerman
2018-08-20  8:17 ` [PATCH v7 2/3] powerpc/fadump: throw proper error message on fadump registration failure Mahesh J Salgaonkar
2018-08-20  8:17 ` [PATCH v7 3/3] powerpc/fadump: Do not allow hot-remove memory from fadump reserved area Mahesh J Salgaonkar

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