Commit Graph

9229 Commits

Author SHA1 Message Date
Ben Hutchings 7050896aac [x86] thinkpad_acpi: Add support for X1 Carbon 2nd generation's adaptive keyboard (Closes: #745252)
svn path=/dists/trunk/linux/; revision=21257
2014-04-21 12:32:03 +00:00
Ben Hutchings da27d6543d [x86] Enable X86_INTEL_LPSS (Closes: #745331)
svn path=/dists/trunk/linux/; revision=21256
2014-04-21 12:26:09 +00:00
Ian Campbell b43913c15f Use $(KERNEL_ARCH) when installing DTBs
svn path=/dists/trunk/linux/; revision=21255
2014-04-21 10:26:37 +00:00
Ben Hutchings 43ddf46672 Split image installation from Device Tree installation
The bulk of the
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image rule is
actually Device Tree stuff, so rename it accordingly and move
installation of the image (now a single generic command) up to the
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain rule.

svn path=/dists/trunk/linux/; revision=21254
2014-04-21 02:05:22 +00:00
Ben Hutchings d37c253865 Merge install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image rules
The filename of the kernel image to be installed, and the stem of the
installed name, varies between architectures, so we define several
different rules to install it for different sets of architectures.
However the basic fact that we need to install this file in /boot does
not.

We also duplicate this name information in gencontrol.py and in
debian/config/{armel,armhf,sh4}/defines (used by buildcheck.py).

To address this:

* Define [image]install-stem and [build]image-file for each architecture
* Copy these settings to make-flags in gencontrol.py
* Copy [image]install-stem to the image-stem template variable in
  gencontrol.py
* Replace the per-architecture rules with a single rule using those
  make-flags

The per-architecture rules for ARM and PowerPC also installed DTB
and DTS files, respectively.  Include those commands in the single
rule with appropriate conditions around them.


svn path=/dists/trunk/linux/; revision=21253
2014-04-21 01:28:25 +00:00
Ben Hutchings 9b217501df Move image-file definitions from flavour to arch level
The image-file path could potentially vary between flavours but
currently doesn't.  buildcheck.py works either way.

svn path=/dists/trunk/linux/; revision=21251
2014-04-20 22:43:24 +00:00
Ben Hutchings b183dcc8d0 Merge last change to 3.14.1-1~exp1 and bump version for the subsequent change
svn path=/dists/trunk/linux/; revision=21250
2014-04-20 20:55:55 +00:00
Ian Campbell bbd09ff62b [armhf] Drop suffix from kernel udeb
svn path=/dists/trunk/linux/; revision=21247
2014-04-20 14:43:46 +00:00
Ben Hutchings a2e93f6c4f [rt] Update to 3.14.0-rt1 and reenable
svn path=/dists/trunk/linux/; revision=21244
2014-04-16 23:10:15 +00:00
Ben Hutchings e52899ff55 Remove unused patches
svn path=/dists/trunk/linux/; revision=21241
2014-04-16 12:26:23 +00:00
Ben Hutchings ebb94e764b Merge changes from sid up to 3.13.10-1
svn path=/dists/trunk/linux/; revision=21240
2014-04-16 12:25:45 +00:00
Ben Hutchings c5dd065fc5 Update to 3.14.1
svn path=/dists/trunk/linux/; revision=21239
2014-04-16 12:21:30 +00:00
Ben Hutchings 59876c9de1 Prepare to release linux (3.13.10-1).
svn path=/dists/sid/linux/; revision=21237
2014-04-16 03:33:41 +00:00
Ben Hutchings a7ea5c3c97 Work around or ignore some more ABI changes
svn path=/dists/sid/linux/; revision=21236
2014-04-15 21:12:25 +00:00
Ben Hutchings 3785b88bc1 Update to 3.13.10
svn path=/dists/sid/linux/; revision=21234
2014-04-14 21:12:50 +00:00
Ben Hutchings ca418520c6 Update to 3.13.9
svn path=/dists/sid/linux/; revision=21232
2014-04-14 03:31:55 +00:00
Ben Hutchings 013ff4de45 [armhf] Enable SECURITY_APPARMOR, SECURITY_TOMOYO
These were disabled for armel in 3.2.1-1 due to size concerns, but
the armel config (now in kernelarch-arm) is shared by armhf.  Move
the overrides into a new armel-specific config.

svn path=/dists/trunk/linux/; revision=21231
2014-04-14 01:07:22 +00:00
Ben Hutchings 0206509812 [armel] Disable ixp4xx flavour (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=21230
2014-04-14 01:04:22 +00:00
Ben Hutchings a0142417c0 Fold debian/config/armel/config-tiny into config.ixp4xx
Now that iop32x is gone, only ixp4xx needs these overrides.

svn path=/dists/trunk/linux/; revision=21229
2014-04-14 00:55:58 +00:00
Ben Hutchings fc0660ac82 Prepare to release linux (3.14-1~exp1).
svn path=/dists/trunk/linux/; revision=21222
2014-04-09 11:06:22 +00:00
Ben Hutchings 41e81b2bf0 Move common ARM config symbols from armel/config to kernelarch-arm/config
It is inconsistent and potentially surprising that armhf uses
armel/config as well as armhf/config.  Move the common config into a
new kernelarch-arm directory.

While we're at it, remove some redundant lines from both files.

svn path=/dists/trunk/linux/; revision=21221
2014-04-09 03:00:10 +00:00
Ben Hutchings a254073717 drm: Enable DRM_LOAD_EDID_FIRMWARE (Closes: #728275)
svn path=/dists/trunk/linux/; revision=21220
2014-04-09 02:32:45 +00:00
Ben Hutchings 15b4337dc4 mtd: Enable MTD_NAND_ECC_BCH (Closes: #743933)
svn path=/dists/trunk/linux/; revision=21219
2014-04-09 02:28:06 +00:00
Ben Hutchings 11de119c8a Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21218
2014-04-09 02:02:22 +00:00
Ben Hutchings 7e9dbb11ba Explicitly disable CONFIG_SENSORS_IT87 by default and remove redundant disabling in flavour/arch configurations
svn path=/dists/trunk/linux/; revision=21217
2014-04-08 19:36:23 +00:00
Ben Hutchings 5347f986e5 Remove redundant disabling of CONFIG_MTD_NAND_ECC_SMC in flavour configurations
svn path=/dists/trunk/linux/; revision=21216
2014-04-08 19:32:49 +00:00
Ben Hutchings 0fc145e9db aufs: Update to aufs3.14-20140407 (no functional changes)
svn path=/dists/trunk/linux/; revision=21215
2014-04-08 02:09:26 +00:00
Ben Hutchings 40bb5a4cb2 Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21214
2014-04-08 01:54:46 +00:00
Ben Hutchings 5d7ed2a7bd udeb: Update sound-modules, thanks to Samuel Thibault (Closes: #743319)
svn path=/dists/trunk/linux/; revision=21206
2014-04-02 01:14:47 +00:00
Ben Hutchings e55302e247 Add patches for two CVEs in vhost
svn path=/dists/sid/linux/; revision=21204
2014-03-31 21:43:48 +00:00
Ben Hutchings d2cf486950 Update to 3.13.8
svn path=/dists/sid/linux/; revision=21203
2014-03-31 21:34:41 +00:00
Ben Hutchings 5bf2cce65f Set ABI name to 3.14-trunk
svn path=/dists/trunk/linux/; revision=21201
2014-03-31 12:14:15 +00:00
Ben Hutchings 27f0cfdfd9 Update to 3.14
svn path=/dists/trunk/linux/; revision=21200
2014-03-31 12:13:04 +00:00
Ben Hutchings 6d12c5fb76 Use committed version of CVE-2014-2568 fix
svn path=/dists/trunk/linux/; revision=21199
2014-03-30 22:55:38 +00:00
Ben Hutchings 8144eb1409 nftables: Enable various layer 3 protocol modules (Closes: #742763)
svn path=/dists/trunk/linux/; revision=21196
2014-03-28 00:22:33 +00:00
Ben Hutchings 11471ed953 Update to 3.14-rc8
svn path=/dists/trunk/linux/; revision=21195
2014-03-26 13:45:56 +00:00
Ben Hutchings 96aad69f88 Use original version of "core, nfqueue, openvswitch: Orphan frags..." for 3.14
svn path=/dists/trunk/linux/; revision=21194
2014-03-26 13:31:26 +00:00
Ben Hutchings 057e9d9557 Merge changes from sid up to 3.13.7-1
svn path=/dists/trunk/linux/; revision=21193
2014-03-26 03:21:00 +00:00
Ben Hutchings 85d582a451 Prepare to release linux (3.13.7-1).
svn path=/dists/sid/linux/; revision=21191
2014-03-26 02:43:52 +00:00
Ben Hutchings 1d8877c3c3 nfqueue: Orphan frags in nfqnl_zcopy() and handle errors (CVE-2014-2568)
svn path=/dists/sid/linux/; revision=21190
2014-03-25 16:55:44 +00:00
Ben Hutchings 9f6a808fee Ignore or work around ABI changes as necessary
svn path=/dists/sid/linux/; revision=21181
2014-03-24 23:29:10 +00:00
Ben Hutchings 82a6c2e239 Update to 3.13.7
svn path=/dists/sid/linux/; revision=21180
2014-03-24 22:19:28 +00:00
Ben Hutchings 61289ab39b Update ABI reference for 3.13-1
svn path=/dists/sid/linux/; revision=21179
2014-03-21 22:47:33 +00:00
Ben Hutchings f221244ee2 [arm] mm: Avoid ABI change in 3.13.6 (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21178
2014-03-21 21:02:42 +00:00
Ben Hutchings be753c3a9f Merge changes from sid up to 3.13.6-1
svn path=/dists/trunk/linux/; revision=21176
2014-03-19 23:56:41 +00:00
Ben Hutchings e53fc2abff Prepare to release linux (3.13.6-1).
svn path=/dists/sid/linux/; revision=21171
2014-03-19 22:17:12 +00:00
Ben Hutchings bf709b63f4 Fix ABI changes in 3.13.6
svn path=/dists/sid/linux/; revision=21170
2014-03-19 16:12:02 +00:00
Ben Hutchings 5ede7acbf1 Add dependency of CVE-2014-0131 fix
svn path=/dists/sid/linux/; revision=21169
2014-03-19 16:04:54 +00:00
Ben Hutchings e7e4cf643c Note that xhci reverts close #741989
svn path=/dists/sid/linux/; revision=21162
2014-03-17 23:44:16 +00:00
Ben Hutchings 4a191bde6d Prepare to release linux (3.14~rc7-1~exp1.
svn path=/dists/trunk/linux/; revision=21157
2014-03-17 18:40:05 +00:00