Bug 14286
Summary: | kernel BUG at fs/ext4/extents.c:2863 | ||
---|---|---|---|
Product: | File System | Reporter: | R.Nageswara Sastry (rnsastry) |
Component: | ext4 | Assignee: | Theodore Tso (tytso) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | sandeen |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.32-rc1, 2.6.31 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
fsfuzzer image to recreate the kernel stack trace in tar gzipped format
fsfuzzer ext4 base image Patch to fix this problem |
Description
R.Nageswara Sastry
2009-10-01 05:40:59 UTC
Created attachment 23213 [details]
fsfuzzer image to recreate the kernel stack trace in tar gzipped format
Created attachment 23214 [details]
fsfuzzer ext4 base image
unzip the above file(s) ext4.364.img.tar.gz ext4.base.tar.gz And download the fsfuzzer from URL http://www.risesecurity.org/files/fsfuzzer-0.7.3.tar.gz Untar it cd fsfuzzer-0.7.3 ./configure make cp ext4.364.img to fsfuzzer-0.7.3/cfs cp ext4.base to fsfuzzer-0.7.3/fs and run the file named run_test in dir fsfuzzer-0.7.3 ./run_test ext4 364 Check the dmesg. Thanks!! Any updates!! Created attachment 24181 [details]
Patch to fix this problem
Surbhi Palande has supplied the following patch to address this issue
|