Skip to content

Commit c148879

Browse files
committed
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull STRICT_DEVMEM default from Ingo Molnar: "Make CONFIG_STRICT_DEVMEM default-y on x86 and arm64 as well, to follow the distro status quo" * 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64
2 parents 6304672 + 0f7cda2 commit c148879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@ config STRICT_DEVMEM
19521952
bool "Filter access to /dev/mem"
19531953
depends on MMU && DEVMEM
19541954
depends on ARCH_HAS_DEVMEM_IS_ALLOWED
1955-
default y if TILE || PPC
1955+
default y if TILE || PPC || X86 || ARM64
19561956
---help---
19571957
If this option is disabled, you allow userspace (root) access to all
19581958
of memory, including kernel and userspace memory. Accidental

0 commit comments

Comments
 (0)