Re: [PATCH v2 5/6] rcuwait: Annotate task_struct with __rcu

2019-02-25 Thread Paul E. McKenney
On Sat, Feb 23, 2019 at 01:34:33AM -0500, Joel Fernandes (Google) wrote: > This suppresses sparse error generated due to the recently added > rcu_assign_pointer sparse check. > > percpu-rwsem.c:162:9: sparse: error: incompatible types in comparison > expression > exit.c:316:16: sparse: error: inc

[PATCH v2 5/6] rcuwait: Annotate task_struct with __rcu

2019-02-22 Thread Joel Fernandes (Google)
This suppresses sparse error generated due to the recently added rcu_assign_pointer sparse check. percpu-rwsem.c:162:9: sparse: error: incompatible types in comparison expression exit.c:316:16: sparse: error: incompatible types in comparison expression Signed-off-by: Joel Fernandes (Google) ---