mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Dave Young" <hidave.darkstar@gmail.com>
To: paulmck@linux.vnet.ibm.com
Cc: "Jike Song" <albcamus@gmail.com>,
	"Linux Kernel" <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.25-rc4 rcupreempt.h WARNINGs while suspend/resume
Date: Fri, 7 Mar 2008 15:31:05 +0800	[thread overview]
Message-ID: <a8e1da0803062331la1f38fei8303a46f9949ca23@mail.gmail.com> (raw)
In-Reply-To: <20080307065752.GF19183@linux.vnet.ibm.com>

On Fri, Mar 7, 2008 at 2:57 PM, Paul E. McKenney
<paulmck@linux.vnet.ibm.com> wrote:
>
> On Fri, Mar 07, 2008 at 12:35:26PM +0800, Dave Young wrote:
>  > On Fri, Mar 7, 2008 at 12:19 PM, Paul E. McKenney
>  > <paulmck@linux.vnet.ibm.com> wrote:
>  > > On Fri, Mar 07, 2008 at 11:07:48AM +0800, Dave Young wrote:
>  > >  > On Fri, Mar 7, 2008 at 12:27 AM, Paul E. McKenney
>  > >  > <paulmck@linux.vnet.ibm.com> wrote:
>  > >  > > On Thu, Mar 06, 2008 at 07:08:55PM +0800, Dave Young wrote:
>  > >
>  > > > >  > My syslog became a 2G size big file yestoday due to the warnings.
>  > >  > >  > How about change the WARN_ON to WARN_ON_ONCE?
>  > >  > >
>  > >  > >  Hello, Dave,
>  > >  > >
>  > >  > >  I might be convinced to make this change for 2.6.26, but the condition
>  > >  > >  that the WARN_ON() is complaining about is quite serious, so I don't
>  > >  > >  want to take a chance on it getting lost in the noise in the 2.6.25
>  > >  > >  series.
>  > >  > >
>  > >  > >  Seem reasonable?
>  > >  >
>  > >  > IMHO, WARN_ON_ONCE is enough for my eyes :)
>  > >
>  > >  I could believe that, but my experience has been that many others
>  > >  need the condition to be obvious...
>  > >
>  > >
>  > >  > >  Better yet, is there some sort of time-limited WARN_ON that kicks out
>  > >  > >  a message at most once per second or some such?  Enough to definitely
>  > >  > >  be noticed, but not enough to bring the machine to its knees?
>  > >  >
>  > >  > Seems there's no such functions/macros, but is is really needed?
>  > >
>  > >  If everyone reports errors when they see isolated WARN_ON()s in their
>  > >  logfiles, then no.  But...
>  >
>  > Ok, I agree with you.
>  >
>  > Maybe something like WARN_ON_HZ(condition) or
>  > WARN_ON_PERIOD(condition, period_value)?
>
>  Makes sense to me!  The other benefit of this sort of thing is that
>  it lets you know whether the problem was a one-off or whether it
>  continued happening -- but without too much log bloat.
>
>  I was thinking in terms of once every ten seconds, but am not all
>  that hung up on the exact value of the period.
>
>  Thoughts?

Then, WARN_ON_SECS(condition, seconds) ?

>
>                                                 Thanx, Paul
>

  reply	other threads:[~2008-03-07  7:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-05  7:24 Dave Young
2008-03-05  7:35 ` Jike Song
2008-03-05 16:55   ` Paul E. McKenney
2008-03-06  2:11     ` Jike Song
2008-03-06  2:28       ` Paul E. McKenney
2008-03-06  3:20         ` Dave Young
2008-03-06 11:08           ` Dave Young
2008-03-06 16:27             ` Paul E. McKenney
2008-03-07  3:07               ` Dave Young
2008-03-07  4:19                 ` Paul E. McKenney
2008-03-07  4:35                   ` Dave Young
2008-03-07  6:57                     ` Paul E. McKenney
2008-03-07  7:31                       ` Dave Young [this message]
2008-03-07  7:43                         ` Dave Young
2008-03-07  7:55                           ` Dave Young
2008-03-07 14:08                             ` Paul E. McKenney

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=a8e1da0803062331la1f38fei8303a46f9949ca23@mail.gmail.com \
    --to=hidave.darkstar@gmail.com \
    --cc=albcamus@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulmck@linux.vnet.ibm.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

Powered by JetHome