Commit Graph

9353 Commits

Author SHA1 Message Date
Ian Campbell 6a7c0fe64e [arm64] Update modules included in installer udebs.
- Enable input
- Correct nic-modules and scsi-modules, no PCI on this platform yet.

svn path=/dists/sid/linux/; revision=21408
2014-06-07 07:41:57 +00:00
Ian Campbell ace97ec8c9 [armhf/armmp] Enable VIRTIO_BALLOON and VIRTIO_PCI (Closes: #750742)
svn path=/dists/sid/linux/; revision=21407
2014-06-07 07:41:54 +00:00
Ben Hutchings 3f8f55a174 Add "Forwarded: not-needed" to ABI maintenance patches
svn path=/dists/sid/linux/; revision=21404
2014-06-05 18:21:30 +00:00
Ben Hutchings 6f4f459aef Remove redundant mail headers from futex fixes
svn path=/dists/sid/linux/; revision=21403
2014-06-05 18:19:37 +00:00
Ben Hutchings 593d83e2cf Update headers for some patches that are already upstream
svn path=/dists/sid/linux/; revision=21402
2014-06-05 18:19:02 +00:00
Ben Hutchings 21ad04dfb1 Prepare to release linux (3.14.5-1).
svn path=/dists/sid/linux/; revision=21397
2014-06-05 15:50:16 +00:00
Ben Hutchings f0f833e1d4 Add futex security fixes including CVE-2014-3153
svn path=/dists/sid/linux/; revision=21395
2014-06-05 12:44:33 +00:00
Aurelien Jarno 013ec287e6 [mips,mipsel] Fix branch emulation of branch likely instructions.
svn path=/dists/sid/linux/; revision=21375
2014-06-02 09:00:38 +00:00
Ben Hutchings 5ce668d894 Fix/ignore ABI changes in 3.14.5 as appropriate
- Revert the struct net_device lockdep changes
- Revert the sock_diag_put_filterinfo() parameter change
- Revert the removal from struct scsi_target and hide the compatible
  type change from genksyms
- Hide the change to struct nf_ct_ext from genksyms and limit its
  effect to modules that actually use it
- Ignore the vsock_core_init() change


svn path=/dists/sid/linux/; revision=21370
2014-06-01 22:42:19 +00:00
Ben Hutchings 1b04c94599 Update to 3.14.5
Drop some networking fixes that are included in it.

Update PREEMPT_RT patch series.

svn path=/dists/sid/linux/; revision=21368
2014-06-01 19:09:19 +00:00
Ian Campbell 5c79ca4fc1 [armhf] Add virtio-modules udeb
svn path=/dists/sid/linux/; revision=21366
2014-05-31 10:34:09 +00:00
Ian Campbell df5e9abf74 arm64: Add some NIC drivers and virtio udebs
Used for vexpress/qemu/fastmodel.

svn path=/dists/sid/linux/; revision=21365
2014-05-31 10:34:06 +00:00
Ian Campbell 235e811596 [arm64] Initial kernel configuration and packaging.
svn path=/dists/sid/linux/; revision=21356
2014-05-22 18:23:45 +00:00
Ben Hutchings a1907d2235 [x86] ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table(). (Closes: #748574)
svn path=/dists/sid/linux/; revision=21354
2014-05-21 20:33:13 +00:00
Ben Hutchings 1ad27f2c54 Prepare to release linux (3.14.4-1).
svn path=/dists/sid/linux/; revision=21339
2014-05-14 03:33:49 +00:00
Ben Hutchings 305707cce8 Ignore matroxfb ABI changes even when it's built-in
It is on several architectures; thankfully I caught this on powerpc.

svn path=/dists/sid/linux/; revision=21338
2014-05-14 00:40:44 +00:00
Ben Hutchings 99d726c577 Instead of bumping ABI for powerpc, disable JUMP_LABEL for powerpc/powerpc64
svn path=/dists/sid/linux/; revision=21337
2014-05-14 00:33:02 +00:00
Ben Hutchings ca9468c09e Add summary of rt changes
svn path=/dists/sid/linux/; revision=21336
2014-05-13 18:20:37 +00:00
Ben Hutchings f3eebacffb aufs: Update to aufs3.14-20140512
svn path=/dists/sid/linux/; revision=21335
2014-05-13 18:06:31 +00:00
Ben Hutchings abe58b9c4e [rt] Update to 3.14.3-rt5
svn path=/dists/sid/linux/; revision=21334
2014-05-13 18:04:41 +00:00
Ben Hutchings dde57c671d Fix/avoid ABI changes
svn path=/dists/sid/linux/; revision=21333
2014-05-13 17:55:06 +00:00
Ben Hutchings 895dfae614 udeb: Add mtip32xx, nvme to sata-modules
svn path=/dists/sid/linux/; revision=21332
2014-05-13 16:18:22 +00:00
Ben Hutchings 9859eefaff [hppa] udeb: Add xfs-modules (Closes: #746506)
svn path=/dists/sid/linux/; revision=21331
2014-05-13 16:11:31 +00:00
Ben Hutchings a8cd1046ef [armhf] Enable various drivers to support BeagleBone Black (Closes: #747364)
svn path=/dists/sid/linux/; revision=21330
2014-05-13 16:09:35 +00:00
Ben Hutchings 7dbaa3f202 [hppa/parisc64-smp] ipmi: Enable IPMI_HANDLER, IPMI_DEVICE_INTERFACE, IPMI_SI, IPMI_WATCHDOG, IPMI_POWEROFF as modules (Closes: #747482)
svn path=/dists/sid/linux/; revision=21329
2014-05-13 16:04:54 +00:00
Ben Hutchings 9597a9899f [armhf] Enable IR_GPIO_CIR as module (Closes: #747762)
svn path=/dists/sid/linux/; revision=21328
2014-05-13 15:59:22 +00:00
Ben Hutchings 2599615276 [powerpc,ppc64] Add versioned build-dependency on gcc-4.8
Compiler changes have resulted in a different kernel module ABI.
[powerpc] Bump ABI to 1a as 3.14.2-1 was built with an older compiler.

svn path=/dists/sid/linux/; revision=21327
2014-05-13 15:57:45 +00:00
Ben Hutchings cf43c3a854 filter: prevent nla extensions to peek beyond the end of the message (CVE-2014-3144, CVE-2014-3145)
svn path=/dists/sid/linux/; revision=21326
2014-05-13 15:44:00 +00:00
Ben Hutchings d326c007c7 net: ipv4: current group_info should be put after using. (CVE-2014-2851)
svn path=/dists/sid/linux/; revision=21325
2014-05-13 15:32:26 +00:00
Ben Hutchings bac020c049 Update to 3.14.4
svn path=/dists/sid/linux/; revision=21324
2014-05-13 15:29:53 +00:00
Ben Hutchings 653dca30c5 Update to 3.14.3
Refresh context in 2 rt patches.
Ignore removal of an IB symbol that probably isn't needed OOT.

svn path=/dists/sid/linux/; revision=21318
2014-05-11 18:56:22 +00:00
Ben Hutchings df01382ae8 Add ABI reference to 3.14-1
svn path=/dists/sid/linux/; revision=21315
2014-05-11 02:14:44 +00:00
Ben Hutchings 7e42304dd4 [ppc64el] Build a linux-libc-dev package (Closes: #747367)
svn path=/dists/sid/linux/; revision=21306
2014-05-09 01:50:30 +00:00
Ben Hutchings 08ffdf7268 Update changelog to show udl is not x86-specific
svn path=/dists/sid/linux/; revision=21302
2014-05-04 20:45:42 +00:00
Ben Hutchings c0e652c5da [x86] drm: Enable auto-loading of ast, udl
svn path=/dists/sid/linux/; revision=21301
2014-05-04 20:44:46 +00:00
Ben Hutchings 0b4267b0a7 [x86] udeb: Add hyperv-keyboard to hyperv-modules
svn path=/dists/sid/linux/; revision=21294
2014-05-01 01:32:46 +00:00
Ben Hutchings 338c83984c [armhf] ARM: sun4i: dt: Add bindings for USB clocks (fixes FTBFS, Closes: #746420)
svn path=/dists/sid/linux/; revision=21293
2014-05-01 01:18:31 +00:00
Ben Hutchings b5e26fe5b4 [x86] ACPI/Processor: Fix failure of loading acpi-cpufreq driver (Closes: #746448)
svn path=/dists/sid/linux/; revision=21292
2014-05-01 01:17:36 +00:00
Ben Hutchings 3d6187da14 [x86] ACPI/Processor: Fix failure of loading acpi-cpufreq driver (Closes: #746448)
svn path=/dists/sid/linux/; revision=21291
2014-05-01 01:04:36 +00:00
Ben Hutchings 35d4acaf37 net: Start with correct mac_len in skb_network_protocol (Closes: #746453)
svn path=/dists/sid/linux/; revision=21290
2014-05-01 00:55:44 +00:00
Ben Hutchings 2d536d1527 [or1k] Build a linux-libc-dev package (Closes: #746309)
svn path=/dists/sid/linux/; revision=21289
2014-05-01 00:53:22 +00:00
Ben Hutchings 36a42156d2 Prepare to release linux (3.14.2-1).
svn path=/dists/trunk/linux/; revision=21278
2014-04-28 16:40:45 +00:00
Ben Hutchings 50897005b8 Regroup patches
svn path=/dists/trunk/linux/; revision=21277
2014-04-28 16:11:45 +00:00
Ben Hutchings 35178ff3f3 Staging: speakup: Move pasting into a work item and update it to match vt (Closes: #735202, #744015)
svn path=/dists/trunk/linux/; revision=21276
2014-04-28 16:10:55 +00:00
Ben Hutchings 2e05cf18be Set ABI to 1
svn path=/dists/trunk/linux/; revision=21275
2014-04-28 14:46:31 +00:00
Ben Hutchings 8b72e42ed0 [rt] Drop obsolete fix for tty_flip_buffer_push()
The bug affects non-rt as well and was fixed by commit a9c3f68f3cd8
('tty: Fix low_latency BUG') which was backported in 3.14.2.

svn path=/dists/trunk/linux/; revision=21274
2014-04-28 00:38:24 +00:00
Ben Hutchings a2a6a1fe3e [armhf] Enable more Allwinner/sunxi drivers (Closes: #745972)
- spi: sunxi: Add Allwinner A31 SPI controller driver
- ARM: dt: sun4i: Add A10 SPI controller nodes
- PHY: sunxi: Add driver for sunxi usb phy
- ARM: sun4i: dt: Add USB host bindings
- Enable PHY_SUN4I_USB, RTC_DRV_SUNXI, SPI_SUN6I, USB_EHCI_HCD_PLATFORM,
  USB_OHCI_HCD_PLATFORM and CONFIG_SUNXI_WATCHDOG as modules


svn path=/dists/trunk/linux/; revision=21273
2014-04-27 13:46:49 +00:00
Ben Hutchings 68b80a295e [armhf] Enable RTC_DRV_SUNXI, USB_EHCI_HCD_PLATFORM, USB_OHCI_HCD_PLATFORM and CONFIG_SUNXI_WATCHDOG as modules
svn path=/dists/trunk/linux/; revision=21272
2014-04-27 13:27:52 +00:00
Ben Hutchings 4edd0d432b Replace rtl8192e firmware removal patch with version submitted upstream
svn path=/dists/trunk/linux/; revision=21271
2014-04-27 02:21:57 +00:00
Ben Hutchings 4530f5a9c6 Update to 3.14.2
svn path=/dists/trunk/linux/; revision=21270
2014-04-27 02:18:02 +00:00
Ben Hutchings 2465c4c2e3 Reorganise sparc config files
sparc/config is shared with sparc64, so move it to
kernelarch-sparc/config where it will be automatically used for both
of them.

sparc/config.sparc64 and sparc/config.sparc64-smp are also shared, so
move them to kernelarch-sparc/config-up and
kernelarch-sparc/config-smp respectively.


svn path=/dists/trunk/linux/; revision=21267
2014-04-24 03:24:37 +00:00
Ben Hutchings 3704f49e29 Reorganise s390 config files
s390x/config is shared with s390, so move it to kernelarch-s390/config
where it will be automatically used for both of them.

s390x/config.s390x is also shared, so move it to
kernelarch-s390/config-arch-64.


svn path=/dists/trunk/linux/; revision=21266
2014-04-24 03:14:19 +00:00
Ben Hutchings beca0a507f Reorganise common powerpc config files
powerpc/config is shared by powerpc, powerpcspe and ppc64, so move
it to kernelarch-powerpc/config where it will be automatically used
for all of them.

powerpc/config.powerpc64 is also used by ppc64, so move it to
kernelarch-powerpc/config-arch-64.

powerpcspe has only one flavour, so rename its config file to config.

svn path=/dists/trunk/linux/; revision=21265
2014-04-24 02:46:03 +00:00
Ben Hutchings 8bb368ac23 Remove leading tabs on comment and blank lines
emacs keeps complaining these are 'suspicious', and gmake doesn't
care either way, so remove them.

svn path=/dists/trunk/linux/; revision=21259
2014-04-22 19:52:32 +00:00
Ian Campbell 5c8f84221c [armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1
svn path=/dists/trunk/linux/; revision=21258
2014-04-21 15:52:21 +00:00
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
Ben Hutchings 819efd7e33 Update to 3.14-rc7
svn path=/dists/trunk/linux/; revision=21156
2014-03-17 13:29:57 +00:00
Ben Hutchings 1e9361b9ed Cherry-pick security fixes from upstream
svn path=/dists/sid/linux/; revision=21144
2014-03-15 18:19:57 +00:00
Ben Hutchings 27be88dc25 Update to 3.13.6
svn path=/dists/sid/linux/; revision=21143
2014-03-15 17:11:23 +00:00
Ben Hutchings 06654b3b80 Switch all Bug-Debian URLs to https scheme
svn path=/dists/trunk/linux/; revision=21142
2014-03-15 15:45:47 +00:00
Ben Hutchings 04f717c116 Update to 3.14-rc6
svn path=/dists/trunk/linux/; revision=21141
2014-03-15 14:44:30 +00:00
Ben Hutchings 5daf734c8e aufs: Update to aufs3.13-20140303
svn path=/dists/sid/linux/; revision=21140
2014-03-15 14:36:26 +00:00
Ben Hutchings 4b183a0329 aufs: Update to aufs3.x-rcN-20140310
svn path=/dists/trunk/linux/; revision=21139
2014-03-15 14:34:25 +00:00
Ben Hutchings 0d85e3551a xhci: Revert more sg changes (see #738113)
svn path=/dists/sid/linux/; revision=21137
2014-03-09 22:28:21 +00:00
Ben Hutchings 5605d9f15a bfa,bna: Replace large udelay() with mdelay() (fixes FTBFS on arm) (Closes: #741142)
svn path=/dists/trunk/linux/; revision=21134
2014-03-09 04:09:57 +00:00
Ben Hutchings 34ac455b49 Prepare to release linux (3.14~rc5-1~exp1).
svn path=/dists/trunk/linux/; revision=21131
2014-03-07 12:24:44 +00:00
Ben Hutchings d2294cfc0c Explicitly set default values for various config symbols
svn path=/dists/trunk/linux/; revision=21130
2014-03-07 03:36:23 +00:00
Ben Hutchings 4d8500fb95 Update config for renaming and splitting of various symbols
CONFIG_IP6_NF_MATCH_HL was replaced by CONFIG_NETFILTER_XT_MATCH_HL
(years ago!) but kept around for compatibility.  Set the latter
directly.

Similarly for CONFIG_IP6_NF_TARGET_HL and CONFIG_NETFILTER_XT_TARGET_HL
(which we already explicitly set).

CONFIG_NETPRIO_CGROUP was renamed to CONFIG_CGROUP_NET_PRIO with
no such care for compatibility.

CONFIG_VIDEO_EM28XX was split with some code now dependent on
CONFIG_VIDEO_EM28XX_V4L2 which doesn't default to y.

svn path=/dists/trunk/linux/; revision=21129
2014-03-07 03:06:53 +00:00
Ben Hutchings 80205fe93b Enable various new drivers and features
svn path=/dists/trunk/linux/; revision=21128
2014-03-07 02:58:35 +00:00
Ben Hutchings 6bb5bc0691 mm: Enable ZSMALLOC as built-in, ZRAM as module (Closes: #676779)
These have been promoted out of staging so hopefully they're really
portable now.

Keep them disabled on armel/{ixp4xx,orion5x} due to size constraints.

svn path=/dists/trunk/linux/; revision=21127
2014-03-07 02:14:00 +00:00
Ben Hutchings 1cea0ad4a0 Re-group patches in series
svn path=/dists/trunk/linux/; revision=21125
2014-03-06 22:55:18 +00:00
Ben Hutchings a7faa7b22e Remove ABI reference for 3.13-1
svn path=/dists/trunk/linux/; revision=21124
2014-03-06 02:36:55 +00:00
Ben Hutchings 07e9b9f710 Update to 3.14-rc5
Drop/refresh patches as necessary
- 'DocBook: Make mandocs parallel-safe' finally went upstream
- Firmware loading in cs46xx has been implemented upstream, including
  the 'new DSP' case

svn path=/dists/trunk/linux/; revision=21123
2014-03-06 02:36:41 +00:00
Ben Hutchings e662054434 Prepare to release linux (3.13.5-1).
svn path=/dists/sid/linux/; revision=21120
2014-03-04 19:51:06 +00:00
Ben Hutchings 537420d807 debian/control: Simplify build-dependencies
- Remove versions for debhelper, python, kernel-wedge that are satisfied by stable
- Remove module-init-tools as alternative to kmod, which is in stable


svn path=/dists/sid/linux/; revision=21117
2014-02-28 00:19:24 +00:00
Ben Hutchings 450f48e504 Add bug number for armel FTBFS
svn path=/dists/sid/linux/; revision=21116
2014-02-27 23:52:27 +00:00
Ben Hutchings e01c593507 Update to 3.13.5
svn path=/dists/sid/linux/; revision=21115
2014-02-27 23:51:49 +00:00
Ben Hutchings 99f6e5571d Add ABI reference for 3.13-1
svn path=/dists/sid/linux/; revision=21114
2014-02-27 01:27:13 +00:00
Ben Hutchings 6cc559c336 [armel/!kirkwood] udeb: Re-add lzo-modules udeb as lzo_compress is a module again (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21113
2014-02-26 02:35:22 +00:00
Ben Hutchings b43f3e5e31 [x86] Enable CHROME_PLATFORMS and re-enable CHROMEOS_LAPTOP as module (Closes: #740042)
svn path=/dists/sid/linux/; revision=21112
2014-02-25 14:28:57 +00:00
Ben Hutchings 7ce097a11b [mips] rtl8187: fix regression on MIPS without coherent DMA (Closes: #739978)
svn path=/dists/sid/linux/; revision=21111
2014-02-24 23:06:32 +00:00
Ben Hutchings f9344cb5f5 [powerpc] Change I2C_POWERMAC from module to built-in (Closes: #713943)
svn path=/dists/sid/linux/; revision=21110
2014-02-24 00:14:40 +00:00
Ben Hutchings 68e6dd6f32 aufs: Update to aufs3.13-20140127 (no functional changes)
svn path=/dists/sid/linux/; revision=21109
2014-02-23 23:55:52 +00:00
Ben Hutchings 5635cc36b1 Merge changes from sid (3.12) branch up to 3.12.9-1
Rebase the xhci revert on top of the new (and apparently incomplete)
fixes.

svn path=/dists/sid/linux/; revision=21108
2014-02-23 23:51:53 +00:00
Ben Hutchings 8195ecfc86 [armhf] net/wireless: Really enable WL_TI and dependent modules
svn path=/dists/sid/linux/; revision=21083
2014-02-22 19:22:55 +00:00
Ben Hutchings bffe0f12ff Prepare to release linux (3.13.4-1).
svn path=/dists/sid/linux/; revision=21057
2014-02-22 14:11:33 +00:00
Ben Hutchings 2322a92acb Set ABI to 1
svn path=/dists/sid/linux/; revision=21056
2014-02-22 11:54:53 +00:00
Ben Hutchings 59e95bb501 udeb: Make ISA drivers optional in speakup-modules
ISA speakup drivers are no longer built on amd64 so we need to
allow them to be missing.

svn path=/dists/sid/linux/; revision=21055
2014-02-22 03:16:47 +00:00
Ben Hutchings 139fe89d8b Bluetooth: allocate static minor for vhci (fixes depmod error)
svn path=/dists/sid/linux/; revision=21054
2014-02-22 03:13:07 +00:00
Ben Hutchings 100f6e9285 udeb: Add various recently enabled drivers
svn path=/dists/sid/linux/; revision=21053
2014-02-22 03:02:18 +00:00
Ben Hutchings 24a01147d9 Update to 3.13.4
svn path=/dists/sid/linux/; revision=21052
2014-02-21 02:50:56 +00:00
Ben Hutchings a859dec005 [hppa] Update configuration, thanks to Helge Deller (Closes: #738487)
svn path=/dists/trunk/linux/; revision=21049
2014-02-18 12:37:46 +00:00
Bastian Blank 4295eeaea6 debian/bin/buildcheck.py, debian/bin/gencontrol.py: Support Python 3
svn path=/dists/trunk/linux/; revision=21047
2014-02-15 09:44:36 +00:00
Ben Hutchings 373d086904 linux-image.postinst: Use lstat() to check symlink existence (Closes: #738707)
svn path=/dists/trunk/linux/; revision=21046
2014-02-13 23:42:07 +00:00
Ben Hutchings e6ba2dd0e8 Update to 3.13.2
Refresh/drop patches as appropriate.

svn path=/dists/trunk/linux/; revision=21045
2014-02-10 21:40:59 +00:00
Ben Hutchings ae43442437 Update DFSG file removal list
This wasn't updated for the great drivers/media renaming in Linux 3.7,
so the two removals there weren't effective.

rtl8188eu now uses the firmware loader and has no embedded firmware
to remove.

svn path=/dists/trunk/linux/; revision=21032
2014-02-06 00:42:17 +00:00
Ben Hutchings 514676074f Update to 3.13.1
svn path=/dists/trunk/linux/; revision=21031
2014-02-06 00:34:03 +00:00
Ben Hutchings 226932481f [x86] snd-pcsp: Disable autoload (Closes: #697709)
svn path=/dists/trunk/linux/; revision=21030
2014-02-05 23:14:35 +00:00
Ben Hutchings ebb5e47063 [x86] Enable I2C_DESIGNWARE_PLATFORM as module (Closes: #737163)
svn path=/dists/trunk/linux/; revision=21014
2014-02-02 00:48:10 +00:00
Ben Hutchings 9376ffa8a6 [x86] Enable R8188EU as module, 88EU_AP_MODE and 88EU_P2P (Closes: #736905)
svn path=/dists/trunk/linux/; revision=21007
2014-01-31 14:22:26 +00:00
Ben Hutchings df5dd324d0 [arm] Disable OABI_COMPAT and enable AUDITSYSCALL (except for armel/{ixp4xx,orion5x}) (Closes: #728975, #736843)
svn path=/dists/trunk/linux/; revision=21001
2014-01-27 15:27:35 +00:00