Commit Graph

4854 Commits

Author SHA1 Message Date
Ben Hutchings 521ed14531 Update to 3.14.12
Drop x86 ptrace patch which is included in it.

Ignore or work around various ABI changes.

svn path=/dists/sid/linux/; revision=21525
2014-07-11 16:44:49 +00:00
Ben Hutchings 73b7435404 [s390,s390x] Ignore ABI change in lowcore structure (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21524
2014-07-11 02:38:04 +00:00
Ben Hutchings 3794c3fced [rt] Update to 3.14.10-rt7
svn path=/dists/sid/linux/; revision=21523
2014-07-11 02:29:07 +00:00
Ben Hutchings 4135f4c6b7 Prepare to release linux (3.14.10-1).
svn path=/dists/sid/linux/; revision=21514
2014-07-07 12:32:51 +00:00
Ben Hutchings 1cef337fd5 shmem: fix faulting into a hole while it's punched (CVE-2014-4171)
svn path=/dists/sid/linux/; revision=21505
2014-07-06 23:51:17 +00:00
Ben Hutchings 4e3b021352 [amd64] ptrace,x86: force IRET path after a ptrace_stop() (CVE-2014-4699)
svn path=/dists/sid/linux/; revision=21504
2014-07-06 23:46:24 +00:00
Ben Hutchings 1f2cc7d276 Update to 3.14.10
svn path=/dists/sid/linux/; revision=21503
2014-07-06 23:35:44 +00:00
Ben Hutchings 3ce3637f68 Prepare to release linux (3.14.9-1).
svn path=/dists/sid/linux/; revision=21482
2014-06-30 15:47:27 +00:00
Ben Hutchings 26c56f7113 [rt] Fix latency histogram after "hrtimer: Set expiry time before switch_hrtimer_base()" in 3.14.6
svn path=/dists/sid/linux/; revision=21478
2014-06-29 02:31:36 +00:00
Ben Hutchings 194b7a793f [x86] x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)
svn path=/dists/sid/linux/; revision=21477
2014-06-29 02:25:32 +00:00
Ben Hutchings 7948accb8e Update to 3.14.9
Deal with the various ABI changes:
* Avoid the change in ALSA
* We can no longer avoid a change in sockdiag, and it doesn't seem to
  have any OOT users so ignore it
* team driver probably doesn't have OOT users, so ignore the change

svn path=/dists/sid/linux/; revision=21476
2014-06-29 02:19:32 +00:00
Ben Hutchings bcff92529e linux-image: Make initramfs support unconditional
svn path=/dists/sid/linux/; revision=21471
2014-06-27 15:38:07 +00:00
Aurelien Jarno 4b87a520f9 Also enable initramfs for all mips flavours
svn path=/dists/sid/linux/; revision=21470
2014-06-27 07:51:13 +00:00
Aurelien Jarno b3f5537a41 [mipsel] Enable initramfs for all flavours, but keep the disk related
drivers built-in for now.

svn path=/dists/sid/linux/; revision=21469
2014-06-26 22:34:03 +00:00
Aurelien Jarno 2c6566ffb8 [arm64] Enable COMPAT to support 32-bit binaries.
svn path=/dists/sid/linux/; revision=21468
2014-06-25 21:17:52 +00:00
Ben Hutchings 834cec7463 aufs: Update to aufs3.14-20140616
svn path=/dists/sid/linux/; revision=21459
2014-06-17 17:49:05 +00:00
Ben Hutchings a96d1fd530 Update to 3.14.8
svn path=/dists/sid/linux/; revision=21456
2014-06-17 16:00:06 +00:00
Ben Hutchings f66cd3322f Prepare to release linux (3.14.7-1).
svn path=/dists/sid/linux/; revision=21451
2014-06-16 12:05:16 +00:00
Ben Hutchings 5e3aaadf1d [rt] hrtimer: Disable MISSED_TIMER_OFFSETS_HIST as it will currently result in a panic
svn path=/dists/sid/linux/; revision=21450
2014-06-16 02:31:23 +00:00
Ben Hutchings 678d260cd1 Explain the seccomp fix properly
svn path=/dists/sid/linux/; revision=21443
2014-06-15 23:20:22 +00:00
Ben Hutchings 58b54a1127 PCI/MSI: Fix memory leak in free_msi_irqs() (regression in 3.14)
svn path=/dists/sid/linux/; revision=21442
2014-06-15 23:14:38 +00:00
Ben Hutchings 7ed1428a75 SCSI: Fix spurious request sense in error handling (regression in 3.14)
svn path=/dists/sid/linux/; revision=21441
2014-06-15 23:11:58 +00:00
Ben Hutchings 48093cb0d1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid (CVE-2014-4014)
Plus ABI fix.

svn path=/dists/sid/linux/; revision=21440
2014-06-15 23:09:05 +00:00
Ben Hutchings ade863b65b ppc64el: installer: new files
This creates the debian/installer/ppc64el dir with the usual contents
(kernel-versions, packages-list, and modules/).

For commonality with the other powerpc-based ports, make the installer's
module lists '#include' those from the ppc64 port (which in turn '#includes'
some from the powerpc port).

The differences are 4 modules from ps3/cell/powermacs systems removed from
nic-modules and scsi-modules.

Changes from V2 [1]:
- Removed symlinks 'debian/installer/ppc64el/modules/{powerpc,ppc64}'.
- Updated #include paths in module lists accordingly (path of ppc64 port).

[2] https://lists.debian.org/debian-kernel/2014/06/msg00064.html

Signed-off-by: Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>

svn path=/dists/sid/linux/; revision=21437
2014-06-15 15:13:18 +00:00
Aurelien Jarno 744d2c8d71 [arm64] Enable modular RTC_DRV_PL031.
svn path=/dists/sid/linux/; revision=21436
2014-06-13 15:51:37 +00:00
Ben Hutchings 6d7b0b771d Note that 3.14.7 fixes CVE-2014-3940
svn path=/dists/sid/linux/; revision=21434
2014-06-13 02:50:20 +00:00
Ben Hutchings 85e47d5e95 Add some important fixes pending for 3.14.8
svn path=/dists/sid/linux/; revision=21433
2014-06-13 02:47:37 +00:00
Ben Hutchings f083fbcfe6 Update to 3.14.7
Drop the speakup patches which were included in this.

svn path=/dists/sid/linux/; revision=21432
2014-06-13 02:15:33 +00:00
Ben Hutchings 57356b0a9e Summarise ppc64el changes from Mauricio Faria de Oliveira
svn path=/dists/sid/linux/; revision=21429
2014-06-12 21:02:14 +00:00
Aurelien Jarno 6c6c481521 * topconfig: Enable modular HW_RANDOM.
* [kernelarch-powerpc] Remove HW_RANDOM.
* [kernelarch-x86] Remove HW_RANDOM.
* [mips/4kc-malta] Remove HW_RANDOM.
* [mips/5kc-malta] Remove HW_RANDOM.
* [mips/octeon] Remove HW_RANDOM.

svn path=/dists/sid/linux/; revision=21419
2014-06-11 15:27:00 +00:00
Ben Hutchings 2a5c1497c9 Update to 3.14.6
Drop patches applied upstream.

Resolve textual conflicts in the rt patches.

svn path=/dists/sid/linux/; revision=21413
2014-06-08 19:28:12 +00:00
Ian Campbell 80b824e969 Correct changelog entry
svn path=/dists/sid/linux/; revision=21410
2014-06-08 07:12:54 +00:00
Ian Campbell e68b65e578 Include virtio_mmio in virtio-modules udeb when available.
svn path=/dists/sid/linux/; revision=21409
2014-06-07 07:42:00 +00:00
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 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 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 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 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