From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935419AbYBMWA5 (ORCPT ); Wed, 13 Feb 2008 17:00:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933873AbYBMVkL (ORCPT ); Wed, 13 Feb 2008 16:40:11 -0500 Received: from hpsmtp-eml17.KPNXCHANGE.COM ([213.75.38.117]:26071 "EHLO hpsmtp-eml17.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932789AbYBMVkI (ORCPT ); Wed, 13 Feb 2008 16:40:08 -0500 From: Frans Pop To: Thomas Gleixner Subject: Re: [stable 2.6.24] WARNING: at kernel/time/clockevents.c Date: Wed, 13 Feb 2008 22:40:03 +0100 User-Agent: KMail/1.9.7 References: <200802101440.22118.elendil@planet.nl> <200802130947.10781.elendil@planet.nl> In-Reply-To: Cc: Andrew Morton , linux-kernel@vger.kernel.org, john stultz MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802132240.04357.elendil@planet.nl> X-OriginalArrivalTime: 13 Feb 2008 21:40:04.0751 (UTC) FILETIME=[FEAE69F0:01C86E88] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 13 February 2008, Thomas Gleixner wrote: > can you please apply the following patch ? I really should have > thought about that, when I fixed the above one. I still get the bug with this patch. At least I'm now certain it happens during glibc compilation and that I can reproduce it. I applied your patch on top of 2.6.24.2 (applied with only minor offsets) because I also saw the issue with that kernel and I don't yet completely trust 2.6.25. Here's the error from this run: WARNING: at kernel/time/clockevents.c:82 clockevents_program_event() Pid: 27638, comm: ld-linux.so.2 Not tainted 2.6.24.2-test1 #39 Call Trace: [] ktime_get+0xc/0x41 [] clockevents_program_event+0x3b/0x94 [] tick_program_event+0x31/0x4d [] hrtimer_reprogram+0x3b/0x51 [] enqueue_hrtimer+0x66/0x102 [] hrtimer_start+0x102/0x125 [] :ext3:__ext3_journal_stop+0x1f/0x3d [] rt_mutex_slowlock+0x90/0x53a [] find_lock_page+0x29/0x8d [] find_extend_vma+0x16/0x59 [] get_futex_key+0x82/0x14e [] futex_lock_pi+0x60f/0x90d [] hrtimer_wakeup+0x0/0x21 [] rt_mutex_slowlock+0x90/0x53a [] do_futex+0xa08/0xa3d [] error_exit+0x0/0x51 [] compat_sys_futex+0xf0/0x10e [] __switch_to+0x10e/0x27e [] schedule_tail+0x23/0x60 [] ia32_sysret+0x0/0xa Cheers, FJP