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

Jonathan Nieder jrnieder-guest at alioth.debian.org
Sun Dec 9 04:36:24 UTC 2012


Author: jrnieder-guest
Date: Sun Dec  9 04:36:22 2012
New Revision: 19586

Log:
Update to 3.2.35

Deleted:
   dists/sid/linux/debian/patches/bugfix/x86/Input-i8042-also-perform-controller-reset-when-suspe.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/features/all/cpu-devices/intel-idle-convert-to-x86_cpu_id-auto-probing.patch
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sat Dec  8 14:37:52 2012	(r19585)
+++ dists/sid/linux/debian/changelog	Sun Dec  9 04:36:22 2012	(r19586)
@@ -1,4 +1,4 @@
-linux (3.2.34-1) UNRELEASED; urgency=low
+linux (3.2.35-1) UNRELEASED; urgency=low
 
   * New upstream stable update:
     http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.33
@@ -54,6 +54,11 @@
     - af-packet: fix oops when socket is not present
     - r8169: Fix WoL on RTL8168d/8111d. (Closes: #674154)
     - sky2: Fix for interrupt handler (Closes: #681280)
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.35
+    - Input: i8042 - also perform controller reset when suspending
+      (Closes: #693934)
+    - [x86] mce, therm_throt: Don't report power limit and package level
+      thermal throttle events in mcelog (Closes: #695209)
 
   [ Ben Hutchings ]
   * [x86] udeb: Re-add isci to scsi-extra-modules (Closes: #690886;
@@ -82,8 +87,6 @@
   * usb: Disable UAS; it is known to be broken, and the supported devices
     can also work with usb-storage
   * ipv6: Treat ND option 31 as userland (DNSSL support) (Closes: #694522)
-  * Input: i8042 - also perform controller reset when suspending
-    (Closes: #693934)
   * rt2x00: Add device IDs 5362, 5392, 539b (Closes: #694312)
   * udeb: Add pata_piccolo to pata-modules (Closes: #695437)
 

Modified: dists/sid/linux/debian/patches/features/all/cpu-devices/intel-idle-convert-to-x86_cpu_id-auto-probing.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/cpu-devices/intel-idle-convert-to-x86_cpu_id-auto-probing.patch	Sat Dec  8 14:37:52 2012	(r19585)
+++ dists/sid/linux/debian/patches/features/all/cpu-devices/intel-idle-convert-to-x86_cpu_id-auto-probing.patch	Sun Dec  9 04:36:22 2012	(r19586)
@@ -61,7 +61,7 @@
   * Set this flag for states where the HW flushes the TLB for us
   * and so we don't need cross-calls to keep it consistent.
   * If this flag is set, SW flushes the TLB, so even if the
-@@ -320,27 +326,72 @@
+@@ -320,27 +326,78 @@
  	unsigned long long msr_bits;
  
  	rdmsrl(MSR_NHM_SNB_PKG_CST_CFG_CTL, msr_bits);
@@ -92,6 +92,10 @@
 +	.state_table = snb_cstates,
 +};
 +
++static const struct idle_cpu idle_cpu_ivb = {
++	.state_table = ivb_cstates,
++};
++
 +#define ICPU(model, cpu) \
 +	{ X86_VENDOR_INTEL, 6, model, X86_FEATURE_MWAIT, (unsigned long)&cpu }
 +
@@ -107,6 +111,8 @@
 +	ICPU(0x2f, idle_cpu_westmere),
 +	ICPU(0x2a, idle_cpu_snb),
 +	ICPU(0x2d, idle_cpu_snb),
++	ICPU(0x3a, idle_cpu_ivb),
++	ICPU(0x3e, idle_cpu_ivb),
 +	{}
 +};
 +MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids);
@@ -139,7 +145,7 @@
  
  	if (boot_cpu_data.cpuid_level < CPUID_MWAIT_LEAF)
  		return -ENODEV;
-@@ -354,43 +405,8 @@
+@@ -354,48 +405,8 @@
  
  	pr_debug(PREFIX "MWAIT substates: 0x%x\n", mwait_substates);
  
@@ -175,6 +181,11 @@
 -		cpuidle_state_table = snb_cstates;
 -		break;
 -
+-	case 0x3A:	/* IVB */
+-	case 0x3E:	/* IVB Xeon */
+-		cpuidle_state_table = ivb_cstates;
+-		break;
+-
 -	default:
 -		pr_debug(PREFIX "does not run on family %d model %d\n",
 -			boot_cpu_data.x86, boot_cpu_data.x86_model);

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Sat Dec  8 14:37:52 2012	(r19585)
+++ dists/sid/linux/debian/patches/series	Sun Dec  9 04:36:22 2012	(r19586)
@@ -413,7 +413,6 @@
 debian/rtnetlink-avoid-ABI-change-in-3.2.34.patch
 debian/mm-avoid-ABI-change-in-3.2.33.patch
 features/all/ipv6-Treat-ND-option-31-as-userland-DNSSL-support.patch
-bugfix/x86/Input-i8042-also-perform-controller-reset-when-suspe.patch
 features/all/wireless-rt2x00-rt2800pci-add-more-RT539x-ids.patch
 features/all/rt2x00-Add-RT539b-chipset-support.patch
 features/all/xen/microcode-amd-fam15plus.patch



More information about the Kernel-svn-changes mailing list