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

Ben Hutchings benh at moszumanska.debian.org
Wed May 6 23:58:01 UTC 2015


Author: benh
Date: Wed May  6 23:58:01 2015
New Revision: 22562

Log:
[armel/orion5x] Increase maximum kernel image size to ~2 MB, removing support for DNS-323 (fixes FTBFS)

- Re-enable BLK_DEV_INTEGRITY, SCSI_UFSHCD, TCM_IBLOCK, AUDIT, USER_NS,
  PCI_QUIRKS, FTRACE, DEBUG_BUGVERBOSE, SECURITY
- Enable DYNAMIC_DEBUG, FRONTSWAP

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config.orion5x
   dists/trunk/linux/debian/config/armel/defines

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Wed May  6 05:54:36 2015	(r22561)
+++ dists/trunk/linux/debian/changelog	Wed May  6 23:58:01 2015	(r22562)
@@ -15,6 +15,11 @@
   * debian.py,gencontrol.py: Fix the version sanity checks for backports and
     security/LTS uploads
   * ipv4: Missing sk_nulls_node_init() in ping_unhash() (CVE-2015-3636)
+  * [armel/orion5x] Increase maximum kernel image size to ~2 MB, removing
+    support for DNS-323 (fixes FTBFS)
+    - Re-enable BLK_DEV_INTEGRITY, SCSI_UFSHCD, TCM_IBLOCK, AUDIT, USER_NS,
+      PCI_QUIRKS, FTRACE, DEBUG_BUGVERBOSE, SECURITY
+    - Enable DYNAMIC_DEBUG, FRONTSWAP
 
   [ Ian Campbell ]
   * [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)

Modified: dists/trunk/linux/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.orion5x	Wed May  6 05:54:36 2015	(r22561)
+++ dists/trunk/linux/debian/config/armel/config.orion5x	Wed May  6 23:58:01 2015	(r22562)
@@ -53,12 +53,6 @@
 # CONFIG_CPU_DCACHE_WRITETHROUGH is not set
 
 ##
-## file: block/Kconfig
-##
-#. Saves about 4K
-# CONFIG_BLK_DEV_INTEGRITY is not set
-
-##
 ## file: block/partitions/Kconfig
 ##
 CONFIG_ACORN_PARTITION=y
@@ -489,23 +483,11 @@
 # CONFIG_SCSI_QLA_ISCSI 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/ssb/Kconfig
 ##
 # CONFIG_SSB 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: drivers/tty/serial/8250/Kconfig
 ##
 CONFIG_SERIAL_8250=y
@@ -558,28 +540,6 @@
 CONFIG_ORION_WATCHDOG=m
 
 ##
-## file: init/Kconfig
-##
-# CONFIG_AUDIT is not set
-# CONFIG_AUDITSYSCALL is not set
-#. Saves about 5K
-# CONFIG_USER_NS is not set
-#. Saves about 17K, and none of the quirks are likely to be needed
-# CONFIG_PCI_QUIRKS is not set
-
-##
-## file: kernel/trace/Kconfig
-##
-# CONFIG_FTRACE is not set
-
-##
-## 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
 ##
 ## choice: Memory model
@@ -587,7 +547,6 @@
 # CONFIG_DISCONTIGMEM_MANUAL is not set
 # CONFIG_SPARSEMEM_MANUAL is not set
 ## end choice
-# CONFIG_FRONTSWAP is not set
 
 ##
 ## file: net/atm/Kconfig
@@ -603,8 +562,3 @@
 CONFIG_NETROM=m
 CONFIG_ROSE=m
 
-##
-## file: security/Kconfig
-##
-# CONFIG_SECURITY is not set
-

Modified: dists/trunk/linux/debian/config/armel/defines
==============================================================================
--- dists/trunk/linux/debian/config/armel/defines	Wed May  6 05:54:36 2015	(r22561)
+++ dists/trunk/linux/debian/config/armel/defines	Wed May  6 23:58:01 2015	(r22562)
@@ -39,10 +39,10 @@
 
 [orion5x_image]
 recommends: uboot-mkimage
-# D-Link DNS-323: 1572864 - 8 - 64 = 1572792
+# D-Link DNS-323: 1572864 - 8 - 64 = 1572792 (too small, no longer supported)
 # HP Media Vault mv2120: ca 2 MB
 # QNAP TS-109/TS-209 & TS-409: 2097152 - 8 - 64 = 2097080
-check-size: 1572792
+check-size: 2097080
 check-size-with-dtb: true
 configs:
  armel/config-reduced



More information about the Kernel-svn-changes mailing list