Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758040AbZD2DRV (ORCPT ); Tue, 28 Apr 2009 23:17:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754550AbZD2DRJ (ORCPT ); Tue, 28 Apr 2009 23:17:09 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:34155 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753397AbZD2DRH (ORCPT ); Tue, 28 Apr 2009 23:17:07 -0400 Date: Tue, 28 Apr 2009 20:13:10 -0700 From: Andrew Morton To: Alexander Beregalov Cc: Linux Kernel Mailing List , ReiserFS Development List , Jeff Mahoney , David , Al Viro Subject: Re: 2.6.30-rc3: reiserfs: WARNING: at fs/namei.c:1251 lookup_one_len Message-Id: <20090428201310.fd2c6c96.akpm@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; 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: 3015 Lines: 71 On Mon, 27 Apr 2009 04:15:21 +0400 Alexander Beregalov wrote: > Hi Jeff > > REISERFS debug (device sda1): journal-1206: Starting replay from > offset 6641050231768444, trans_id 1024 > REISERFS debug (device sda1): journal-1299: Setting newest_mount_id to 186 > REISERFS (device sda1): Using r5 hash to sort names > ------------[ cut here ]------------ > WARNING: at fs/namei.c:1251 lookup_one_len+0xd6/0xf0() > Hardware name: > Modules linked in: > Pid: 1, comm: swapper Not tainted 2.6.30-rc3-00340-gce8a742 #3 > Call Trace: > [] ? printk+0x18/0x1e > [] warn_slowpath+0x73/0xd0 > [] ? mark_held_locks+0x62/0x80 > [] ? restore_nocheck_notrace+0x0/0xe > [] ? trace_hardirqs_on_caller+0x14c/0x1b0 > [] ? trace_hardirqs_on_thunk+0xc/0x10 > [] ? do_softirq+0x47/0x70 > [] ? restore_nocheck_notrace+0x0/0xe > [] ? _spin_unlock_irqrestore+0x2f/0x70 > [] ? vprintk+0x27d/0x3c0 > [] ? vprintk+0x287/0x3c0 > [] lookup_one_len+0xd6/0xf0 > [] ? _spin_unlock+0x27/0x50 > [] reiserfs_xattr_init+0xb9/0x230 > [] ? printk+0x18/0x1e > [] reiserfs_fill_super+0x9b7/0xf60 > [] ? string+0x34/0xd0 > [] ? vsnprintf+0x2fb/0x890 > [] ? snprintf+0x1a/0x20 > [] ? disk_name+0x59/0xd0 > [] get_sb_bdev+0x133/0x160 > [] ? kstrdup+0x2e/0x80 > [] get_super_block+0x21/0x30 > ohci_hcd 0000:00:02.0: auto-stop root hub > [] ? reiserfs_fill_super+0x0/0xf60 > [] vfs_kern_mount+0x3a/0xa0 > [] do_kern_mount+0x39/0xd0 > [] do_mount+0x3bb/0x7a0 > [] ? copy_mount_options+0x3c/0x130 > [] sys_mount+0x89/0xc0 > [] mount_block_root+0xd1/0x25e > [] ? sys_mknod+0x27/0x30 > [] mount_root+0x59/0x5f > [] prepare_namespace+0xf0/0x16c > [] ? sys_access+0x20/0x30 > [] kernel_init+0xd0/0xe9 > [] ? kernel_init+0x0/0xe9 > [] kernel_thread_helper+0x7/0x10 > ---[ end trace 98ddce1432d20cfb ]--- > VFS: Mounted root (reiserfs filesystem) readonly on device 8:1. A number of people are reporting this. Al Viro said : Yeah, the sanity check had caught another place misusing lookup_one_len(). : I'd keep the warning in place for now; I think I know how to deal with : reiserfs side of things, but if it turns out too invasive for post-rc3, : we can always turn the check off just for -final. For now I'd keep the : check in place, just to see if anything else runs into it. It would be nice to plug this sooner rather than later please, to save a bit of bug-reporting bandwidth. -- 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/