Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751403AbZGaOXK (ORCPT ); Fri, 31 Jul 2009 10:23:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750865AbZGaOXJ (ORCPT ); Fri, 31 Jul 2009 10:23:09 -0400 Received: from mail-qy0-f196.google.com ([209.85.221.196]:57050 "EHLO mail-qy0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbZGaOXI (ORCPT ); Fri, 31 Jul 2009 10:23:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JOhElMbQZJo17kOxPdtOWMCgHczNxvib36knz5ZFZKDrfDBTGP5AJuRA5d5aBQlUar BzuDlpZieFZHb5zxQIe+mLrUjOwdoDqeI+ic/mhkDY9EXmoh+wf06bfQPs5MgVlMeGDt RvKDB6XtXtAsIxLSpuTEx1Bvj1PsXQI4Pkl0A= MIME-Version: 1.0 In-Reply-To: <20090731121811.GA3989@elte.hu> References: <20090618152432.10136.9932.sendpatchset@rx1.opensource.se> <1245352632.7508.1.camel@localhost.localdomain> <20090731121811.GA3989@elte.hu> Date: Fri, 31 Jul 2009 23:23:08 +0900 Message-ID: Subject: Re: [PATCH] clocksource: save mult_orig in clocksource_disable() From: Magnus Damm To: Ingo Molnar Cc: john stultz , linux-kernel@vger.kernel.org, lethal@linux-sh.org, tglx@linutronix.de, akpm@linux-foundation.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1541 Lines: 43 On Fri, Jul 31, 2009 at 9:18 PM, Ingo Molnar wrote: > > * Magnus Damm wrote: > >> On Fri, Jun 19, 2009 at 4:17 AM, john stultz wrote: >> > On Fri, 2009-06-19 at 00:24 +0900, Magnus Damm wrote: >> >> From: Magnus Damm >> >> >> >> Save clocksource mult_orig in clocksource_disable(). >> >> >> >> To fix the common case where ->enable() does not setup >> >> mult, make sure mult_orig is saved in mult on disable. >> >> >> >> Also add comments to explain why we do this. >> >> >> >> Signed-off-by: Magnus Damm >> > >> > Acked-by: John Stultz >> > >> > Thomas, Andrew, please push this for 2.6.31. >> >> This one is slowly making it's way in I suppose? > > Btw., what specific issue does this fix? The commit description is > generic, there's no bugzilla link and no other information either > that could give me an idea about precisely what incarnation of the > bug you have hit. The comments in the actual code gives more details, but that's probably not where you want this to be explained. I can resend a version with more verbose commit message early next week if you'd like. Please let me know if so. I'm not aware of any bugzilla links, maybe John knows? Cheers, / magnus -- 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/