powerpc/fadump: reset dump area size if fadump memory reserve fails
authorSourabh Jain <sourabhjain@linux.ibm.com>
Tue, 4 Jul 2023 05:07:15 +0000 (10:37 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 18 Aug 2023 07:03:15 +0000 (17:03 +1000)
commitd1eb75e0dfed80d2d85b664e28a39f65b290ab55
tree472c0a82423b51d2cacea83a26bff09b795fd37c
parent7dac7cf1b407605c15d85ae885377ba0560ca4cd
powerpc/fadump: reset dump area size if fadump memory reserve fails

In case fadump_reserve_mem() fails to reserve memory, the
reserve_dump_area_size variable will retain the reserve area size. This
will lead to /sys/kernel/fadump/mem_reserved node displaying an incorrect
memory reserved by fadump.

To fix this problem, reserve dump area size variable is set to 0 if fadump
failed to reserve memory.

Fixes: 8255da95e545 ("powerpc/fadump: release all the memory above boot memory size")
Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
Acked-by: Mahesh Salgaonkar <mahesh@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230704050715.203581-1-sourabhjain@linux.ibm.com
arch/powerpc/kernel/fadump.c