LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* evdev soft lockup 2.6.24-rc5-mm1
@ 2008-01-09  8:59 Jiri Slaby
  2008-01-09 10:11 ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Slaby @ 2008-01-09  8:59 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Linux Kernel Mailing List, Andrew Morton, linux-input

Hi,

I got this after resume (finally untainted version):

usb 4-1: new full speed USB device using uhci_hcd and address 14
usb 4-1: configuration #1 chosen from 1 choice
hub 4-1:1.0: USB hub found
hub 4-1:1.0: 3 ports detected
usb 4-1.1: new full speed USB device using uhci_hcd and address 15
usb 4-1.1: configuration #1 chosen from 1 choice
input: ABBHOME USB Keyboard as 
/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.1/4-1.1:1.0/input/input14
BUG: soft lockup - CPU#1 stuck for 11s! [X:2887]
CPU 1:
Modules linked in: tun bitrev ipv6 arc4 ecb crypto_blkcipher cryptomgr 
crypto_algapi ath5k mac80211 rtc_cmos cfg80211 floppy rtc_core crc32 rtc_lib 
ehci_hcd sr_mod cdrom
Pid: 2887, comm: X Not tainted 2.6.24-rc5-mm1_64 #354
RIP: 0010:[<ffffffff804e87fb>]  [<ffffffff804e87fb>] _spin_lock+0xb/0x20
RSP: 0018:ffff810070f85dd8  EFLAGS: 00000286
RAX: 0000000000000000 RBX: ffff810070f85dd8 RCX: 0000000000000000
RDX: ffff810070f85fd8 RSI: ffff81007d060000 RDI: ffff81001f7176cc
RBP: ffff810070f85db8 R08: ffff810070f84000 R09: 00000000ffffffff
R10: 0000000000000000 R11: 0000000000000000 R12: ffff81007c6acd00
R13: ffff810070f85e50 R14: 0000000000000002 R15: 7fffffffffffffff
FS:  00007fbfa053a780(0000) GS:ffff81007d011500(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 00000000f1f600c4 CR3: 0000000070cc8000 CR4: 00000000000006a0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400

Call Trace:
  [<ffffffff804e7648>] __mutex_lock_slowpath+0x38/0xd0
  [<ffffffff804e747e>] mutex_lock+0x1e/0x30
  [<ffffffff8040c497>] input_release_device+0x27/0x50
  [<ffffffff804102aa>] evdev_ungrab+0x3a/0x50
  [<ffffffff804103eb>] evdev_release+0xcb/0xd0
  [<ffffffff80293460>] __fput+0xc0/0x230
  [<ffffffff802938a6>] fput+0x16/0x20
  [<ffffffff80290296>] filp_close+0x56/0x90
  [<ffffffff80291afa>] sys_close+0x9a/0xf0
  [<ffffffff8020ba4e>] system_call+0x7e/0x83

I was not able to use sysrq keys, the keyboard is obviously defunct. If this is 
not known, I'll try to turn lockdep on and maybe connect through ssh next time 
it happens.

regards,
-- 
Jiri Slaby
Faculty of Informatics, Masaryk University
Suse Labs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: evdev soft lockup 2.6.24-rc5-mm1
  2008-01-09  8:59 evdev soft lockup 2.6.24-rc5-mm1 Jiri Slaby
@ 2008-01-09 10:11 ` Jiri Kosina
  2008-01-09 10:30   ` Jiri Slaby
  2008-01-21 19:11   ` Jiri Slaby
  0 siblings, 2 replies; 4+ messages in thread
From: Jiri Kosina @ 2008-01-09 10:11 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: Dmitry Torokhov, Linux Kernel Mailing List, Andrew Morton, linux-input

On Wed, 9 Jan 2008, Jiri Slaby wrote:

> BUG: soft lockup - CPU#1 stuck for 11s! [X:2887]
[ ... ]
> Call Trace:
>  [<ffffffff804e7648>] __mutex_lock_slowpath+0x38/0xd0
>  [<ffffffff804e747e>] mutex_lock+0x1e/0x30
>  [<ffffffff8040c497>] input_release_device+0x27/0x50
>  [<ffffffff804102aa>] evdev_ungrab+0x3a/0x50
>  [<ffffffff804103eb>] evdev_release+0xcb/0xd0
>  [<ffffffff80293460>] __fput+0xc0/0x230
>  [<ffffffff802938a6>] fput+0x16/0x20
>  [<ffffffff80290296>] filp_close+0x56/0x90
>  [<ffffffff80291afa>] sys_close+0x9a/0xf0
>  [<ffffffff8020ba4e>] system_call+0x7e/0x83
> I was not able to use sysrq keys, the keyboard is obviously defunct. If 
> this is not known, I'll try to turn lockdep on and maybe connect through 
> ssh next time it happens.

Is this reproducible on your side? 

Running with lockdep would be really helpful, so that we possibly know who 
is holding the other instance of dev->mutex.

-- 
Jiri Kosina

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: evdev soft lockup 2.6.24-rc5-mm1
  2008-01-09 10:11 ` Jiri Kosina
@ 2008-01-09 10:30   ` Jiri Slaby
  2008-01-21 19:11   ` Jiri Slaby
  1 sibling, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2008-01-09 10:30 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Dmitry Torokhov, Linux Kernel Mailing List, Andrew Morton, linux-input

On 01/09/2008 11:11 AM, Jiri Kosina wrote:
> On Wed, 9 Jan 2008, Jiri Slaby wrote:
> 
>> BUG: soft lockup - CPU#1 stuck for 11s! [X:2887]
> [ ... ]
>> Call Trace:
>>  [<ffffffff804e7648>] __mutex_lock_slowpath+0x38/0xd0
>>  [<ffffffff804e747e>] mutex_lock+0x1e/0x30
>>  [<ffffffff8040c497>] input_release_device+0x27/0x50
>>  [<ffffffff804102aa>] evdev_ungrab+0x3a/0x50
>>  [<ffffffff804103eb>] evdev_release+0xcb/0xd0
>>  [<ffffffff80293460>] __fput+0xc0/0x230
>>  [<ffffffff802938a6>] fput+0x16/0x20
>>  [<ffffffff80290296>] filp_close+0x56/0x90
>>  [<ffffffff80291afa>] sys_close+0x9a/0xf0
>>  [<ffffffff8020ba4e>] system_call+0x7e/0x83
>> I was not able to use sysrq keys, the keyboard is obviously defunct. If 
>> this is not known, I'll try to turn lockdep on and maybe connect through 
>> ssh next time it happens.
> 
> Is this reproducible on your side? 

not 100%, it happens occasionally.

> Running with lockdep would be really helpful, so that we possibly know who 
> is holding the other instance of dev->mutex.

I'll try my best.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: evdev soft lockup 2.6.24-rc5-mm1
  2008-01-09 10:11 ` Jiri Kosina
  2008-01-09 10:30   ` Jiri Slaby
@ 2008-01-21 19:11   ` Jiri Slaby
  1 sibling, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2008-01-21 19:11 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Dmitry Torokhov, Linux Kernel Mailing List, Andrew Morton, linux-input

On 01/09/2008 11:11 AM, Jiri Kosina wrote:
> On Wed, 9 Jan 2008, Jiri Slaby wrote:
> 
>> BUG: soft lockup - CPU#1 stuck for 11s! [X:2887]
> [ ... ]
>> Call Trace:
>>  [<ffffffff804e7648>] __mutex_lock_slowpath+0x38/0xd0
>>  [<ffffffff804e747e>] mutex_lock+0x1e/0x30
>>  [<ffffffff8040c497>] input_release_device+0x27/0x50
>>  [<ffffffff804102aa>] evdev_ungrab+0x3a/0x50
>>  [<ffffffff804103eb>] evdev_release+0xcb/0xd0
>>  [<ffffffff80293460>] __fput+0xc0/0x230
>>  [<ffffffff802938a6>] fput+0x16/0x20
>>  [<ffffffff80290296>] filp_close+0x56/0x90
>>  [<ffffffff80291afa>] sys_close+0x9a/0xf0
>>  [<ffffffff8020ba4e>] system_call+0x7e/0x83
>> I was not able to use sysrq keys, the keyboard is obviously defunct. If 
>> this is not known, I'll try to turn lockdep on and maybe connect through 
>> ssh next time it happens.
> 
> Is this reproducible on your side? 
> 
> Running with lockdep would be really helpful, so that we possibly know who 
> is holding the other instance of dev->mutex.

Seems not to be an issue any longer, but I'll keep an eye on it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-21 19:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-09  8:59 evdev soft lockup 2.6.24-rc5-mm1 Jiri Slaby
2008-01-09 10:11 ` Jiri Kosina
2008-01-09 10:30   ` Jiri Slaby
2008-01-21 19:11   ` Jiri Slaby

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).