linux-image: Recommend irqbalance if CONFIG_SMP is enabled (Closes: #577788)

svn path=/dists/sid/linux/; revision=22003
This commit is contained in:
Ben Hutchings 2014-10-31 06:16:08 +00:00
parent 92bd6e5dd2
commit ddec81cac7
3 changed files with 7 additions and 2 deletions

2
debian/changelog vendored
View File

@ -148,6 +148,8 @@ linux (3.16.7-1) UNRELEASED; urgency=medium
(CVE-2014-3688)
* mnt: Prevent pivot_root from creating a loop in the mount tree
(CVE-2014-7970)
* linux-image: Recommend irqbalance if CONFIG_SMP is enabled
(Closes: #577788)
[ Mauricio Faria de Oliveira ]
* [ppc64el] Disable CONFIG_CMDLINE{,_BOOL} usage for setting consoles

5
debian/rules.real vendored
View File

@ -366,7 +366,10 @@ endif
+$(MAKE_SELF) \
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_bug \
PACKAGE_DIR='$(PACKAGE_DIR)' PACKAGE_NAME='$(PACKAGE_NAME)' REAL_VERSION='$(REAL_VERSION)'
+$(MAKE_SELF) install-base
+$(MAKE_SELF) install-base GENCONTROL_ARGS='-Vkernel:Recommends='"$$( \
if grep -q '^CONFIG_SMP=y' $(DIR)/.config; then \
printf irqbalance,; \
fi)"
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_dt: DT_INSTALL_DIR = $(PACKAGE_DIR)/usr/lib/linux-image-$(REAL_VERSION)
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_dt:

View File

@ -2,7 +2,7 @@ Package: linux-image-@abiname@@localversion@
Provides: linux-modules-@abiname@@localversion@
Pre-Depends: debconf | debconf-2.0
Depends: kmod | module-init-tools, linux-base (>= 3~), ${misc:Depends}
Recommends: firmware-linux-free (>= 3~)
Recommends: firmware-linux-free (>= 3~), ${kernel:Recommends}
Suggests: linux-doc-@version@, debian-kernel-handbook
Breaks: at (<< 3.1.12-1+squeeze1)
Description: Linux @upstreamversion@ for @class@