diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2024-12-10 14:35:49 +0300 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-12-15 18:19:04 +0300 |
commit | 8fb72561602322bcd226460fc16f74f0bc003988 (patch) | |
tree | d72255c7c3b5ba28437d1c5f55090fc1a7717c55 /scripts/gdb/linux/utils.py | |
parent | 01dc3a0d5cd67de28bcd48c2be196b26dd2dde9f (diff) | |
download | linux-8fb72561602322bcd226460fc16f74f0bc003988.tar.xz |
s390: Add KERNEL_IMAGE_BASE to kasan.config
Although Kconfig specifies:
config KERNEL_IMAGE_BASE
hex "Kernel image base address"
range 0x100000 0x1FFFFFE0000000 if !KASAN
range 0x100000 0x1BFFFFE0000000 if KASAN
default 0x3FFE0000000 if !KASAN
default 0x7FFFE0000000 if KASAN
Running make defconfig or make debug_defconfig
followed by make kasan.config results in a suboptimal
CONFIG_KERNEL_IMAGE_BASE=0x3FFE0000000. Add
CONFIG_KERNEL_IMAGE_BASE=0x7FFFE0000000 to kasan.config to address that.
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions