Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756318AbZAIKQR (ORCPT ); Fri, 9 Jan 2009 05:16:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754006AbZAIKQI (ORCPT ); Fri, 9 Jan 2009 05:16:08 -0500 Received: from mail-bw0-f21.google.com ([209.85.218.21]:46612 "EHLO mail-bw0-f21.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753463AbZAIKQF (ORCPT ); Fri, 9 Jan 2009 05:16:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=DXdN5HySW2zvxbq992xLLZII7IRPFevDoDJtXs7P6LEf3evWJgjhYB4x2uel70gWeU mltNmBdRl+lNiaq8+CC/Q2zv7KMxoLMXX5YGALKsqlYIH29R3JdINXoEOvkEdtMYQjlo eSsqpIFcophQSmo2OibZP8YRcQ5XRpdRP6obQ= Message-ID: Date: Fri, 9 Jan 2009 13:09:22 +0300 From: "Alexey Zaytsev" To: "Laurent Riffard" Subject: Re: next-20090107: WARNING: at kernel/sched.c:4435 sub_preempt_count Cc: "Kernel development list" , "Ingo Molnar" In-Reply-To: <4966897E.5020302@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4966897E.5020302@free.fr> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2733 Lines: 64 One more instance of http://marc.info/?l=linux-kernel&m=123134586202636&w=2 Added Ingo Molnar to CC. On Fri, Jan 9, 2009 at 02:17, Laurent Riffard wrote: > hello, > > I'm getting this warning in dmesg since 2.6.28-next-20081229: > > WARNING: at kernel/sched.c:4435 sub_preempt_count+0x7e/0x8f() > Hardware name: M68SM-S2L > Modules linked in: > Pid: 0, comm: swapper Not tainted 2.6.28-next-20090107-09542-gdbcea38 #71 > Call Trace: > [] warn_slowpath+0x80/0xb6 > [] lock_acquire+0x76/0x7e > [] _spin_unlock_irq+0x20/0x51 > [] trace_hardirqs_on_caller+0xf8/0x12e > [] _spin_unlock_irq+0x28/0x51 > [] _spin_unlock_irq+0x45/0x51 > [] run_timer_softirq+0x178/0x180 > [] run_rebalance_domains+0x27/0x8f > [] trace_hardirqs_off_caller+0x2c/0x87 > [] sub_preempt_count+0x7e/0x8f > [] handle_level_irq+0x0/0x9d > [] irq_exit+0x43/0x87 > [] do_IRQ+0xec/0x102 > [] common_interrupt+0x2c/0x34 > [] native_safe_halt+0x2/0x3 > [] check_bugs+0x9f/0xd8 > [] start_kernel+0x2f9/0x306 > ---[ end trace 4eaa2a86a8e2da22 ]--- > > In previous releases (2.6.27-next-20081020 to 2.6.28-rc7-next-20081203), I was getting "WARNING: at kernel/sched.c:4354 do_softirq" with more or less the same stack trace: Rinning -next and not reporting bugs sounds a bit counter-productive. ;( > Checking 'hlt' instruction... <4>------------[ cut here ]------------ > WARNING: at kernel/sched.c:4332 do_softirq+0x61/0xb3() > Modules linked in: > Pid: 0, comm: swapper Not tainted 2.6.28-rc2-next-20081027-02513-g5362c2b #46 > Call Trace: > [] warn_on_slowpath+0x40/0x59 > [] trace_hardirqs_on_caller+0xe3/0x12d > [] _spin_unlock_irq+0x3c/0x48 > [] run_rebalance_domains+0x29/0x96 > [] __do_softirq+0xc5/0xf9 > [] __do_softirq+0x0/0xf9 > [] handle_level_irq+0x0/0x9f > [] irq_exit+0x43/0x8b > [] do_IRQ+0xef/0x107 > [] common_interrupt+0x28/0x30 > [] check_bugs+0x91/0xbb > [] start_kernel+0x308/0x318 > ---[ end trace 4eaa2a86a8e2da22 ]--- > OK. > > > Full dmesg and .config for 2.6.28-next-20090107 are attached (actually this is linux-next tree + reiser4 patches, but I verified that this WARNING does appear without reiser4 patches in 2.6.28-next-20081230). > -- 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/