mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjan@infradead.org>
To: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Cc: Johannes Berg <johannes@sipsolutions.net>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	ipw2100-devel@lists.sourceforge.net,
	linux-wireless@vger.kernel.org, yi.zhu@intel.com,
	reinette.chatre@intel.com, jgarzik@pobox.com,
	linville@tuxdriver.com, davem@davemloft.net
Subject: Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling firmware restart.
Date: Sun, 21 Sep 2008 13:27:53 -0700	[thread overview]
Message-ID: <20080921132753.5689b564@infradead.org> (raw)
In-Reply-To: <20080921202057.GB25052@2ka.mipt.ru>

On Mon, 22 Sep 2008 00:20:57 +0400
Evgeniy Polyakov <johnpol@2ka.mipt.ru> wrote:

> On Sun, Sep 21, 2008 at 12:43:32PM -0700, Arjan van de Ven
> (arjan@infradead.org) wrote:
> > > @@ -3174,6 +3176,10 @@ static void ipw2100_irq_tasklet(struct
> > > ipw2100_priv *priv) if (inta & IPW2100_INTA_FATAL_ERROR) {
> > >  		printk(KERN_WARNING DRV_NAME
> > >  		       ": Fatal interrupt. Scheduling firmware
> > > restart.\n");
> > > +		WARN_ON(1);
> > > +
> > > +		BUG_ON(ipw2100_max_fatal_ints-- <= 0);
> > 
> > BUG_ON in interrupt context is just extremely hostile, since it
> > means the box is dead.
> >
> > also I would suggest using WARN_ON_ONCE() 
> 
> Well, I actually wanted to have a bug there because of it, but now I
> think that annoying repeated warning is enough to bring attention to
> the problem by putting bug information into some magic special place
> called kerneloops collection.

are you more interested in bringing attention than finding something
that makes the driver work ? I sort of am getting that impression and
I'd be disappointed if that is the case.


> 
> Consider for inclusing for the upcoming kernel to get wider
> notifications. Yes, it is not a bugfix, I know.

still more complex than needed; a WARN_ON_ONCE() will be enough.

  reply	other threads:[~2008-09-21 20:28 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-21 17:23 Evgeniy Polyakov
2008-09-21 17:36 ` Michael Buesch
2008-09-21 17:38   ` Evgeniy Polyakov
2008-09-21 18:04 ` Arjan van de Ven
2008-09-21 18:28   ` Evgeniy Polyakov
2008-09-21 18:35     ` Arjan van de Ven
2008-09-21 18:52       ` Wei Weng
2008-09-21 19:20         ` Arjan van de Ven
2008-09-21 19:00       ` Evgeniy Polyakov
2008-09-21 19:14         ` Johannes Berg
2008-09-21 19:38           ` Evgeniy Polyakov
2008-09-21 19:43             ` Arjan van de Ven
2008-09-21 20:20               ` Evgeniy Polyakov
2008-09-21 20:27                 ` Arjan van de Ven [this message]
2008-09-21 20:57                   ` Evgeniy Polyakov
2008-09-21 21:02                     ` Arjan van de Ven
2008-09-21 21:05                       ` Evgeniy Polyakov
2008-09-21 21:14                         ` Arjan van de Ven
2008-09-21 21:43                         ` Denys Fedoryshchenko
2008-09-21 22:07                           ` Evgeniy Polyakov
2008-09-21 22:15                             ` Denys Fedoryshchenko
2008-09-21 23:46                               ` Evgeniy Polyakov
2008-09-21 23:27                         ` Marcel Holtmann
2008-09-22  0:00                           ` Evgeniy Polyakov
2008-09-21 22:38                     ` Alan Cox
2008-09-21 23:44                       ` Evgeniy Polyakov
2008-09-21 23:48                         ` David Miller
2008-09-22  0:18                           ` Evgeniy Polyakov
2008-09-22 14:22                         ` Bill Davidsen
2008-09-21 20:05             ` Cyrill Gorcunov
2008-09-21 20:26               ` Evgeniy Polyakov
2008-09-21 20:35                 ` Cyrill Gorcunov
2008-09-21 21:06                   ` Evgeniy Polyakov
2008-09-21 19:57         ` Alan Cox
2008-09-21 21:10           ` Evgeniy Polyakov
2008-09-26  5:56           ` Evgeniy Polyakov
2008-09-21 19:35 ` Marcel Holtmann
2008-09-21 21:12   ` Evgeniy Polyakov
2008-09-21 22:45   ` Matthew Garrett
2008-09-21 22:42 ` Matthew Garrett
2008-09-21 23:45   ` Evgeniy Polyakov
2008-09-22 16:21 ` [Ipw2100-devel] " Kenneth Crudup

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=20080921132753.5689b564@infradead.org \
    --to=arjan@infradead.org \
    --cc=davem@davemloft.net \
    --cc=ipw2100-devel@lists.sourceforge.net \
    --cc=jgarzik@pobox.com \
    --cc=johannes@sipsolutions.net \
    --cc=johnpol@2ka.mipt.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    --cc=reinette.chatre@intel.com \
    --cc=yi.zhu@intel.com \
    /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

all inboxes | Powered by JetHome®