Bug 7809
Summary: | __lookup_hash() dereferences NULL pointer for pointer-to-function in fs/namei.c - causes oops. | ||
---|---|---|---|
Product: | File System | Reporter: | James Vanns (james.vanns) |
Component: | VFS | Assignee: | fs_vfs |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | cw |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.9-42.0.2.RHEL4 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
Patch to namei.c for testing NULL pointers.
Patch to namei.c for testing NULL pointers. |
Description
James Vanns
2007-01-11 04:32:24 UTC
Created attachment 10056 [details]
Patch to namei.c for testing NULL pointers.
Comment on attachment 10056 [details]
Patch to namei.c for testing NULL pointers.
PLEASE IGNORE THIS PATCH. CHOOSE THE OTHER, NEWER PATCH.
Created attachment 10057 [details]
Patch to namei.c for testing NULL pointers.
New patch actually tests lookup() for NULL.
I have this same oops, and reported it to lkml. Daniel Blueman (daniel dot blueman at gmail) suggested that 4KSTACKS might be triggering this. My kernel, being the stock RHEL kernel with XFS enabled, has 4KSTACKS enabled. I will try running without 4KSTACKS, but it's hard to trigger this oops. Sorry this should have been closed ages ago - RHEL specific kernel bugs should go to the vendor and won't be handled here as the RHEL kernel has deviated quite a bit from upstream as it is an older kernel with backports |