[linux] 02/03: [arm*] Enable STRICT_DEVMEM
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sat Oct 1 21:43:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 8e160e8d48b215789f770e4a525a40f064fe53c7
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sat Oct 1 22:18:20 2016 +0100
[arm*] Enable STRICT_DEVMEM
This enables STRICT_DEVMEM in the top-level config rather than per-
architecture, but the only additional kernel architectures that we
build and that support it are arm and arm64.
---
debian/changelog | 1 +
debian/config/config | 1 +
debian/config/kernelarch-x86/config | 1 -
debian/config/s390x/config | 5 -----
4 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 60c5cb9..98b7126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ linux (4.8~rc8-1~exp2) UNRELEASED; urgency=medium
* [amd64] Enable LEGACY_VSYSCALL_NONE instead of LEGACY_VSYSCALL_EMULATE.
This breaks (e)glibc 2.13 and earlier, and can be reverted using the kernel
parameter: vsyscall=emulate
+ * [arm*] Enable STRICT_DEVMEM
-- Ben Hutchings <ben at decadent.org.uk> Sat, 01 Oct 2016 21:51:33 +0100
diff --git a/debian/config/config b/debian/config/config
index 7353c0a..dacfea1 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5788,6 +5788,7 @@ CONFIG_TEST_BPF=m
CONFIG_TEST_FIRMWARE=m
# CONFIG_TEST_UDELAY is not set
CONFIG_TEST_STATIC_KEYS=m
+CONFIG_STRICT_DEVMEM=y
##
## file: lib/fonts/Kconfig
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 54b894b..d48ac63 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -1876,7 +1876,6 @@ CONFIG_MMIOTRACE=y
# CONFIG_DEBUG_SHIRQ is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_MEMTEST=y
-CONFIG_STRICT_DEVMEM=y
##
## file: lib/xz/Kconfig
diff --git a/debian/config/s390x/config b/debian/config/s390x/config
index b1e5000..cff53f9 100644
--- a/debian/config/s390x/config
+++ b/debian/config/s390x/config
@@ -171,11 +171,6 @@ CONFIG_DIAG288_WATCHDOG=m
# CONFIG_PCI_QUIRKS is not set
##
-## file: lib/Kconfig.debug
-##
-CONFIG_STRICT_DEVMEM=y
-
-##
## file: mm/Kconfig
##
## choice: Memory model
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list