Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1666818
| From | Nicholas Piggin <npiggin@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/4] watchdog: Split up config options |
| Date | 2017-06-15 18:00 +0200 |
| Message-ID | <tSFlE-4iZ-9@gated-at.bofh.it> (permalink) |
| References | (6 earlier) <tRWHU-1JS-13@gated-at.bofh.it> <tSh9E-6aJ-25@gated-at.bofh.it> <tSsy6-4W0-5@gated-at.bofh.it> <tStku-5rK-17@gated-at.bofh.it> <tSFlE-4iZ-11@gated-at.bofh.it> |
| Organization | IBM |
On Thu, 15 Jun 2017 11:51:22 -0400
Don Zickus <dzickus@redhat.com> wrote:
> On Thu, Jun 15, 2017 at 01:04:01PM +1000, Nicholas Piggin wrote:
> > > +#ifdef CONFIG_HARDLOCKUP_DETECTOR
> > > /* boot commands */
> > > /*
> > > * Should we panic when a soft-lockup or hard-lockup occurs:
> > > @@ -69,9 +73,6 @@ static int __init hardlockup_panic_setup(char *str)
> > > return 1;
> > > }
> > > __setup("nmi_watchdog=", hardlockup_panic_setup);
> > > -
> > > -#else
> > > -unsigned long __read_mostly watchdog_enabled = SOFT_WATCHDOG_ENABLED;
> > > #endif
> > >
> > > #ifdef CONFIG_SOFTLOCKUP_DETECTOR
> >
> > Hmm, I guess I missed this because sparc parses nmi_watchdog=, but it
> > also relies on the watchdog_enabled value.
> >
> > I guess I can fold your incremental patch in. I hope we could get
> > sparc quickly to adopt the complate HAVE_HARDLOCKUP_DETECTOR_ARCH soon
> > afterwards though, so we only have 2 cases -- complete hardlockup
> > detector, or the very bare minimum NMI_WATCHDOG.
>
> Hi Nick,
>
> I agree. Let's move forward with this temp fix just to get things in the
> kernel for initial testing. Then follow up with a cleanup patch. The idea
> is we can always revert the cleanup patch if things still don't quite work.
>
> Thoughts?
Hi Don,
Yeah that sounds good to me. Would you like me to re-test things
and resend the series?
Thanks,
Nick
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 3/4] watchdog: Split up config options Don Zickus <dzickus@redhat.com> - 2017-06-08 18:10 +0200
Re: [PATCH 3/4] watchdog: Split up config options Nicholas Piggin <npiggin@gmail.com> - 2017-06-12 10:10 +0200
Re: [PATCH 3/4] watchdog: Split up config options Don Zickus <dzickus@redhat.com> - 2017-06-12 22:50 +0200
Re: [PATCH 3/4] watchdog: Split up config options Nicholas Piggin <npiggin@gmail.com> - 2017-06-13 18:20 +0200
Re: [PATCH 3/4] watchdog: Split up config options Don Zickus <dzickus@redhat.com> - 2017-06-14 16:10 +0200
Re: [PATCH 3/4] watchdog: Split up config options Babu Moger <babu.moger@oracle.com> - 2017-06-15 04:20 +0200
Re: [PATCH 3/4] watchdog: Split up config options Nicholas Piggin <npiggin@gmail.com> - 2017-06-15 05:10 +0200
Re: [PATCH 3/4] watchdog: Split up config options Babu Moger <babu.moger@oracle.com> - 2017-06-15 17:20 +0200
Re: [PATCH 3/4] watchdog: Split up config options Nicholas Piggin <npiggin@gmail.com> - 2017-06-15 18:00 +0200
Re: [PATCH 3/4] watchdog: Split up config options Don Zickus <dzickus@redhat.com> - 2017-06-15 20:50 +0200
Re: [PATCH 3/4] watchdog: Split up config options Don Zickus <dzickus@redhat.com> - 2017-06-15 18:00 +0200
csiph-web