netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarek Poplawski <jarkao2@gmail.com>
To: Bernard Pidoux <bernard.pidoux@upmc.fr>
Cc: Linux Netdev List <netdev@vger.kernel.org>
Subject: Re: [ INFO: inconsistent lock state ]  2.6.25.10
Date: Mon, 8 Sep 2008 11:32:18 +0000	[thread overview]
Message-ID: <20080908113218.GA6169@ff.dom.local> (raw)
In-Reply-To: <48C3CEE0.6040308@upmc.fr>

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.

      reply	other threads:[~2008-09-08 11:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-07 12:53 [ INFO: inconsistent lock state ] 2.6.25.10 Bernard Pidoux
2008-09-08 11:32 ` Jarek Poplawski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080908113218.GA6169@ff.dom.local \
    --to=jarkao2@gmail.com \
    --cc=bernard.pidoux@upmc.fr \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).