[kernel] r21628 - in dists/sid/linux/debian: . config/kernelarch-mips
Aurelien Jarno
aurel32 at moszumanska.debian.org
Thu Jul 24 19:05:01 UTC 2014
Author: aurel32
Date: Thu Jul 24 19:05:01 2014
New Revision: 21628
Log:
* [mipsel,mips64el/loongson-3] Enable PREEMPT instead of PREEMPT_VOLUNTARY
as it workarounds SMP issues.
Modified:
dists/sid/linux/debian/changelog
dists/sid/linux/debian/config/kernelarch-mips/config.loongson-3
Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog Thu Jul 24 05:48:54 2014 (r21627)
+++ dists/sid/linux/debian/changelog Thu Jul 24 19:05:01 2014 (r21628)
@@ -13,6 +13,8 @@
* [mips*] Add few new udebs and use standard udebs configuration when
possible.
* [s390,s390x] ptrace: fix PSW mask check (CVE-2014-3534).
+ * [mipsel,mips64el/loongson-3] Enable PREEMPT instead of PREEMPT_VOLUNTARY
+ as it workarounds SMP issues.
-- Aurelien Jarno <aurel32 at debian.org> Mon, 21 Jul 2014 23:18:59 +0200
Modified: dists/sid/linux/debian/config/kernelarch-mips/config.loongson-3
==============================================================================
--- dists/sid/linux/debian/config/kernelarch-mips/config.loongson-3 Thu Jul 24 05:48:54 2014 (r21627)
+++ dists/sid/linux/debian/config/kernelarch-mips/config.loongson-3 Thu Jul 24 19:05:01 2014 (r21628)
@@ -105,6 +105,15 @@
CONFIG_FRAMEBUFFER_CONSOLE=y
##
+## file: kernel/Kconfig.preempt
+##
+## choice: Preemption Model
+# CONFIG_PREEMPT_NONE is not set
+# CONFIG_PREEMPT_VOLUNTARY is not set
+CONFIG_PREEMPT=y
+## end choice
+
+##
## file: mm/Kconfig
##
# CONFIG_TRANSPARENT_HUGEPAGE is not set
More information about the Kernel-svn-changes
mailing list