This is a note to let you know that I've just added the patch titled intel_idle: enable IVB Xeon support to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: intel_idle-enable-ivb-xeon-support.patch and it can be found in the queue-3.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 23795e580cad5d6b73d47d51b9074ce3e58bf334 Mon Sep 17 00:00:00 2001 From: Len Brown <len.brown@xxxxxxxxx> Date: Wed, 26 Sep 2012 22:28:21 -0400 Subject: intel_idle: enable IVB Xeon support From: Len Brown <len.brown@xxxxxxxxx> commit 23795e580cad5d6b73d47d51b9074ce3e58bf334 upstream. IVB Xeon currently shares the same parameters IVB client. Signed-off-by: Len Brown <len.brown@xxxxxxxxx> Cc: Vinson Lee <vlee@xxxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/idle/intel_idle.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -399,6 +399,7 @@ static const struct x86_cpu_id intel_idl 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); Patches currently in stable-queue which might be from len.brown@xxxxxxxxx are queue-3.4/intel_idle-enable-ivb-xeon-support.patch queue-3.4/intel_idle-initial-ivb-support.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html