Bug 8130
Summary: | possible recursive locking in vfs_unlink | ||
---|---|---|---|
Product: | File System | Reporter: | Eric Sesterhenn (snakebyte) |
Component: | VFS | Assignee: | fs_vfs |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | arjan, bunk, diegocg, mingo |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.20 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | testcase |
Description
Eric Sesterhenn
2007-03-05 02:57:46 UTC
I was able to reproduce this with 2.6.21-rc2-git4 but not 2.6.21-rc3, so it seems fixed I don't think there has been any patch to fix (or any VFS patch at all) this problem between -rc2-git4 and -rc3. Maybe it's very hard to reproduce. Could you try to reproduce it a bit harder? Already ran ltp twice, but i'll let it run some more times to see what pops up Created attachment 10643 [details]
testcase
Hmm, i searched the testcase from the ltp. It is part of the open posix
testsuite, you can find it under
./testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/4-1.c
I can reproduce this with 2.6.20 and 2.6.20-rc2-git4 on the first run, not on
2.6.21-rc3, so it looks solved
|