Bug 13321
Summary: | kernel crash with NULL pointer when boot | ||
---|---|---|---|
Product: | File System | Reporter: | Martin Bammer (mrb74) |
Component: | ReiserFS | Assignee: | Jeff Mahoney (jeffm) |
Status: | CLOSED CODE_FIX | ||
Severity: | blocking | CC: | rjw, stefanr |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.30-rc6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 13070 | ||
Attachments: | Picture of kernel crash |
Description
Martin Bammer
2009-05-16 12:37:38 UTC
Created attachment 21374 [details]
Picture of kernel crash
References : http://lkml.org/lkml/2009/5/16/100 There are some more reiserfs xattr patches pending: http://lkml.org/lkml/2009/5/10/91 http://git.kernel.org/?p=linux/kernel/git/viro/vfs-2.6.git;a=shortlog;h=for-next (see also bug 13122) One of these patches fixes a potential oops when a file is deleted and xattrs are disabled. I don't know though if this is this bug here. Jeff wrote:
> Yes, this bug is known and is fixed with "[patch 2/4] [PATCH] reiserfs:
> deal with NULL xattr root w/ xattrs disabled"
Linus committed this now. Martin, could you give latest git a try?
Hi, the patches seem to have solved this issue. The kernel boots now. Martin Am Sonntag, den 17.05.2009, 20:48 +0000 schrieb bugzilla-daemon@bugzilla.kernel.org: > http://bugzilla.kernel.org/show_bug.cgi?id=13321 > > > Stefan Richter <stefan-r-bz@s5r6.in-berlin.de> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|NEW |NEEDINFO > > > > > --- Comment #4 from Stefan Richter <stefan-r-bz@s5r6.in-berlin.de> > 2009-05-17 20:48:38 --- > Jeff wrote: > > Yes, this bug is known and is fixed with "[patch 2/4] [PATCH] reiserfs: > > deal with NULL xattr root w/ xattrs disabled" > > Linus committed this now. Martin, could you give latest git a try? > Thanks Martin. |