[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080908113218.GA6169@ff.dom.local>
Date: Mon, 8 Sep 2008 11:32:18 +0000
From: Jarek Poplawski <jarkao2@...il.com>
To: Bernard Pidoux <bernard.pidoux@...c.fr>
Cc: Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [ INFO: inconsistent lock state ] 2.6.25.10
On 07-09-2008 14:53, Bernard Pidoux wrote:
> Hi,
>
> I observed this message recently on a system with acpi=off for
> the bios is quite old.
>
> Apparently listen application and console are involved.
>
> Is there anything I can try to resolve this situation ,
>
>
> =================================
> [ INFO: inconsistent lock state ]
> 2.6.25.10-patched-ax25 #1
> ---------------------------------
> inconsistent {in-softirq-W} -> {softirq-on-W} usage.
> listen/7202 [HC0[0]:SC0[0]:HE1:SE1] takes:
> (_xmit_ETHER){-+..}, at: [<c0262f08>] netpoll_send_skb+0x118/0x180
Hi Bernard,
These warnings usually mean there is some local_irq_disable/enable()
instead of local_irq_save/restore() etc. on the xmit path (maybe in a
network driver used for netconsole). Anyway, as usual, it would be
nice to test it with some more current kernel, and if it's still
there, add some info about this driver and additional patches.
Thanks,
Jarek P.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists