login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
6
Re: [WARNING] local_bh_enable with irqs disabled:
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andrew Morton <akpm@...>
To: Guennadi Liakhovetski <g.liakhovetski@...>
Cc: <linux-kernel@...>, David Brownell <david-b@...>
Subject:
Re: [WARNING] local_bh_enable with irqs disabled:
Date: Friday, June 6, 2008 - 1:39 am
On Tue, 3 Jun 2008 15:32:39 +0200 (CEST) Guennadi Liakhovetski <g.liakhovetski@gmx.de> wrote:
quoted text
> Hi > > got this whem rmmod-ing a gpiochip driver. IRQs were disabled in > gpiochip_remove(). > > ------------[ cut here ]------------ > WARNING: at kernel/softirq.c:141 local_bh_enable+0x8c/0xac() > Modules linked in: max7301(-) pxa2xx_spi vfat fat usbhid > [<c0024bd0>] (dump_stack+0x0/0x14) from [<c0032068>] (warn_on_slowpath+0x4c/0x68) > [<c003201c>] (warn_on_slowpath+0x0/0x68) from [<c003823c>] (local_bh_enable+0x8c/0xac) > r6:c3eac1e0 r5:c03195f0 r4:c3dde000 > [<c00381b0>] (local_bh_enable+0x0/0xac) from [<c01f2764>] (sk_filter+0x34/0x94) > r5:c3eac1e0 r4:00000000 > [<c01f2730>] (sk_filter+0x0/0x94) from [<c01f55b0>] (netlink_broadcast+0x1a4/0x438) > r5:c3db2010 r4:c3db2000 > [<c01f540c>] (netlink_broadcast+0x0/0x438) from [<c0115e18>] (kobject_uevent_env+0x338/0x3ec) > [<c0115ae0>] (kobject_uevent_env+0x0/0x3ec) from [<c0115ee0>] (kobject_uevent+0x14/0x18) > [<c0115ecc>] (kobject_uevent+0x0/0x18) from [<c01538c0>] (device_del+0x13c/0x16c) > [<c0153784>] (device_del+0x0/0x16c) from [<c0153908>] (device_unregister+0x18/0x24) > r6:40000013 r5:c3eab000 r4:c3eab000 > [<c01538f0>] (device_unregister+0x0/0x24) from [<c01258b0>] (gpiochip_remove+0xa0/0x13c) > r4:c3cfb0dc > [<c0125810>] (gpiochip_remove+0x0/0x13c) from [<bf01d0cc>] (max7301_remove+0x40/0x80 [max7301]) > r6:ffffffed r5:c3eade00 r4:c3cfb0c0 > [<bf01d08c>] (max7301_remove+0x0/0x80 [max7301]) from [<c0179888>] (spi_drv_remove+0x24/0x28) > r6:c3dde000 r5:bf01dcac r4:c3eade00 > [<c0179864>] (spi_drv_remove+0x0/0x28) from [<c0155c7c>] (__device_release_driver+0x6c/0xa0) > [<c0155c10>] (__device_release_driver+0x0/0xa0) from [<c01561a8>] (driver_detach+0xcc/0xe0) > r5:c3eade00 r4:c3eadea8 > [<c01560dc>] (driver_detach+0x0/0xe0) from [<c0154ed8>] (bus_remove_driver+0x94/0xbc) > r7:00000000 r6:c030be4c r5:bf01dcac r4:bf01dce0 > [<c0154e44>] (bus_remove_driver+0x0/0xbc) from [<c0156234>] (driver_unregister+0x48/0x4c) > r6:c3dde000 r5:bf01dcac r4:bf01dce0 > [<c01561ec>] (driver_unregister+0x0/0x4c) from [<bf01d428>] (max7301_exit+0x14/0x1c [max7301]) > r5:00000000 r4:bf01dce0 > [<bf01d414>] (max7301_exit+0x0/0x1c [max7301]) from [<c005a298>] (sys_delete_module+0x150/0x210) > [<c005a148>] (sys_delete_module+0x0/0x210) from [<c0020c00>] (ret_fast_syscall+0x0/0x2c) > r8:c0020d84 r7:00000081 r6:bec61470 r5:bec61458 r4:bec63c70
Which kernel version are you running? Please check 2.6.25 - its gpiochip_remove() seems innocent enough. --
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:
[WARNING] local_bh_enable with irqs disabled:
, Guennadi Liakhovetski
, (Tue Jun 3, 9:32 am)
Re: [WARNING] local_bh_enable with irqs disabled:
, Andrew Morton
, (Fri Jun 6, 1:39 am)
Re: [WARNING] local_bh_enable with irqs disabled:
, Guennadi Liakhovetski
, (Fri Jun 6, 2:11 am)
Re: [WARNING] local_bh_enable with irqs disabled:
, David Brownell
, (Tue Jun 10, 8:15 pm)
Re: [WARNING] local_bh_enable with irqs disabled:
, David Brownell
, (Thu Jun 12, 2:28 am)
Re: [WARNING] local_bh_enable with irqs disabled:
, Andrew Morton
, (Fri Jun 6, 2:41 am)
Re: [WARNING] local_bh_enable with irqs disabled:
, David Brownell
, (Thu Jun 12, 3:00 pm)
Re: [WARNING] local_bh_enable with irqs disabled:
, Andrew Morton
, (Thu Jun 12, 3:27 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
david
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
David Woodhouse
[GIT *] Allow request_firmware() to be satisfied from in-kernel, use it in more dr...
Philipp Marek
Re: sys_chroot+sys_fchdir Fix
Greg Kroah-Hartman
[PATCH 008/196] Chinese: add translation of volatile-considered-harmful.txt
git
:
linux-netdev
:
Krishna Kumar
[PATCH 9/10 REV5] [IPoIB] Implement batching
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
965 guests
online.
Online users
Kedar Sovani
stbagl30
dennisstone1988
Syndicate