[kernel] r22180 - in dists/trunk/linux/debian: . config/armel

Ben Hutchings benh at moszumanska.debian.org
Wed Dec 10 02:54:18 UTC 2014


Author: benh
Date: Wed Dec 10 02:54:18 2014
New Revision: 22180

Log:
[armel] Change configuration to reduce kernel image size (fixes FTBFS)

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config-reduced
   dists/trunk/linux/debian/config/armel/config.kirkwood

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Tue Dec  9 22:23:09 2014	(r22179)
+++ dists/trunk/linux/debian/changelog	Wed Dec 10 02:54:18 2014	(r22180)
@@ -43,6 +43,15 @@
   * [x86] edac: Enable EDAC_IE31200 as module
   * [x86] drivers/crypto: Enable CRYPTO_DEV_QAT_DH895xCC as module
   * [x86] comedi: Enable COMEDI_NI_USB6501 as module
+  * [armel] Change configuration to reduce kernel image size (fixes FTBFS)
+    - [/kirkwood] netlink: Disable NETLINK_MMAP
+    - [/kirkwood] cgroups: Disable MEMCG
+    - [/kirkwood] Disable CHECKPOINT_RESTORE
+    - [/orion5x] mm: Disable COMPACTION, MIGRATION
+    - [/orion5x] block: Disable BLK_DEV_INTEGRITY
+    - [/orion5x] SCSI: Disable SCSI_UFSHCD
+    - [/orion5x] target: Disable TCM_IBLOCK
+    - [/orion5x] Disable DEBUG_BUGVERBOSE
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 09 Dec 2014 02:08:47 +0000
 

Modified: dists/trunk/linux/debian/config/armel/config-reduced
==============================================================================
--- dists/trunk/linux/debian/config/armel/config-reduced	Tue Dec  9 22:23:09 2014	(r22179)
+++ dists/trunk/linux/debian/config/armel/config-reduced	Wed Dec 10 02:54:18 2014	(r22180)
@@ -4,6 +4,12 @@
 # CONFIG_KPROBES is not set
 
 ##
+## file: block/Kconfig
+##
+#. Saves about 4K
+# CONFIG_BLK_DEV_INTEGRITY is not set
+
+##
 ## file: block/Kconfig.iosched
 ##
 CONFIG_IOSCHED_DEADLINE=m
@@ -19,6 +25,18 @@
 # CONFIG_VGA_ARB is not set
 
 ##
+## file: drivers/scsi/ufs/Kconfig
+##
+#. Selects PM_DEVFREQ, which will add some built-in code
+# CONFIG_SCSI_UFSHCD is not set
+
+##
+## file: drivers/target/Kconfig
+##
+#. Selects BLK_DEV_INTEGRITY, which will add some built-in code
+# CONFIG_TCM_IBLOCK is not set
+
+##
 ## file: init/Kconfig
 ##
 # CONFIG_AUDITSYSCALL is not set
@@ -47,10 +65,14 @@
 ## file: lib/Kconfig.debug
 ##
 # CONFIG_DYNAMIC_DEBUG is not set
+#. This really sucks, but saves about 2%
+# CONFIG_DEBUG_BUGVERBOSE is not set
 
 ##
 ## file: mm/Kconfig
 ##
+#. Saves about 7K
+# CONFIG_COMPACTION is not set
 # CONFIG_KSM is not set
 # CONFIG_FRONTSWAP is not set
 # CONFIG_ZSMALLOC is not set

Modified: dists/trunk/linux/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.kirkwood	Tue Dec  9 22:23:09 2014	(r22179)
+++ dists/trunk/linux/debian/config/armel/config.kirkwood	Wed Dec 10 02:54:18 2014	(r22180)
@@ -605,6 +605,10 @@
 ##
 ## file: init/Kconfig
 ##
+#. Saves about 7K
+# CONFIG_MEMCG is not set
+#. Saves about 3K
+# CONFIG_CHECKPOINT_RESTORE is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 
 ##
@@ -648,6 +652,11 @@
 CONFIG_IPV6=m
 
 ##
+## file: net/netlink/Kconfig
+##
+# CONFIG_NETLINK_MMAP is not set
+
+##
 ## file: sound/soc/Kconfig
 ##
 CONFIG_SND_SOC=m



More information about the Kernel-svn-changes mailing list