Bug 118413
Summary: | (FS AUTOFS4) badness in interruptible sleep | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas J. Baker <tjb> |
Component: | kernel | Assignee: | Jeff Moyer <jmoyer> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2 | CC: | alan, anvil, bfox, d+redhat, mb/redhat, ndbecker2, notting, oliva, orion, patc, strecken |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.6.6-1.391 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-04-05 14:07:38 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Thomas J. Baker
2004-03-16 15:24:33 UTC
Steve: this is one of those broken sleep_on uses in NFS we talked about before..... *** Bug 118589 has been marked as a duplicate of this bug. *** *** Bug 122509 has been marked as a duplicate of this bug. *** Actually, this is a broken interruptible_sleep_on in the autofs code. Ian Kent's patch set fixes this. It's in the -mm tree, so hopefully it will get merged into 2.6 on short order. *** Bug 123550 has been marked as a duplicate of this bug. *** *** Bug 123923 has been marked as a duplicate of this bug. *** *** Bug 124014 has been marked as a duplicate of this bug. *** Additional Comment #1 From Arjan van de Ven (arjanv) on 2004-05-23 02:45 ------- you might want to try the update candidate kernel from http://people.redhat.com/arjanv/2.6/ *** Bug 124573 has been marked as a duplicate of this bug. *** Appears to be fixed with kernel-smp-2.6.6-1.391 Seems to be fixed in the 1.383 FC2 update in testing as well. *** Bug 124119 has been marked as a duplicate of this bug. *** *** Bug 124929 has been marked as a duplicate of this bug. *** I've seen a similar bug as well. P4 HT on FC2 SMP kernel: Jun 2 15:40:51 anduin kernel: Badness in interruptible_sleep_on at kernel/sched.c:1927 Jun 2 15:40:51 anduin kernel: Call Trace: Jun 2 15:40:51 anduin kernel: [<0229fe72>] interruptible_sleep_on+0x5a/0xc6 Jun 2 15:40:51 anduin kernel: [<0211b419>] default_wake_function+0x0/0xc Jun 2 15:40:51 anduin kernel: [<428a594a>] ext3_read_inode+0x2af/0x2c0 [ext3] Jun 2 15:40:51 anduin kernel: [<021620f2>] d_instantiate+0x54/0x57 Jun 2 15:40:51 anduin kernel: [<02150ba8>] __find_get_block+0xb5/0xbe Jun 2 15:40:51 anduin kernel: [<4af8e4f9>] autofs4_wait+0x1fe/0x25e [autofs4] Jun 2 15:40:51 anduin kernel: [<4af8d5e5>] try_to_fill_dentry+0xa8/0x100 [autofs4] Jun 2 15:40:51 anduin kernel: [<02159950>] do_lookup+0x54/0x72 Jun 2 15:40:51 anduin kernel: [<02159f70>] link_path_walk+0x602/0x7d0 Jun 2 15:40:51 anduin kernel: [<0215a42b>] path_lookup+0x13f/0x16f Jun 2 15:40:51 anduin kernel: [<0215a567>] __user_walk+0x21/0x51 Jun 2 15:40:51 anduin kernel: [<021561ae>] vfs_lstat+0x11/0x37 Jun 2 15:40:51 anduin kernel: [<0215670c>] sys_lstat64+0xf/0x23 Jun 2 15:40:51 anduin kernel: *** Bug 128851 has been marked as a duplicate of this bug. *** |