This is a note to let you know that I've just added the patch titled Revert "sched: Add missing call to calc_load_exit_idle()" 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: revert-sched-add-missing-call-to-calc_load_exit_idle.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 b9105adf13b35f45c6de0b3daaa3c99373880071 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Thu, 11 Jul 2013 14:04:48 -0700 Subject: Revert "sched: Add missing call to calc_load_exit_idle()" From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> This reverts commit 48f0f14ffb6ff4852922994d11fbda418d40100e which was commit 749c8814f08f12baa4a9c2812a7c6ede7d69507d upstream. It seems to be misapplied, and not needed for 3.4-stable Reported-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> Cc: Charles Wang <muming.wq@xxxxxxxxxx> Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- kernel/time/tick-sched.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -145,7 +145,6 @@ static void tick_nohz_update_jiffies(kti tick_do_update_jiffies64(now); local_irq_restore(flags); - calc_load_exit_idle(); touch_softlockup_watchdog(); } Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-3.4/hpfs-better-test-for-errors.patch queue-3.4/nfsd4-fix-decoding-of-compounds-across-page-boundaries.patch queue-3.4/block-do-not-pass-disk-names-as-format-strings.patch queue-3.4/revert-sched-add-missing-call-to-calc_load_exit_idle.patch queue-3.4/charger-manager-ensure-event-is-not-used-as-format-string.patch queue-3.4/scsi-sd-fix-parsing-of-temporary-cache-mode-prefix.patch queue-3.4/revert-serial-8250_pci-add-support-for-another-kind-of-netmos-technology-pci-9835-multi-i-o-controller.patch queue-3.4/crypto-sanitize-argument-for-format-string.patch queue-3.4/drivers-cdrom-cdrom.c-use-kzalloc-for-failing-hardware.patch queue-3.4/libceph-fix-null-pointer-dereference-in-auth-client-code.patch queue-3.4/maintainers-add-stable_kernel_rules.txt-to-stable-maintainer-information.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