Bug 9272
Summary: | kernel BUG at drivers/md/raid5.c:143 | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Puzin, Dimitri (bugs) |
Component: | MD | Assignee: | Neil Brown (neilb) |
Status: | CLOSED CODE_FIX | ||
Severity: | blocking | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24-rc1-git10 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 9243 | ||
Attachments: | corrective patch |
Description
Puzin, Dimitri
2007-11-01 05:03:27 UTC
It looks like a patch was misapplied. In particular commit 4ae3f847e49e3787eca91bced31f8fd328d50496 applied a chunk to handle_stripe6 that should have been applied to handle_stripe5. I'll attach a patch with plenty of context which fixes it up. Thanks for the report. Created attachment 13368 [details]
corrective patch
It works for me. Thanks for the quick resolution! Fixed by: commit def6ae26a9e69c3e6d0f0054524c76fd32420ecd Author: Neil Brown <neilb@suse.de> Commit: Linus Torvalds <torvalds@woody.linux-foundation.org> md: fix misapplied patch in raid5.c http://git.kernel.org/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=def6ae26a9e69c3e6d0f0054524c76fd32420ecd |