RE: [PATCH] kernel/watchdog: fix spurious hard lockups

From: Liang, Kan
Date: Wed Jun 21 2017 - 08:40:48 EST



> >
> > The right fix for mainline can be found here.
> > perf/x86/intel: enable CPU ref_cycles for GP counter perf/x86/intel,
> > watchdog: Switch NMI watchdog to ref cycles on x86
> > https://patchwork.kernel.org/patch/9779087/
> > https://patchwork.kernel.org/patch/9779089/
>
> Presumably the "right fix" will later be altered to revert this one-line
> workaround?

The "right fix" itself will not touch the watchdog rate. I will modify the
changelog to notify the people who want to do the backport.

As my understanding, it's not harmful even if we don't revert the
workaround. It can still detect the hardlockup, only takes
a tiny bit longer.

Thanks,
Kan