diff options
author | Sourabh Jain <sourabhjain@linux.ibm.com> | 2024-11-07 08:58:17 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-11-10 14:33:52 +0300 |
commit | fb90dca828b6070709093934c6dec56489a2d91d (patch) | |
tree | f7b17734964a6fa406dc172edc0558d2b0364464 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | f4892c68ecc1cf45e41a78820dd2eebccc945b66 (diff) | |
download | linux-fb90dca828b6070709093934c6dec56489a2d91d.tar.xz |
fadump: reserve param area if below boot_mem_top
The param area is a memory region where the kernel places additional
command-line arguments for fadump kernel. Currently, the param memory
area is reserved in fadump kernel if it is above boot_mem_top. However,
it should be reserved if it is below boot_mem_top because the fadump
kernel already reserves memory from boot_mem_top to the end of DRAM.
Currently, there is no impact from not reserving param memory if it is
below boot_mem_top, as it is not used after the early boot phase of the
fadump kernel. However, if this changes in the future, it could lead to
issues in the fadump kernel.
Fixes: 3416c9daa6b1 ("powerpc/fadump: pass additional parameters when fadump is active")
Acked-by: Hari Bathini <hbathini@linux.ibm.com>
Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241107055817.489795-2-sourabhjain@linux.ibm.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions