On Sunday 17 May 2009, Ingo Molnar wrote:* Rafael J. Wysocki <rjw@xxxxxxx> wrote:Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13321that crash is in reiserfs_for_each_xattr(), during sys_unlink()'s xattr teardown.
Subject : kernel crash with NULL pointer when boot
Submitter : Martin Bammer <mrb74@xxxxxx>
Date : 2009-05-16 12:37 (1 days old)
References : http://lkml.org/lkml/2009/5/16/100
There's been a good deal of reiserfs changes in this cycle - some touch the xattr code as well. Some of them fairly late in the cycle,
in the last two weeks:
earth4:~/tip> gll v2.6.29..linus --since=two-weeks-ago fs/reiserfs/
2a32ceb: Fix races around the access to ->s_options
677c9b2: reiserfs: remove privroot hiding in lookup
b82bb72: reiserfs: dont associate security.* with xattr files
ab17c4f: reiserfs: fixup xattr_root caching
edcc37a: Always lookup priv_root on reiserfs mount and keep it
5a6059c: reiserfs: Expand i_mutex to enclose lookup_one_len
Martin, you could try a blind revert of say ... ab17c4f, which looks the most suspect and which is also a rather large commit.
Or/and you could try a bisect - perhaps accelerated via:
git bisect start fs/reiserfs/
I think there's a fix already for this in the works, but it hasn't been merged
yet. It looks like Jeff has just posted some reiserfs fixes. :-)