]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86: Disable EXECMEM_ROX support
authorPeter Zijlstra <peterz@infradead.org>
Mon, 13 Jan 2025 11:29:34 +0000 (12:29 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 13 Jan 2025 11:42:51 +0000 (12:42 +0100)
commita9bbe341333109465605e8733bab0b573cddcc8c
treede36777c663cc52bae293ebee680fc29c7864bd3
parent5bc55a333a2f7316b58edc7573e8e893f7acb532
x86: Disable EXECMEM_ROX support

The whole module_writable_address() nonsense made a giant mess of
alternative.c, not to mention it still contains bugs -- notable some of the
CFI variants crash and burn.

Mike has been working on patches to clean all this up again, but given the
current state of things, this stuff just isn't ready.

Disable for now, lets try again next cycle.

Fixes: 5185e7f9f3bd ("x86/module: enable ROX caches for module text on 64 bit")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20250113112934.GA8385@noisy.programming.kicks-ass.net
arch/x86/Kconfig