diff options
author | Youling Tang <tangyouling@kylinos.cn> | 2025-10-02 22:39:08 +0800 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2025-10-02 22:39:08 +0800 |
commit | c8168b4faf1d62cbb320a3e518ad31cdd567cb05 (patch) | |
tree | c2c827892dac92a8945ee1e46406fbb8901dc354 /tools/docs/parse-headers.py | |
parent | 1bcca8620a915d2f98ad7641f82d799c17f04b93 (diff) |
LoongArch: Automatically disable kaslr if boot from kexec_file
Automatically disable kaslr when the kernel loads from kexec_file.
kexec_file loads the secondary kernel image to a non-linked address,
inherently providing KASLR-like randomization.
However, on LoongArch where System RAM may be non-contiguous, enabling
KASLR for the second kernel may relocate it to an invalid memory region
and cause a boot failure. Thus, we disable KASLR when "kexec_file" is
detected in the command line.
To ensure compatibility with older kernels loaded via kexec_file, this
patch should be backported to stable branches.
Cc: stable@vger.kernel.org
Signed-off-by: Youling Tang <tangyouling@kylinos.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'tools/docs/parse-headers.py')
0 files changed, 0 insertions, 0 deletions