diff --git a/debian/changelog b/debian/changelog index 7dc4e19eb..ca0ecc0af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 02 May 2014 01:54:56 +0100 linux (3.14.2-1) unstable; urgency=medium diff --git a/debian/config/armel/config-reduced b/debian/config/armel/config-reduced index f461a8d94..d722c43ba 100644 --- a/debian/config/armel/config-reduced +++ b/debian/config/armel/config-reduced @@ -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 ## diff --git a/debian/config/armel/config.ixp4xx b/debian/config/armel/config.ixp4xx index 5a7d97113..ea4ce4a37 100644 --- a/debian/config/armel/config.ixp4xx +++ b/debian/config/armel/config.ixp4xx @@ -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 ##