mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
ARM_MODULE_PLTS defaults to "y" since kernel 4.18 and is also enabled in RPi kernels. Disabling that option causes module load failures with "relocation 28 out of range" when lots of stuff is built into the kernel, eg when enabling KASAN or other code instrumentation. Signed-off-by: Matthias Reichl <hias@horus.com>