* [BUG] Sleeping function called from invalid context (2.6.18.6)
@ 2007-01-20 23:06 Chris Rankin
0 siblings, 0 replies; 2+ messages in thread
From: Chris Rankin @ 2007-01-20 23:06 UTC (permalink / raw)
To: linux-kernel; +Cc: netdev
Hi,
I have been testing my wireless zd1211rw driver with kismet, but have noticed my logs filling up
with these messages instead:
BUG: sleeping function called from invalid context at kernel/mutex.c:86
in_atomic():0, irqs_disabled():1
[<c029688e>] mutex_lock+0x12/0x1a
[<c02496ae>] netdev_run_todo+0x10/0x1f1
[<c024a148>] dev_ioctl+0x465/0x497
[<c01626ff>] d_rehash+0x47/0x78
[<c0240379>] sock_attach_fd+0x6c/0xcb
[<c023fc9d>] sock_ioctl+0x0/0x1b3
[<c015e508>] do_ioctl+0x1c/0x5d
[<c015e78a>] vfs_ioctl+0x241/0x254
[<c015e7c9>] sys_ioctl+0x2c/0x43
[<c0102c3f>] syscall_call+0x7/0xb
According to the comment in linux/net/core/dev.c
* 2) Since we run with the RTNL semaphore not held, we can sleep
* safely in order to wait for the netdev refcnt to drop to zero.
Well, apparently we can't sleep safely after all because IRQs have been disabled.
Cheers,
Chris
___________________________________________________________
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes.
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUG] Sleeping function called from invalid context (2.6.18.6)
@ 2007-01-21 0:43 Chris Rankin
0 siblings, 0 replies; 2+ messages in thread
From: Chris Rankin @ 2007-01-21 0:43 UTC (permalink / raw)
To: linux-kernel; +Cc: netdev
This is for a 2.6.18.6 UP-preempt kernel compiled with gcc-4.1.1, BTW.
Cheers,
Chris
___________________________________________________________
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-21 0:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-21 0:43 [BUG] Sleeping function called from invalid context (2.6.18.6) Chris Rankin
-- strict thread matches above, loose matches on Subject: below --
2007-01-20 23:06 Chris Rankin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).