From: Jakub Kicinski <k...@kernel.org> Date: Wed, 9 Dec 2020 18:16:08 -0800
> We use rcu_assign_pointer to assign both the table and the entries, > but the entries are not marked as __rcu. This generates sparse > warnings. > > Signed-off-by: Jakub Kicinski <k...@kernel.org> > --- Applied.