[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

svn path=/dists/trunk/linux/; revision=22562
This commit is contained in:
Ben Hutchings 2015-05-06 23:58:01 +00:00
parent dbd5f89afd
commit b3b60bbdd1
3 changed files with 7 additions and 48 deletions

5
debian/changelog vendored
View File

@ -15,6 +15,11 @@ linux (4.0.1-1~exp1) UNRELEASED; urgency=medium
* 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)

View File

@ -52,12 +52,6 @@ CONFIG_ARM_THUMB=y
# CONFIG_CPU_DCACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_WRITETHROUGH is not set
##
## file: block/Kconfig
##
#. Saves about 4K
# CONFIG_BLK_DEV_INTEGRITY is not set
##
## file: block/partitions/Kconfig
##
@ -488,23 +482,11 @@ CONFIG_RTC_DRV_S35390A=y
##
# 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
##
@ -557,28 +539,6 @@ CONFIG_FB=m
##
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
##
@ -587,7 +547,6 @@ CONFIG_FLATMEM_MANUAL=y
# 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_AX25=m
CONFIG_NETROM=m
CONFIG_ROSE=m
##
## file: security/Kconfig
##
# CONFIG_SECURITY is not set

View File

@ -39,10 +39,10 @@ hardware-long: Marvell Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-2
[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