Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932196AbVJ3RRp (ORCPT ); Sun, 30 Oct 2005 12:17:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932197AbVJ3RRp (ORCPT ); Sun, 30 Oct 2005 12:17:45 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:49806 "EHLO mx2.mail.elte.hu") by vger.kernel.org with ESMTP id S932196AbVJ3RRo (ORCPT ); Sun, 30 Oct 2005 12:17:44 -0500 Date: Sun, 30 Oct 2005 18:17:36 +0100 From: Ingo Molnar To: Steven Rostedt Cc: "K.R. Foley" , linux-kernel@vger.kernel.org, Thomas Gleixner , Fernando Lopez-Lezcano , Mark Knecht , john stultz , Florian Schmidt , Rui Nuno Capela Subject: Re: 2.6.14-rt1 Message-ID: <20051030171736.GA17262@elte.hu> References: <20051017160536.GA2107@elte.hu> <20051020195432.GA21903@elte.hu> <20051030133316.GA11225@elte.hu> <4364DFA5.3000109@cybsft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=AWL autolearn=disabled SpamAssassin version=3.0.4 0.0 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 921 Lines: 24 * Steven Rostedt wrote: > > > - tracing fix (reported by Florian Schmidt) > > > > > > - rtc histogram fixes (K.R. Foley) > > > > Actually it doesn't look like these made it into the patch. :) > > Yeah, I noticed that there isn't even a check anymore in > get_monotonic_clock_ts for time warping backwards. I guess John's new > updates and Ingo's "smarter" code makes it unnecessary ;-) well, the nsec_offset check was bogus (since it was relative to the last tick) - but still your fundamental fix for disabling interrupts is present, via the tsc_lock. I have moved the remaining checks to __get_nsec_offset(), so they are still there. Ingo - 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/