Bug 173730
| Summary: | Badness in interruptible_sleep_on_timeout at kernel/sched.c:3500 (Not tainted) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Ellson <john.ellson> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | steved, wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-11-20 20:32:24 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
John Ellson
2005-11-19 20:35:16 UTC
I think this may be only with SMP kernels. The report above was on an i686 dual
process machine. I also get a similar message on a single process x86_64 machine
(albeit this one is tainted with NVIDIA module).
Badness in interruptible_sleep_on_timeout at kernel/sched.c:3500 (Tainted: P )
Call Trace:<ffffffff80369050>{interruptible_sleep_on_timeout+131}
<ffffffff8013851a>{default_wake_function+0}
<ffffffff88a6a357>{:lockd:lockd_down+207}
<ffffffff88a8796c>{:nfs:nfs_kill_super+77}
<ffffffff801963f9>{deactivate_super+132}
<ffffffff801acea3>{sys_umount+662} <ffffffff80190fd8>{__fput+340}
<ffffffff801abba5>{mntput_no_expire+28} <ffffffff8018e546>{filp_close+90}
<ffffffff8010fb0a>{system_call+126}
I notice that NFS is implicated in both cases, but I'm not sure what extra info you will need? I'm using NFS over UDP to an old/stable RedHat-9 file server. Steve, is that the case where it needs kernel_lock around the sleep_on? |