From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161304AbXCNUzr (ORCPT ); Wed, 14 Mar 2007 16:55:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161325AbXCNUzr (ORCPT ); Wed, 14 Mar 2007 16:55:47 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:51857 "EHLO e4.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161304AbXCNUzr (ORCPT ); Wed, 14 Mar 2007 16:55:47 -0400 Subject: Re: [PATCH] hrtimer: Fixup unlocked access to wall_to_monotonic From: john stultz To: tglx@linutronix.de Cc: Andrew Morton , LKML , Ingo Molnar In-Reply-To: <1173905840.13341.192.camel@localhost.localdomain> References: <1173905840.13341.192.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 14 Mar 2007 13:55:43 -0700 Message-Id: <1173905743.2422.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2007-03-14 at 21:57 +0100, Thomas Gleixner wrote: > commit f4304ab21513b834c8fe3403927c60c2b81a72d7 (HZ free NTP) moved the > access to wall_to_monotonic in hrtimer_get_softirq_time() out of the > xtime_lock protection. > > Move it back into the seq_lock section. > > Signed-off-by: Thomas Gleixner Ek! Thanks Thomas! Acked-by: John Stultz