Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751637AbXIOOBx (ORCPT ); Sat, 15 Sep 2007 10:01:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752878AbXIOOBp (ORCPT ); Sat, 15 Sep 2007 10:01:45 -0400 Received: from www.osadl.org ([213.239.205.134]:53610 "EHLO mail.tglx.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752835AbXIOOBo (ORCPT ); Sat, 15 Sep 2007 10:01:44 -0400 Subject: Re: cpu hotplug support broken in 2.6.23-rc3 From: Thomas Gleixner To: Andrew Morton Cc: Pavel Machek , "Rafael J. Wysocki" , Jeff Chua , rusty@rustycorp.com.au, vatsa@in.ibm.com, zwane@arm.linux.org.uk, kernel list , Len Brown In-Reply-To: <20070915031858.70a3a331.akpm@linux-foundation.org> References: <20070827104350.GA2073@elf.ucw.cz> <20070903034720.GB3655@ucw.cz> <200709031219.12846.rjw@sisk.pl> <1188822917.3406.0.camel@chaos> <20070904072744.GA30474@atrey.karlin.mff.cuni.cz> <1189713695.3974.23.camel@chaos> <20070914123816.GE1671@elf.ucw.cz> <1189774257.3100.7.camel@chaos> <1189775743.3100.9.camel@chaos> <1189849781.4319.5.camel@chaos> <20070915031858.70a3a331.akpm@linux-foundation.org> Content-Type: text/plain Date: Sat, 15 Sep 2007 15:28:23 +0200 Message-Id: <1189862903.4319.7.camel@chaos> Mime-Version: 1.0 X-Mailer: Evolution 2.11.92 (2.11.92-1.fc8) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1740 Lines: 43 On Sat, 2007-09-15 at 03:18 -0700, Andrew Morton wrote: > > http://git.kernel.org/?p=linux/kernel/git/tglx/linux-2.6-hrt.git;a=shortlog;h=for-2.6.23 > > > > That patch fixes the resume-from-ram and suspend-to-ram regressions on the > Vaio. > > I dropped the timekeeping.c hunks because they are an older version of > timekeeping-prevent-time-going-backwards-on-resume.patch which I already > had. > > Is this good to go? Needs a bit of changelogging. Changelog it in the git tree. Please pull from there: The following changes since commit 53a3f3087be361dacfc02e7a85b6d6142a41ce8a: Linus Torvalds (1): Merge branch 'for-linus' of master.kernel.org:/.../cooloney/blackfin-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt.git for-2.6.23 Thomas Gleixner (6): timekeeping: access rtc outside of xtime lock timekeeping: Prevent time going backwards on resume ACPI: Reevaluate C/P/T states when a cpu becomes online clockevents: Enforce oneshot broadcast when broadcast mask is set on resume clockevents: do not shutdown the oneshot broadcast device clockevents: prevent stale tick update on offline cpu drivers/acpi/processor_core.c | 21 +++++++++++++++++++++ kernel/time/tick-broadcast.c | 24 ++++++++++++++++-------- kernel/time/tick-sched.c | 12 ++++++++++++ kernel/time/timekeeping.c | 10 +++++++++- 4 files changed, 58 insertions(+), 9 deletions(-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/