Disable BPF_JIT, MEMCG, USER_NS to reduce kernel size

svn path=/dists/trunk/linux/; revision=21304
This commit is contained in:
Ian Campbell 2014-05-08 20:34:15 +00:00
parent 55f6cb57c0
commit 384f41934b
3 changed files with 14 additions and 10 deletions

4
debian/changelog vendored
View File

@ -10,6 +10,10 @@ linux (3.15~rc4-1~exp1) UNRELEASED; urgency=medium
* [mipsel] Add a loongson-3 flavour to support Loongson 3A/3B machines.
* [mips/mipsel] Remove the sb1a-bcm91480b flavour.
[ Ian Campbell ]
* [armel/orion5x] Disable BPF_JIT, MEMCG, USER_NS to reduce kernel
size.
-- Ben Hutchings <ben@decadent.org.uk> Fri, 02 May 2014 01:54:56 +0100
linux (3.14.2-1) unstable; urgency=medium

View File

@ -21,6 +21,10 @@
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
#. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set
#. Saves about 7K
# CONFIG_MEMCG is not set
#. Saves about 5K
# CONFIG_USER_NS is not set
##
## file: kernel/trace/Kconfig
@ -33,6 +37,12 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_KSM is not set
# CONFIG_ZSMALLOC is not set
##
## file: net/Kconfig
##
#. Saves about 3K
# CONFIG_BPF_JIT is not set
##
## file: net/ipv6/Kconfig
##

View File

@ -672,10 +672,6 @@ CONFIG_BINFMT_AOUT=m
## file: init/Kconfig
##
CONFIG_LOG_BUF_SHIFT=14
#. Saves about 7K
# CONFIG_MEMCG is not set
#. Saves about 5K
# CONFIG_USER_NS is not set
##
## file: lib/Kconfig.debug
@ -691,12 +687,6 @@ CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
## end choice
##
## file: net/Kconfig
##
#. Saves about 3K
# CONFIG_BPF_JIT is not set
##
## file: net/ax25/Kconfig
##