[armel/{iop32x,ixp4xx}] Disable BPF_JIT, MEMCG, USER_NS to reduce kernel size

svn path=/dists/trunk/linux/; revision=20797
This commit is contained in:
Ben Hutchings 2013-11-21 01:14:15 +00:00
parent 5ddda887fa
commit 4e947b4113
3 changed files with 17 additions and 0 deletions

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ linux (3.12-1~exp1) UNRELEASED; urgency=low
default (sysctl: kern.unprivileged_userns_clone)
* aufs: Update to aufs3.x-rcN-20131104
- mmap() holds a reference to the union file as well as the branch file
* [armel/{iop32x,ixp4xx}] Disable BPF_JIT, MEMCG, USER_NS to reduce kernel
size
-- Ben Hutchings <ben@decadent.org.uk> Fri, 01 Nov 2013 23:36:11 +0000

13
debian/config/armel/config-tiny vendored Normal file
View File

@ -0,0 +1,13 @@
##
## file: init/Kconfig
##
#. Saves about 5K
# CONFIG_USER_NS is not set
#. Saves about 7K
# CONFIG_MEMCG is not set
##
## file: net/Kconfig
##
#. Saves about 3K
# CONFIG_BPF_JIT is not set

View File

@ -23,6 +23,7 @@ hardware-long: IOP32x based systems (Thecus N2100, etc)
check-size: 1441784
configs:
armel/config-reduced
armel/config-tiny
armel/config.iop32x
[ixp4xx_build]
@ -37,6 +38,7 @@ hardware-long: IXP4xx based systems (Linksys NSLU2, etc)
check-size: 1441760
configs:
armel/config-reduced
armel/config-tiny
armel/config.ixp4xx
[kirkwood_build]