login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
14
Re: 2.6.26-rc2-mm1: sparc64 - possible recursive locking detected
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Mariusz Kozlowski <m.kozlowski@...>
To: Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, <davem@...>, <kernel-testers@...>
Subject:
Re: 2.6.26-rc2-mm1: sparc64 - possible recursive locking detected
Date: Wednesday, May 14, 2008 - 2:50 pm
Hello,
quoted text
> > Got this on sparc64 startup: > > whoa. A sparc64 tester? Thanks!
again - thanks for linux 8-)
quoted text
> > ============================================= > > [ INFO: possible recursive locking detected ] > > 2.6.26-rc2-mm1 #2 > > --------------------------------------------- > > modprobe/514 is trying to acquire lock: > > (&cls->mutex){--..}, at: [<00000000005ff538>] device_add+0x3c0/0x5c0 > > > > but task is already holding lock: > > (&cls->mutex){--..}, at: [<000000000060287c>] class_interface_register+0x44/0xe0 > > > > other info that might help us debug this: > > 1 lock held by modprobe/514: > > #0: (&cls->mutex){--..}, at: [<000000000060287c>] class_interface_register+0x44/0xe0 > > > > stack backtrace: > > Call Trace: > > [000000000048cc64] __lock_acquire+0x104c/0x1400 > > [000000000048d098] lock_acquire+0x80/0xa0 > > [0000000000701898] mutex_lock_nested+0xc0/0x4e0 > > [00000000005ff538] device_add+0x3c0/0x5c0 > > [00000000005ff74c] device_register+0x14/0x20 > > [00000000005ff808] device_create+0xb0/0xe0 > > [0000000010012ef8] sg_add+0x160/0x380 [sg] > > [00000000006028d4] class_interface_register+0x9c/0xe0 > > [0000000000617050] scsi_register_interface+0x18/0x40 > > [000000001001c0a4] init_sg+0xac/0x180 [sg] > > [00000000004960c8] sys_init_module+0xb0/0x1c0 > > [00000000004463cc] sys32_init_module+0x14/0x20 > > [0000000000406294] linux_sparc_syscall32+0x3c/0x40 > > [0000000000013698] 0x136a0 > > > > Yeah, this is a bug which has always been there, afaik. A > semaphore was converted to a mutex. Semaphores don't have lockdep > checking, but mutexes do, so we just now got to find out about it. > Some finger-pointing is occurring over on the scsi list ;) > > I assume the machine otherwise works OK?
Yes - seems it's running fine. I'm doing some other tests now so if anything pops out you'll know it. Mariusz --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
2.6.26-rc2-mm1
, Andrew Morton
, (Wed May 14, 4:01 am)
Re: 2.6.26-rc2-mm1: possible circular locking dependency det...
, Mariusz Kozlowski
, (Tue May 20, 6:01 am)
Re: 2.6.26-rc2-mm1: possible circular locking dependency det...
, Andrew Morton
, (Tue May 20, 6:22 am)
2.6.26-rc2-mm1 - machine stuck while booting up with CONFIG_...
, Kamalesh Babulal
, (Mon May 19, 7:33 am)
Re: 2.6.26-rc2-mm1 - machine stuck while booting up with CON...
, Steven Rostedt
, (Mon May 19, 9:02 am)
Re: 2.6.26-rc2-mm1 - machine stuck while booting up with CON...
, Kamalesh Babulal
, (Mon May 19, 10:08 am)
Re: 2.6.26-rc2-mm1 - machine stuck while booting up with CON...
, Steven Rostedt
, (Mon May 19, 10:38 am)
2.6.26-rc2-mm1 and Linus -git: LEDS_TRIGGER_DEFAULT_ON odd d...
,
, (Sat May 17, 6:28 am)
2.6.26-rc2-mm1: high speed something
, Alexey Dobriyan
, (Fri May 16, 6:17 pm)
Re: 2.6.26-rc2-mm1: high speed something
, Andrew Morton
, (Fri May 16, 5:31 pm)
Re: 2.6.26-rc2-mm1: high speed something
, Greg KH
, (Fri May 16, 6:00 pm)
[BUG] Re: 2.6.26-rc2-mm1 - x86_32 oops on modprobe wusbcore
, Mariusz Kozlowski
, (Thu May 15, 2:21 pm)
Re: [BUG] Re: 2.6.26-rc2-mm1 - x86_32 oops on modprobe wusbc...
, Andrew Morton
, (Thu May 15, 2:58 pm)
Re: [BUG] Re: 2.6.26-rc2-mm1 - x86_32 oops on modprobe wusbc...
, Inaky Perez-Gonzalez
, (Thu May 15, 4:05 pm)
[PATCH] Re: 2.6.26-rc2-mm1 - fix parenthesis in include/asm-...
, Mariusz Kozlowski
, (Thu May 15, 2:01 pm)
[PATCH] Re: 2.6.26-rc2-mm1 - fix parenthesis in include/asm-...
, Mariusz Kozlowski
, (Thu May 15, 1:59 pm)
[PATCH] Re: 2.6.26-rc2-mm1 - fix parenthesis in include/asm-...
, Mariusz Kozlowski
, (Thu May 15, 1:58 pm)
Re: 2.6.26-rc2-mm1
, Rafael J. Wysocki
, (Wed May 14, 5:54 pm)
Re: 2.6.26-rc2-mm1 (p9 build error when 9P_FS=n)
, Randy Dunlap
, (Wed May 14, 5:16 pm)
Re: 2.6.26-rc2-mm1 (p9 build error when 9P_FS=n)
, Eric Van Hensbergen
, (Wed May 14, 8:00 pm)
Re: 2.6.26-rc2-mm1 (p9 build error when 9P_FS=n)
, Andrew Morton
, (Wed May 14, 8:05 pm)
Re: 2.6.26-rc2-mm1 (p9 build error when 9P_FS=n)
, Eric Van Hensbergen
, (Wed May 14, 10:29 pm)
Re: 2.6.26-rc2-mm1 (p9 build error when 9P_FS=n)
, Andrew Morton
, (Wed May 14, 11:04 pm)
Re: 2.6.26-rc2-mm1 (p9 build error when 9P_FS=n)
, Eric Van Hensbergen
, (Wed May 14, 11:53 pm)
Re: 2.6.26-rc2-mm1 (SCSI_DH build errors)
, Randy Dunlap
, (Wed May 14, 5:13 pm)
Re: 2.6.26-rc2-mm1 (SCSI_DH build errors)
, James Bottomley
, (Thu May 15, 10:46 am)
Re: 2.6.26-rc2-mm1 (SCSI_DH build errors)
, Chandra Seetharaman
, (Thu May 15, 3:56 pm)
Re: 2.6.26-rc2-mm1 (SCSI_DH build errors)
, Andrew Morton
, (Thu May 22, 11:25 pm)
Re: 2.6.26-rc2-mm1 (SCSI_DH build errors)
, Chandra Seetharaman
, (Fri May 23, 3:39 pm)
Re: 2.6.26-rc2-mm1 (SCSI_DH build errors)
, Randy Dunlap
, (Fri May 23, 4:28 pm)
Re: 2.6.26-rc2-mm1 (SCSI_DH build errors)
, Chandra Seetharaman
, (Fri May 23, 9:16 pm)
Re: 2.6.26-rc2-mm1
, Zan Lynx
, (Wed May 14, 4:49 pm)
Re: 2.6.26-rc2-mm1
, Andrew Morton
, (Wed May 14, 5:00 pm)
Re: 2.6.26-rc2-mm1
, me
, (Wed May 14, 5:14 pm)
Re: 2.6.26-rc2-mm1
, Zan Lynx
, (Wed May 14, 6:06 pm)
Re: 2.6.26-rc2-mm1 (CONFIG_*FD build errors)
, Randy Dunlap
, (Wed May 14, 4:43 pm)
Re: 2.6.26-rc2-mm1 (WARN() build error)
, Randy Dunlap
, (Wed May 14, 4:39 pm)
2.6.26-rc2-mm1: sloooow mkfs.ext2
, Alexey Dobriyan
, (Wed May 14, 5:16 pm)
Re: 2.6.26-rc2-mm1: sloooow mkfs.ext2
, Alexey Dobriyan
, (Wed May 14, 5:33 pm)
Re: 2.6.26-rc2-mm1: sloooow mkfs.ext2
, Jiri Slaby
, (Thu May 15, 5:41 pm)
Re: 2.6.26-rc2-mm1
, Torsten Kaiser
, (Wed May 14, 3:12 pm)
Re: 2.6.26-rc2-mm1
, Andrew Morton
, (Wed May 14, 3:35 pm)
Re: 2.6.26-rc2-mm1
, Torsten Kaiser
, (Thu May 15, 1:44 pm)
Re: 2.6.26-rc2-mm1
, Andrew Morton
, (Thu May 15, 2:49 pm)
Re: 2.6.26-rc2-mm1: sparc64 - possible recursive locking det...
, Mariusz Kozlowski
, (Wed May 14, 2:29 pm)
Re: 2.6.26-rc2-mm1: sparc64 - possible recursive locking det...
, Andrew Morton
, (Wed May 14, 2:41 pm)
Re: 2.6.26-rc2-mm1: sparc64 - possible recursive locking det...
, Mariusz Kozlowski
, (Wed May 14, 2:50 pm)
[BUG] 2.6.26-rc2-mm1 - kernel panic at inet_create() on powe...
, Kamalesh Babulal
, (Wed May 14, 11:34 am)
Re: [BUG] 2.6.26-rc2-mm1 - kernel panic at inet_create() on ...
, Paul E. McKenney
, (Wed May 14, 12:07 pm)
Re: [BUG] 2.6.26-rc2-mm1 - kernel panic at inet_create() on ...
, Alexey Dobriyan
, (Wed May 14, 4:05 pm)
Re: [BUG] 2.6.26-rc2-mm1 - kernel panic at inet_create() on ...
, Paul E. McKenney
, (Wed May 14, 4:32 pm)
[BUG] 2.6.26-rc2-mm1 - kernel BUG at fs/reiserfs/journal.c:1...
, Kamalesh Babulal
, (Wed May 14, 10:03 am)
Re: [BUG] 2.6.26-rc2-mm1 - kernel BUG at fs/reiserfs/journal...
, Andrew Morton
, (Wed May 14, 2:01 pm)
[BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __alloc_pa...
, Kamalesh Babulal
, (Wed May 14, 7:24 am)
Re: [BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __allo...
, Andrew Morton
, (Wed May 14, 1:36 pm)
Re: [BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __allo...
, Kamalesh Babulal
, (Wed May 14, 2:21 pm)
Re: [BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __allo...
, Andrew Morton
, (Wed May 14, 3:44 pm)
Re: [BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __allo...
, Kamalesh Babulal
, (Sun May 18, 4:00 am)
Re: [BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __allo...
, KOSAKI Motohiro
, (Sun May 18, 1:07 pm)
Re: [BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __allo...
, Lee Schermerhorn
, (Mon May 19, 10:49 am)
Re: [BUG] 2.6.26-rc2-mm1 - kernel bug while bootup at __allo...
, KAMEZAWA Hiroyuki
, (Wed May 14, 9:54 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Martin Michlmayr
Network slowdown due to CFS
Ingo Molnar
Re: x86 arch updates also broke s390
git
:
linux-netdev
:
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
David Miller
[GIT]: Networking
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Natalie Protasevich
[BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
1020 guests
online.
Online users
jonathan1700
muebcas98
enbuscadorto
Syndicate