Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1323520

Re: [PATCH v2 4/4] Add WARN() function call to hard-soft lockup

From Jeffrey Merkey <jeffmerkey@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 4/4] Add WARN() function call to hard-soft lockup
Date 2016-02-01 22:20 +0100
Message-ID <qXu38-mK-21@gated-at.bofh.it> (permalink)
References <qXtA7-8mr-15@gated-at.bofh.it> <qXtTt-iU-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


>>
>> +		WARN(1, "Watchdog detected hard LOCKUP on cpu %d", this_cpu);
>> +
>
> So we repeat the same exact print message and dump the same stack again as
> we do a few lines above?  That doesn't make any sense.
>
> Cheers,
> Don
>

Agreed.  I'll go back and work on it.

Jeff

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 4/4] Add WARN() function call to hard-soft lockup Jeffrey Merkey <jeffmerkey@gmail.com> - 2016-02-01 21:50 +0100
  Re: [PATCH v2 4/4] Add WARN() function call to hard-soft lockup Don Zickus <dzickus@redhat.com> - 2016-02-01 22:10 +0100
    Re: [PATCH v2 4/4] Add WARN() function call to hard-soft lockup Jeffrey Merkey <jeffmerkey@gmail.com> - 2016-02-01 22:20 +0100

csiph-web