Re: [PATCH] doc: rcu: Suspicious RCU usage is a warning

2019-03-04 Thread Jonathan Corbet
On Thu, 28 Feb 2019 11:59:32 +0100 Geert Uytterhoeven wrote: > Suspicious RCU usage messages are reported as warnings. > > Fixes: a5dd63efda3d07b5 ("lockdep: Use "WARNING" tag on lockdep splats") > Signed-off-by: Geert Uytterhoeven > --- > And before that, they were printed as errors, which was

Re: [PATCH] doc: rcu: Suspicious RCU usage is a warning

2019-02-28 Thread Paul E. McKenney
On Thu, Feb 28, 2019 at 11:59:32AM +0100, Geert Uytterhoeven wrote: > Suspicious RCU usage messages are reported as warnings. > > Fixes: a5dd63efda3d07b5 ("lockdep: Use "WARNING" tag on lockdep splats") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Paul E. McKenney > --- > And before that,

[PATCH] doc: rcu: Suspicious RCU usage is a warning

2019-02-28 Thread Geert Uytterhoeven
Suspicious RCU usage messages are reported as warnings. Fixes: a5dd63efda3d07b5 ("lockdep: Use "WARNING" tag on lockdep splats") Signed-off-by: Geert Uytterhoeven --- And before that, they were printed as errors, which was also never reflected in the documentation... --- Documentation/RCU/lockde