Merge changes from sid up to 3.16.7-ckt9-3

All added patches are included in 4.0.1 so this only updates the changelog.

svn path=/dists/trunk/linux/; revision=22552
This commit is contained in:
Ben Hutchings 2015-05-03 15:12:22 +00:00
parent 4e386c86fa
commit 8610529deb
1 changed files with 20 additions and 0 deletions

20
debian/changelog vendored
View File

@ -274,6 +274,26 @@ linux (3.17~rc5-1~exp1) experimental; urgency=medium
-- maximilian attems <maks@debian.org> Thu, 18 Sep 2014 23:50:00 +0200
linux (3.16.7-ckt9-3) unstable; urgency=high
[ Ben Hutchings ]
* [x86] crypto: aesni - fix memory usage in GCM decryption (Closes: #782561)
(CVE-2015-3331)
* tcp: Fix crash in TCP Fast Open (Closes: #782515) (CVE-2015-3332)
* kernel: Provide READ_ONCE and ASSIGN_ONCE
* Replace use of ACCESS_ONCE on non-scalar types with READ_ONCE or barriers
as appropriate
* kernel: tighten rules for ACCESS ONCE
* kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
* fs: take i_mutex during prepare_binprm for set[ug]id executables
(CVE-2015-3339)
[ Ian Campbell ]
* [xen] release per-queue Tx and Rx resource when disconnecting, fixing
network after save/restore or migration. (Closes: #782698)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 23 Apr 2015 16:41:27 +0100
linux (3.16.7-ckt9-2) unstable; urgency=medium
* btrfs: simplify insert_orphan_item (Closes: #782362)