Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756129AbYBSARm (ORCPT ); Mon, 18 Feb 2008 19:17:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750935AbYBSARd (ORCPT ); Mon, 18 Feb 2008 19:17:33 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:50133 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915AbYBSARd (ORCPT ); Mon, 18 Feb 2008 19:17:33 -0500 Date: Mon, 18 Feb 2008 16:15:58 -0800 From: Andrew Morton To: Kevin Winchester Cc: linux-kernel@vger.kernel.org, Steven Rostedt , Ingo Molnar , Peter Zijlstra Subject: Re: 2.6.25-rc2-mm1 Message-Id: <20080218161558.d315f9a0.akpm@linux-foundation.org> In-Reply-To: <47BA1DE3.7030407@gmail.com> References: <20080216002522.9c4bd0fb.akpm@linux-foundation.org> <47BA1DE3.7030407@gmail.com> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3187 Lines: 71 On Mon, 18 Feb 2008 20:08:03 -0400 Kevin Winchester wrote: > Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/ > > > > - git-xfs is dropped due to git conflicts > > > > - git-x86 is dropped due to too many changes to non-x86 code > > > > - git-perfmon remains dropped due to rejects > > > > - git-kgdb remains dropped due to rejects > > > > - Added the slab/slub tree as git-slub.patch (Christoph Lameter) > > > > > > I don't think I've seen anyone else report this, but if I'm wrong, I'm > sure someone will point me to the thread. No, I think it's new. > This is during boot up, and > doesn't seem to have any effect on the running system, that I can tell. > > [ 0.090840] ------------[ cut here ]------------ > [ 0.090920] WARNING: at kernel/lockdep.c:2677 check_flags+0x8d/0x12d() > [ 0.090986] Pid: 1, comm: swapper Not tainted 2.6.25-rc2-mm1 #49 > [ 0.090986] [] warn_on_slowpath+0x41/0x72 > [ 0.090986] [] ? __lock_acquire+0xb99/0xbb5 > [ 0.090986] [] ? ftrace_record_ip+0x11e/0x17a > [ 0.090986] [] ? mcount_call+0x5/0x9 > [ 0.090986] [] ? check_chain_key+0xe/0x16a > [ 0.090986] [] ? ftrace_record_ip+0x11e/0x17a > [ 0.090986] [] ? debug_locks_off+0x8/0x3c > [ 0.090986] [] ? mcount_call+0x5/0x9 > [ 0.090986] [] ? sub_preempt_count+0xa/0xb0 > [ 0.090986] [] ? _spin_unlock_irqrestore+0x47/0x5d > [ 0.090986] [] ? ftrace_record_ip+0x11e/0x17a > [ 0.090986] [] ? mcount_call+0x5/0x9 > [ 0.090986] [] check_flags+0x8d/0x12d > [ 0.090986] [] lock_acquire+0x36/0x82 > [ 0.090986] [] down_write+0x2d/0x48 > [ 0.090986] [] ? kmem_cache_create+0x21/0x1a7 > [ 0.090986] [] kmem_cache_create+0x21/0x1a7 > [ 0.090986] [] filelock_init+0x23/0x2c > [ 0.090986] [] ? init_once+0x0/0x11 > [ 0.090986] [] kernel_init+0xb6/0x203 > [ 0.090986] [] ? restore_nocheck_notrace+0x0/0xe > [ 0.090986] [] ? kernel_init+0x0/0x203 > [ 0.090986] [] ? kernel_init+0x0/0x203 > [ 0.090986] [] kernel_thread_helper+0x7/0x10 > [ 0.090986] ======================= > [ 0.090986] ---[ end trace 4eaa2a86a8e2da22 ]--- > [ 0.090986] possible reason: unannotated irqs-on. > [ 0.090986] irq event stamp: 1404 > [ 0.090986] hardirqs last enabled at (1403): [] > trace_hardirqs_on+0xb/0xd > [ 0.090986] hardirqs last disabled at (1404): [] > trace_hardirqs_off+0xb/0xd > [ 0.090986] softirqs last enabled at (1010): [] > __do_softirq+0x9e/0xa3 > [ 0.090986] softirqs last disabled at (1003): [] > do_softirq+0x5d/0xad Looks like an ftrace-vs-lockdep problem. -- 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/