[linux] 01/05: [powerpc*/*64*] Enable CPUMASK_OFFSTACK to reduce stack usage

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Apr 16 16:23:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit ba74e6e6c8c6191f2fe1c6237d59f6392810f68d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Apr 16 17:17:46 2017 +0100

    [powerpc*/*64*] Enable CPUMASK_OFFSTACK to reduce stack usage
---
 debian/changelog                                | 1 +
 debian/config/kernelarch-powerpc/config-arch-64 | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index df7b312..f787ff9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ linux (4.9.18-2) UNRELEASED; urgency=medium
     (Closes: #859978)
   * udeb: Include all AHCI drivers in sata-modules (Closes: #860335)
   * [powerpc/powerpc64,ppc64] Set NR_CPUS=2048, matching ppc64el
+  * [powerpc*/*64*] Enable CPUMASK_OFFSTACK to reduce stack usage
 
   [ Salvatore Bonaccorso ]
   * ping: implement proper locking (CVE-2017-2671)
diff --git a/debian/config/kernelarch-powerpc/config-arch-64 b/debian/config/kernelarch-powerpc/config-arch-64
index c89c341..2cf126e 100644
--- a/debian/config/kernelarch-powerpc/config-arch-64
+++ b/debian/config/kernelarch-powerpc/config-arch-64
@@ -172,6 +172,11 @@ CONFIG_VFIO_PCI=m
 CONFIG_WATCHDOG_RTAS=m
 
 ##
+## file: lib/Kconfig
+##
+CONFIG_CPUMASK_OFFSTACK=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