[kernel] r19239 - in dists/sid/linux/debian: . patches patches/bugfix/all patches/bugfix/x86 patches/features/all/cpu-devices

Ben Hutchings benh at alioth.debian.org
Wed Jul 4 06:06:14 UTC 2012


Author: benh
Date: Wed Jul  4 06:06:11 2012
New Revision: 19239

Log:
Update to 3.2.22

Deleted:
   dists/sid/linux/debian/patches/bugfix/all/xen-netfront-teardown-the-device-before-unregistering-it.patch
   dists/sid/linux/debian/patches/bugfix/x86/mm-pmd_read_atomic-fix-32bit-pae-pmd-walk-vs-pmd_populate-smp-race.patch
   dists/sid/linux/debian/patches/bugfix/x86/thp-avoid-atomic64_read-in-pmd_read_atomic-for-32bit-pae.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/features/all/cpu-devices/X86-Introduce-HW-Pstate-scattered-cpuid-feature.patch
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Tue Jul  3 05:25:56 2012	(r19238)
+++ dists/sid/linux/debian/changelog	Wed Jul  4 06:06:11 2012	(r19239)
@@ -1,5 +1,11 @@
-linux (3.2.21-4) UNRELEASED; urgency=low
+linux (3.2.22-1) UNRELEASED; urgency=low
 
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.22
+    - nilfs2: ensure proper cache clearing for gc-inodes
+    - ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc
+
+  [ Ben Hutchings ]
   * linux-libc-dev: Fix redundant 'GNU glibc' in description (Closes: #631228)
   * README.source: Correct name of main patch series file
   * [sh] Fix up store queue code for subsys_interface changes (Closes: #680025)

Modified: dists/sid/linux/debian/patches/features/all/cpu-devices/X86-Introduce-HW-Pstate-scattered-cpuid-feature.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/cpu-devices/X86-Introduce-HW-Pstate-scattered-cpuid-feature.patch	Tue Jul  3 05:25:56 2012	(r19238)
+++ dists/sid/linux/debian/patches/features/all/cpu-devices/X86-Introduce-HW-Pstate-scattered-cpuid-feature.patch	Wed Jul  4 06:06:11 2012	(r19239)
@@ -22,20 +22,16 @@
  arch/x86/kernel/cpu/scattered.c   |    1 +
  2 files changed, 2 insertions(+)
 
-diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h
-index 17c5d4b..67b0910 100644
 --- a/arch/x86/include/asm/cpufeature.h
 +++ b/arch/x86/include/asm/cpufeature.h
 @@ -176,6 +176,7 @@
  #define X86_FEATURE_PLN		(7*32+ 5) /* Intel Power Limit Notification */
  #define X86_FEATURE_PTS		(7*32+ 6) /* Intel Package Thermal Status */
- #define X86_FEATURE_DTS		(7*32+ 7) /* Digital Thermal Sensor */
+ #define X86_FEATURE_DTHERM	(7*32+ 7) /* Digital Thermal Sensor */
 +#define X86_FEATURE_HW_PSTATE	(7*32+ 8) /* AMD HW-PState */
  
  /* Virtualization flags: Linux defined, word 8 */
  #define X86_FEATURE_TPR_SHADOW  (8*32+ 0) /* Intel TPR Shadow */
-diff --git a/arch/x86/kernel/cpu/scattered.c b/arch/x86/kernel/cpu/scattered.c
-index c7f64e6..addf9e8 100644
 --- a/arch/x86/kernel/cpu/scattered.c
 +++ b/arch/x86/kernel/cpu/scattered.c
 @@ -40,6 +40,7 @@ void __cpuinit init_scattered_cpuid_features(struct cpuinfo_x86 *c)

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Tue Jul  3 05:25:56 2012	(r19238)
+++ dists/sid/linux/debian/patches/series	Wed Jul  4 06:06:11 2012	(r19239)
@@ -291,8 +291,6 @@
 features/all/AppArmor-compatibility-patch-for-v5-interface.patch
 bugfix/all/apparmor-remove-advertising-the-support-of-network-r.patch
 
-bugfix/x86/mm-pmd_read_atomic-fix-32bit-pae-pmd-walk-vs-pmd_populate-smp-race.patch
-bugfix/x86/thp-avoid-atomic64_read-in-pmd_read_atomic-for-32bit-pae.patch
 bugfix/all/hugepages-fix-use-after-free-bug-in-quota-handling.patch
 
 # netdev features, probably useful for other backports but not needed yet
@@ -369,8 +367,6 @@
 features/arm/ARM-fix-Kconfig-warning-for-HAVE_BPF_JIT.patch
 features/arm/net-drop-NET-dependency-from-HAVE_BPF_JIT.patch
 
-bugfix/all/xen-netfront-teardown-the-device-before-unregistering-it.patch
-
 # Until next ABI bump
 debian/driver-core-avoid-ABI-change-for-removal-of-__must_check.patch
 



More information about the Kernel-svn-changes mailing list