Re: [PATCH] ipmi: msghandler: Suppress suspicious RCU usage warning

2020-11-19 Thread Corey Minyard
On Thu, Nov 19, 2020 at 03:08:39PM +0800, Qinglang Miao wrote: > while running ipmi, ipmi_smi_watcher_register() caused > a suspicious RCU usage warning. Thanks. I had looked at this and found it was ok, but I hand't spent the time to figure out how to suppress it. It's in my next queue.

[PATCH] ipmi: msghandler: Suppress suspicious RCU usage warning

2020-11-18 Thread Qinglang Miao
while running ipmi, ipmi_smi_watcher_register() caused a suspicious RCU usage warning. - = WARNING: suspicious RCU usage 5.10.0-rc3+ #1 Not tainted - drivers/char/ipmi/ipmi_msghandler.c:750 RCU-list traversed in non-reader section!!