diff options
author | Steven Chen <chenste@linux.microsoft.com> | 2025-04-22 01:25:14 +0300 |
---|---|---|
committer | Mimi Zohar <zohar@linux.ibm.com> | 2025-04-29 22:54:54 +0300 |
commit | 0ad93987c9c10a3125a58da0f225241169f3271a (patch) | |
tree | d8430e0cd66ecb646710c60fbf48c220552b133f /scripts/lib/kdoc/kdoc_files.py | |
parent | d0a00ce470e3ea19ba3b9f1c390aee739570a44a (diff) | |
download | linux-0ad93987c9c10a3125a58da0f225241169f3271a.tar.xz |
ima: make the kexec extra memory configurable
The extra memory allocated for carrying the IMA measurement list across
kexec is hard-coded as half a PAGE. Make it configurable.
Define a Kconfig option, IMA_KEXEC_EXTRA_MEMORY_KB, to configure the
extra memory (in kb) to be allocated for IMA measurements added during
kexec soft reboot. Ensure the default value of the option is set such
that extra half a page of memory for additional measurements is allocated
for the additional measurements.
Update ima_add_kexec_buffer() function to allocate memory based on the
Kconfig option value, rather than the currently hard-coded one.
Suggested-by: Stefan Berger <stefanb@linux.ibm.com>
Co-developed-by: Tushar Sugandhi <tusharsu@linux.microsoft.com>
Signed-off-by: Tushar Sugandhi <tusharsu@linux.microsoft.com>
Signed-off-by: Steven Chen <chenste@linux.microsoft.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Acked-by: Baoquan He <bhe@redhat.com>
Tested-by: Stefan Berger <stefanb@linux.ibm.com> # ppc64/kvm
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions