[linux] 01/01: [mips*el/loongson-3] Disable PAGE_EXTENSION and PAGE_POISONING.
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Fri Apr 21 23:17:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
aurel32 pushed a commit to branch sid
in repository linux.
commit d518bcf5f34b4d0606e6ce14319a98206b78cd0c
Author: Aurelien Jarno <aurelien at aurel32.net>
Date: Sat Apr 22 01:15:01 2017 +0200
[mips*el/loongson-3] Disable PAGE_EXTENSION and PAGE_POISONING.
This workaround a kernel crash, until the real issue is found. It is
currently being investigated.
---
debian/changelog | 1 +
debian/config/kernelarch-mips/config.loongson-3 | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 433651e..625e268 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -259,6 +259,7 @@ linux (4.9.22-1) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* [mips*/octeon] Drop obsolete patch adding support for the UBNT E200
board.
+ * [mips*el/loongson-3] Disable PAGE_EXTENSION and PAGE_POISONING.
-- Ben Hutchings <ben at decadent.org.uk> Thu, 30 Mar 2017 18:27:30 +0100
diff --git a/debian/config/kernelarch-mips/config.loongson-3 b/debian/config/kernelarch-mips/config.loongson-3
index acf7a37..9574411 100644
--- a/debian/config/kernelarch-mips/config.loongson-3
+++ b/debian/config/kernelarch-mips/config.loongson-3
@@ -92,6 +92,12 @@ CONFIG_PREEMPT=y
## end choice
##
+## file: mm/Kconfig.debug
+##
+# CONFIG_PAGE_EXTENSION is not set
+# CONFIG_PAGE_POISONING is not set
+
+##
## file: sound/pci/hda/Kconfig
##
CONFIG_SND_HDA_INTEL=m
--
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