aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-06-26 11:50:43 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-29 08:58:48 +0200
commite0701f150b28753a0d56dbd23e1d7e5c851c66be (patch)
tree43d7f394441cdb6372456fe5a73ae0e1ff6fcaae
parentxtensa: Fix refcount leak bug in time.c (diff)
downloadwireguard-linux-e0701f150b28753a0d56dbd23e1d7e5c851c66be.tar.xz
wireguard-linux-e0701f150b28753a0d56dbd23e1d7e5c851c66be.zip
parisc: Enable ARCH_HAS_STRICT_MODULE_RWX
commit 0a1355db36718178becd2bfe728a023933d73123 upstream. Fix a boot crash on a c8000 machine as reported by Dave. Basically it changes patch_map() to return an alias mapping to the to-be-patched code in order to prevent writing to write-protected memory. Signed-off-by: Helge Deller <deller@gmx.de> Suggested-by: John David Anglin <dave.anglin@bell.net> Cc: stable@vger.kernel.org # v5.2+ Link: https://lore.kernel.org/all/e8ec39e8-25f8-e6b4-b7ed-4cb23efc756e@bell.net/ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/parisc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 0c29d6cb2c8d..c97c01c75566 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -11,6 +11,7 @@ config PARISC
select ARCH_WANT_FRAME_POINTERS
select ARCH_HAS_ELF_RANDOMIZE
select ARCH_HAS_STRICT_KERNEL_RWX
+ select ARCH_HAS_STRICT_MODULE_RWX
select ARCH_HAS_UBSAN_SANITIZE_ALL
select ARCH_NO_SG_CHAIN
select ARCH_SUPPORTS_MEMORY_FAILURE