From: "David S. Miller" <davem@redhat.com>
To: Russell King <rmk+lkml@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org, irda-users@lists.sourceforge.net
Subject: Re: (irda) Badness in local_bh_enable at kernel/softirq.c:121
Date: Fri, 26 Dec 2003 14:34:54 -0800 [thread overview]
Message-ID: <20031226143454.4b871d15.davem@redhat.com> (raw)
In-Reply-To: <20031226130031.A14007@flint.arm.linux.org.uk>
On Fri, 26 Dec 2003 13:00:31 +0000
Russell King <rmk+lkml@arm.linux.org.uk> wrote:
> I've just been testing w83977af_ir with ircomm on a NetWinder (ARM) and
> a Nokia mobile phone, and, while closing down the connection by exiting
> minicom, I saw this which looks particularly evil. I'm not sure exactly
> when this occurred because I was running minicom over ssh.
This is akin to the PPP issues, and all of this basically is telling
that the TTY driver's locking conflicts with networking quite badly.
In this case:
> Badness in local_bh_enable at kernel/softirq.c:121
> [<c00429c4>] (local_bh_enable+0x0/0x84) from [<c014d1b4>] (dev_queue_xmit+0x108/0x20c)
> [<c014d0ac>] (dev_queue_xmit+0x0/0x20c) from [<bf00ee68>] (irlap_send_data_primary_poll+0xdc/0x1c4 [irda])
local_bh_enable() with hardware interrupts disabled, which is
racy and illegal. Who disabled CPU interrupts? Let's see:
> [<bf03b4b0>] (ircomm_tty_shutdown+0x0/0x178 [ircomm_tty]) from [<bf03a9c0>] (ircomm_tty_close+0x15c/0x240 [ircomm_tty])
And this is where the spin_lock_irqsave() occurs, that leads
to all of the trouble.
next prev parent reply other threads:[~2003-12-26 22:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-26 13:00 Russell King
2003-12-26 22:34 ` David S. Miller [this message]
2003-12-26 23:16 ` [irda-users] " Martin Diehl
2003-12-26 23:33 ` Martin Diehl
2004-01-06 3:58 ` David S. Miller
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=20031226143454.4b871d15.davem@redhat.com \
--to=davem@redhat.com \
--cc=irda-users@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=rmk+lkml@arm.linux.org.uk \
/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
Powered by JetHome