[kernel] r18761 - in dists/sid/linux-2.6/debian: . patches/bugfix/all patches/features/all/rt patches/series
Ben Hutchings
benh at alioth.debian.org
Fri Mar 2 03:28:49 UTC 2012
Author: benh
Date: Fri Mar 2 03:28:47 2012
New Revision: 18761
Log:
Update to 3.2.9
Deleted:
dists/sid/linux-2.6/debian/patches/bugfix/all/builddeb-Don-t-create-files-in-tmp-with-predictable-.patch
dists/sid/linux-2.6/debian/patches/bugfix/all/nfsv4-Fix-an-Oops-in-the-NFSv4-getacl-code.patch
dists/sid/linux-2.6/debian/patches/features/all/rt/genirq-handle-pending-irqs-in-irq-startup.patch
dists/sid/linux-2.6/debian/patches/features/all/rt/genirq-unmask-oneshot-irqs-when-thread-is-not-woken.patch
Modified:
dists/sid/linux-2.6/debian/changelog
dists/sid/linux-2.6/debian/patches/features/all/rt/peter_zijlstra-re-_3_0-rt4.patch
dists/sid/linux-2.6/debian/patches/series/base
dists/sid/linux-2.6/debian/patches/series/base-extra
Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog Fri Mar 2 01:48:07 2012 (r18760)
+++ dists/sid/linux-2.6/debian/changelog Fri Mar 2 03:28:47 2012 (r18761)
@@ -1,4 +1,16 @@
-linux-2.6 (3.2.7-2) UNRELEASED; urgency=low
+linux-2.6 (3.2.9-1) UNRELEASED; urgency=low
+
+ * New upstream stable update:
+ http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.8
+ - [i386] i387: move TS_USEDFPU flag from thread_info to task_struct
+ - [x86] additional refactoring of FPU/SSE state save and restore
+ http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.9
+ - vfs: fix d_inode_lookup() dentry ref leak
+ - target: Allow control CDBs with data > 1 page
+ - epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
+ - epoll: ep_unregister_pollwait() can use the freed pwq->whead
+ - epoll: limit paths (CVE-2011-1083)
+ - cdrom: use copy_to_user() without the underscores
[ Bastian Blank ]
* [mips,mipsel] Also remove ext4 modules from installer.
Modified: dists/sid/linux-2.6/debian/patches/features/all/rt/peter_zijlstra-re-_3_0-rt4.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/features/all/rt/peter_zijlstra-re-_3_0-rt4.patch Fri Mar 2 01:48:07 2012 (r18760)
+++ dists/sid/linux-2.6/debian/patches/features/all/rt/peter_zijlstra-re-_3_0-rt4.patch Fri Mar 2 03:28:47 2012 (r18761)
@@ -14,6 +14,7 @@
Signed-off-by: Peter Zijlstra <a.p.zijlstra at chello.nl>
[dvhart at linux.intel.com: build fix]
Link: http://lkml.kernel.org/r/1311842631.5890.208.camel@twins
+[bwh: Fix context in arch/x86/kernel/process_32.c after FPU changes in 3.2.8]
---
arch/x86/kernel/process_32.c | 36 ++++++++++++++++++++++++++++++++++++
include/linux/sched.h | 5 +++++
@@ -71,9 +72,9 @@
+ }
+#endif
+
- /* If we're going to preload the fpu context, make sure clts
- is run while we're batching the cpu state updates. */
- if (preload_fpu)
+ /*
+ * Leave lazy mode, flushing any hypercalls made here.
+ * This must be done before restoring TLS segments so
Index: linux-3.2/include/linux/sched.h
===================================================================
--- linux-3.2.orig/include/linux/sched.h
Modified: dists/sid/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/base Fri Mar 2 01:48:07 2012 (r18760)
+++ dists/sid/linux-2.6/debian/patches/series/base Fri Mar 2 03:28:47 2012 (r18761)
@@ -77,8 +77,7 @@
+ features/all/hwmon-it87-Add-IT8728F-support.patch
+ bugfix/arm/ARM-ixp4xx-mtd-oops.patch
-+ bugfix/all/builddeb-Don-t-create-files-in-tmp-with-predictable-.patch
+ bugfix/x86/drm-i915-do-not-enable-RC6p-on-Sandy-Bridge.patch
+ bugfix/x86/drm-i915-fix-operator-precedence-when-enabling-RC6p.patch
+ bugfix/all/ipsec-be-careful-of-non-existing-mac-headers.patch
-+ bugfix/all/nfsv4-Fix-an-Oops-in-the-NFSv4-getacl-code.patch
+
Modified: dists/sid/linux-2.6/debian/patches/series/base-extra
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/base-extra Fri Mar 2 01:48:07 2012 (r18760)
+++ dists/sid/linux-2.6/debian/patches/series/base-extra Fri Mar 2 03:28:47 2012 (r18761)
@@ -1,7 +1,5 @@
+ features/all/rt/x86_64-patch-for-idle-notifiers.patch featureset=rt
+ features/all/rt/re-possible-slab-deadlock-while-doing-ifenslave-1.patch featureset=rt
-+ features/all/rt/genirq-unmask-oneshot-irqs-when-thread-is-not-woken.patch featureset=rt
-+ features/all/rt/genirq-handle-pending-irqs-in-irq-startup.patch featureset=rt
+ features/all/rt/x86-kprobes-remove-bogus-preempt-enable.patch featureset=rt
+ features/all/rt/x86-hpet-disable-msi-on-lenovo-w510.patch featureset=rt
+ features/all/rt/block-shorten-interrupt-disabled-regions.patch featureset=rt
More information about the Kernel-svn-changes
mailing list