Re: [PATCH] watchdog: Reduce message verbosity

2018-08-02 Thread Sinan Kaya
On 8/2/2018 5:18 AM, Thomas Gleixner wrote: On Mon, 30 Jul 2018, Sinan Kaya wrote: Reducing the verbosity level to debug for people that are interested in debugging watchdog issues. [0.152492] NMI watchdog: Perf event create on CPU 0 failed with -2 [0.156002] NMI watchdog: Perf NMI wat

Re: [PATCH] watchdog: Reduce message verbosity

2018-08-02 Thread Thomas Gleixner
On Mon, 30 Jul 2018, Sinan Kaya wrote: > Reducing the verbosity level to debug for people that are interested in > debugging watchdog issues. > > [0.152492] NMI watchdog: Perf event create on CPU 0 failed with -2 > [0.156002] NMI watchdog: Perf NMI watchdog permanently disabled This chan

Re: [PATCH] watchdog: Reduce message verbosity

2018-08-01 Thread Don Zickus
On Mon, Jul 30, 2018 at 12:43:34PM -0700, Sinan Kaya wrote: > Hi Don, > > On 7/30/2018 12:28 PM, Don Zickus wrote: > > > [0.152492] NMI watchdog: Perf event create on CPU 0 failed with -2 > > > [0.156002] NMI watchdog: Perf NMI watchdog permanently disabled > > Hi Sinan, > > > > Any reaso

Re: [PATCH] watchdog: Reduce message verbosity

2018-07-30 Thread Sinan Kaya
Hi Don, On 7/30/2018 12:28 PM, Don Zickus wrote: [0.152492] NMI watchdog: Perf event create on CPU 0 failed with -2 [0.156002] NMI watchdog: Perf NMI watchdog permanently disabled Hi Sinan, Any reason why? Usually when the 'perf event' fails, that indicates a system problem. And most

Re: [PATCH] watchdog: Reduce message verbosity

2018-07-30 Thread Don Zickus
On Mon, Jul 30, 2018 at 12:09:47PM -0700, Sinan Kaya wrote: > Reducing the verbosity level to debug for people that are interested in > debugging watchdog issues. > > [0.152492] NMI watchdog: Perf event create on CPU 0 failed with -2 > [0.156002] NMI watchdog: Perf NMI watchdog permanently

[PATCH] watchdog: Reduce message verbosity

2018-07-30 Thread Sinan Kaya
Reducing the verbosity level to debug for people that are interested in debugging watchdog issues. [0.152492] NMI watchdog: Perf event create on CPU 0 failed with -2 [0.156002] NMI watchdog: Perf NMI watchdog permanently disabled Signed-off-by: Sinan Kaya --- kernel/watchdog_hld.c | 4 +