[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.
This commit is contained in:
Aurelien Jarno 2017-04-22 01:15:01 +02:00
parent f2b1e81469
commit d518bcf5f3
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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@decadent.org.uk> Thu, 30 Mar 2017 18:27:30 +0100

View File

@ -91,6 +91,12 @@ CONFIG_FB_RADEON=y
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
##