Bug 14287
Summary: | ext4: fixpoint divide exception at ext4_fill_super | ||
---|---|---|---|
Product: | File System | Reporter: | R.Nageswara Sastry (rnsastry) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, 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
Patch which solves this fixpoint division exception Patch which solves this fixpoint division exception |
Description
R.Nageswara Sastry
2009-10-01 05:58:34 UTC
Created attachment 23215 [details]
fsfuzzer image to recreate the kernel stack trace in tar gzipped format
Use the ext4.base file from already attached to other bug #14286 http://bugzilla.kernel.org/attachment.cgi?id=23214 unzip the above file(s) ext4.319.img.tar.gz ext4.base.tar.gz And download the fsfuzzer from site http://www.risesecurity.org/files/fsfuzzer-0.7.3.tar.gz Untar it cd fsfuzzer-0.7.3 ./configure make cp ext4.319.img to fsfuzzer-0.7.3/cfs cp ext4.base to fsfuzzer-0.7.3/fs and run the file named run_test in fsfuzzer-0.7.3 ./run_test ext4 319 Check the dmesg. Thanks!! Any updates!! No updates, this issue is not as pressing as other things the ext4 development team is currently working on ... Created attachment 23647 [details]
Patch which solves this fixpoint division exception
Created attachment 23648 [details]
Patch which solves this fixpoint division exception
|