From 8610529deb76b489c4a23811657b105292f2e72b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 3 May 2015 15:12:22 +0000 Subject: [PATCH] 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 --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ad9c7a25..831db97e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -274,6 +274,26 @@ linux (3.17~rc5-1~exp1) experimental; urgency=medium -- maximilian attems 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 Thu, 23 Apr 2015 16:41:27 +0100 + linux (3.16.7-ckt9-2) unstable; urgency=medium * btrfs: simplify insert_orphan_item (Closes: #782362)