diff options
author | 2024-06-07 22:22:13 +0200 | |
---|---|---|
committer | 2024-09-12 07:23:02 -0700 | |
commit | b635a84bde6f0b94944b5d960f4e6a52ac3555c6 (patch) | |
tree | 32e37076111007b3f15a8a76ca3241f18c7db9fe /tools/perf/scripts/python/export-to-postgresql.py | |
parent | riscv: drop the use of XIP_OFFSET in create_kernel_page_table() (diff) | |
download | wireguard-linux-b635a84bde6f0b94944b5d960f4e6a52ac3555c6.tar.xz wireguard-linux-b635a84bde6f0b94944b5d960f4e6a52ac3555c6.zip |
riscv: remove limit on the size of read-only section for XIP kernel
XIP_OFFSET is the hard-coded offset of writable data section within the
kernel.
By hard-coding this value, the read-only section of the kernel (which is
placed before the writable data section) is restricted in size. This causes
build failures if the kernel gets too big [1].
Remove this limit.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404211031.J6l2AfJk-lkp@intel.com [1]
Signed-off-by: Nam Cao <namcao@linutronix.de>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/3bf3a77be10ebb0d8086c028500baa16e7a8e648.1717789719.git.namcao@linutronix.de
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions