Merge changes from sid up to 3.13.6-1

svn path=/dists/trunk/linux/; revision=21176
This commit is contained in:
Ben Hutchings 2014-03-19 23:56:41 +00:00
parent 4a191bde6d
commit be753c3a9f
1 changed files with 98 additions and 0 deletions

98
debian/changelog vendored
View File

@ -35,6 +35,104 @@ linux (3.14~rc5-1~exp1) experimental; urgency=medium
-- Ben Hutchings <ben@decadent.org.uk> Fri, 07 Mar 2014 03:36:35 +0000
linux (3.13.6-1) unstable; urgency=high
* New upstream stable update:
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.6
- drm/nouveau/fb: use correct ram oclass for nv1a hardware
(regression in 3.13)
- ext4: fix xfstest generic/299 block validity failures
- ext4: fix error paths in swap_inode_boot_loader()
- ext4: don't try to modify s_flags if the the file system is read-only
- ext4: fix online resize with a non-standard blocks per group setting
- [arm] 7950/1: mm: Fix stage-2 device memory attributes
- [arm] 7953/1: mm: ensure TLB invalidation is complete before enabling MMU
- [arm] 7957/1: add DSB after icache flush in __flush_icache_all()
- powerpc: Set the correct ksp_limit on ppc32 when switching to irq stack
(regression in 3.12)
- jbd2: fix use after free in jbd2_journal_start_reserved()
- cifs: ensure that uncached writes handle unmapped areas correctly
(CVE-2014-0069)
- NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFS
(regression in 3.11)
- NFS fix error return in nfs4_select_rw_stateid (regression in 3.12)
- bridge: fix netconsole setup over bridge (regression in 3.12)
- net: fix 'ip rule' iif/oif device rename
- net: asix: add missing flag to struct driver_info
- gre: add link local route when local addr is any (regression in 3.13)
- ipv4: fix counter in_slow_tot
- net: use __GFP_NORETRY for high order allocations
- batman-adv: fix soft-interface MTU computation (regression in 3.13)
- batman-adv: fix TT-TVLV parsing on OGM reception
- batman-adv: release vlan object after checking the CRC
- batman-adv: properly check pskb_may_pull return value
- batman-adv: avoid potential race condition when adding a new neighbour
- batman-adv: fix TT CRC computation by ensuring byte order
(regression in 3.13)
- batman-adv: free skb on TVLV parsing success
- batman-adv: avoid double free when orig_node initialization fails
- batman-adv: fix potential kernel paging error for unicast transmissions
- cgroup: fix error return value in cgroup_mount()
- cgroup: fix error return from cgroup_create()
- cgroup: fix locking in cgroup_cfts_commit()
- cgroup: update cgroup_enable_task_cg_lists() to grab siglock
- fs: fix iversion handling
- kvm: x86: fix emulator buffer overflow (CVE-2014-0049)
- kvm, vmx: Really fix lazy FPU on nested guest
- SUNRPC: Ensure that gss_auth isn't freed before its upcall messages
- powerpc/powernv: Fix opal_xscom_{read,write} prototype
- powerpc/powernv: Fix indirect XSCOM unmangling
- perf/x86: Fix event scheduling
- sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYN
- cpufreq: powernow-k8: Initialize per-cpu data-structures properly
(regression in 3.12)
- Revert "writeback: do not sync data dirtied after sync start"
(regression in 3.13)
- [arm] PCI: mvebu: Use Device ID and revision from underlying endpoint
- PCI: Enable INTx if BIOS left them disabled
- i7core_edac: Fix PCI device reference count
- can: kvaser_usb: check number of channels returned by HW
- usb: chipidea: need to mask when writting endptflush and endptprime
- mei: set client's read_cb to NULL when flow control fails
- workqueue: ensure @task is valid across kthread_stop()
- regulator: da9063: Bug fix when setting max voltage on LDOs 5-11
- [armhf] mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND
driver (regression in 3.13)
- [armhf] mtd: nand: omap: fix ecclayout->oobfree->offset
- [armhf] mtd: nand: omap: fix ecclayout->oobfree->length
- [armhf/armmp-lpae] iommu/arm-smmu: fix pud/pmd entry fill sequence
- [armhf/armmp-lpae] iommu/arm-smmu: really fix page table locking
- [armhf/armmp-lpae] iommu/arm-smmu: fix table flushing during initial
allocations
- [armhf/armmp-lpae] iommu/arm-smmu: set CBARn.BPSHCFG to NSH for
s1-s2-bypass contexts
- perf: Fix hotplug splat
- quota: Fix race between dqput() and dquot_scan_active()
- ipc,mqueue: remove limits for the amount of system-wide queues
- mm, thp: fix infinite loop on memcg OOM
- qla2xxx: Fix kernel panic on selective retransmission request
- i7300_edac: Fix device reference count
- dm cache: move hook_info into common portion of per_bio_data structure
(regression in 3.13)
- drm/radeon: fix missing bo reservation
- drm/radeon: free uvd ring on unload
[ Ben Hutchings ]
* xhci: Revert more sg changes (Closes: #741989; also see #738113):
- Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."
- Revert "USBNET: ax88179_178a: enable tso if usb host supports sg dma"
* aufs: Update to aufs3.13-20140303
- bugfix, Fix unmount to properly free anonymous block devices
* net: fix for a race condition in the inet frag code (CVE-2014-0100)
* net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable
(CVE-2014-0101)
* KEYS: Make the keyring cycle detector ignore other keyrings of the
same name (CVE-2014-0102)
* skbuff: skb_segment: orphan frags before copying (CVE-2014-0131)
* ipv6: don't set DST_NOCOUNT for remotely added routes (CVE-2014-2309)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 19 Mar 2014 16:18:42 +0000
linux (3.13.5-1) unstable; urgency=medium
* New upstream stable update: