mbox series

[0/3] powerpc/fadump: fadump fixes and improvements

Message ID 20220406093839.206608-1-hbathini@linux.ibm.com (mailing list archive)
Headers show
Series powerpc/fadump: fadump fixes and improvements | expand

Message

Hari Bathini April 6, 2022, 9:38 a.m. UTC
This series fixes a couple of issues in fadump and improves logging.
The first patch fixes a bug that is observed when memory reserved for
fadump is not adjacent to boot memory area. The second patch ensures
mmap read succeeds for all memory regions in the vmcore. The third
patch improves the data that is printed for fadump.

Hari Bathini (3):
  powerpc/fadump: fix PT_LOAD segment for boot memory area
  powerpc/fadump: align destination address to pagesize
  powerpc/fadump: print start of preserved area

 arch/powerpc/kernel/fadump.c                 | 13 +++++++++++--
 arch/powerpc/platforms/powernv/opal-fadump.c |  6 +++---
 arch/powerpc/platforms/pseries/rtas-fadump.c | 12 +++++++++---
 3 files changed, 23 insertions(+), 8 deletions(-)

Comments

Michael Ellerman May 15, 2022, 10:12 a.m. UTC | #1
On Wed, 6 Apr 2022 15:08:36 +0530, Hari Bathini wrote:
> This series fixes a couple of issues in fadump and improves logging.
> The first patch fixes a bug that is observed when memory reserved for
> fadump is not adjacent to boot memory area. The second patch ensures
> mmap read succeeds for all memory regions in the vmcore. The third
> patch improves the data that is printed for fadump.
> 
> Hari Bathini (3):
>   powerpc/fadump: fix PT_LOAD segment for boot memory area
>   powerpc/fadump: align destination address to pagesize
>   powerpc/fadump: print start of preserved area
> 
> [...]

Applied to powerpc/next.

[1/3] powerpc/fadump: fix PT_LOAD segment for boot memory area
      https://git.kernel.org/powerpc/c/15eb77f873255cf9f4d703b63cfbd23c46579654
[2/3] powerpc/fadump: align destination address to pagesize
      https://git.kernel.org/powerpc/c/9cf3b3a33a36ef4a988be0a770edd3555297f2a9
[3/3] powerpc/fadump: print start of preserved area
      https://git.kernel.org/powerpc/c/a3ceb5882edf6696ebc6aeb8043ddec548a93052

cheers