From b3f4afe37dddd743a00065774d81297a182adc52 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 24 Jun 2013 13:55:07 +0000 Subject: [PATCH] [armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size - Disable KSM, YAMA - [armel/orion5x] Disable FTRACE (already disabled for the others) svn path=/dists/trunk/linux/; revision=20293 --- debian/changelog | 3 +++ debian/config/armel/config-reduced | 15 +++++++++++++++ debian/config/armel/config.iop32x | 5 ----- debian/config/armel/config.ixp4xx | 5 ----- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index d91140f1b..5c05a0c66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,9 @@ linux (3.10~rc7-1~exp1) UNRELEASED; urgency=low * [x86] cpufreq: Enable X86_AMD_FREQ_SENSITIVITY as module * [x86] i2c: Enable I2C_ISMT, I2C_DESIGNWARE_PCI as modules * [x86] mouse: Enable MOUSE_CYAPA as modules + * [armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size + - Disable KSM, YAMA + - [armel/orion5x] Disable FTRACE -- Ben Hutchings Thu, 13 Jun 2013 01:50:52 +0100 diff --git a/debian/config/armel/config-reduced b/debian/config/armel/config-reduced index 2e5c4d1a4..6fea3d85c 100644 --- a/debian/config/armel/config-reduced +++ b/debian/config/armel/config-reduced @@ -27,6 +27,16 @@ CONFIG_EXPERT=y # CONFIG_SYSCTL_SYSCALL is not set +## +## file: kernel/trace/Kconfig +## +# CONFIG_FTRACE is not set + +## +## file: mm/Kconfig +## +# CONFIG_KSM is not set + ## ## file: net/ipv6/Kconfig ## @@ -38,3 +48,8 @@ CONFIG_IPV6=m # CONFIG_NETLINK_MMAP is not set # CONFIG_NETLINK_DIAG is not set +## +## file: security/yama/Kconfig +## +# CONFIG_SECURITY_YAMA is not set + diff --git a/debian/config/armel/config.iop32x b/debian/config/armel/config.iop32x index ceeebff87..a25dd9dfe 100644 --- a/debian/config/armel/config.iop32x +++ b/debian/config/armel/config.iop32x @@ -563,11 +563,6 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_PREEMPT is not set ## end choice -## -## file: kernel/trace/Kconfig -## -# CONFIG_FTRACE is not set - ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/armel/config.ixp4xx b/debian/config/armel/config.ixp4xx index cb016caab..1b9ab00e1 100644 --- a/debian/config/armel/config.ixp4xx +++ b/debian/config/armel/config.ixp4xx @@ -697,11 +697,6 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_PREEMPT is not set ## end choice -## -## file: kernel/trace/Kconfig -## -# CONFIG_FTRACE is not set - ## ## file: lib/Kconfig.debug ##