Re: [PATCH 1/2] genirq/cpuhotplug: Reduce logging level for couple of prints

2020-09-24 Thread Thomas Gleixner
On Wed, Sep 23 2020 at 17:08, Prasad Sodagudi wrote: > During the cpu hot plug stress testing, couple of messages > continuous flooding on to the console is causing timers > migration delay. Delayed time migrations from hot plugging > core is causing device instability with watchdog. So reduce > lo

Re: [PATCH 1/2] genirq/cpuhotplug: Reduce logging level for couple of prints

2020-09-23 Thread Greg KH
On Wed, Sep 23, 2020 at 05:08:31PM -0700, Prasad Sodagudi wrote: > During the cpu hot plug stress testing, couple of messages > continuous flooding on to the console is causing timers > migration delay. Delayed time migrations from hot plugging > core is causing device instability with watchdog. So

[PATCH 1/2] genirq/cpuhotplug: Reduce logging level for couple of prints

2020-09-23 Thread Prasad Sodagudi
During the cpu hot plug stress testing, couple of messages continuous flooding on to the console is causing timers migration delay. Delayed time migrations from hot plugging core is causing device instability with watchdog. So reduce log level for couple of prints in cpu hot plug flow. Signed-off-