From: Tim Hansen <devtimhan...@gmail.com> Date: Tue, 26 Sep 2017 20:54:05 -0400
> Signed-off-by: Tim Hansen <devtimhan...@gmail.com> This is a poor patch submission on many levels. But the main problem, is that there is no use of sk_for_each_entry_offset_rcu() in any of my networking kernel trees. Referencing code by line number never works, you have to mention what version of the kernel, what tree, and where in what fucntion the problem is occurring. Secondly, sk_for_each_entry_offset_rcu() is not meant to be used in _raw() contexts. This is why it's not called sk_for_each_entry_offset_rcu_raw(). The sparse warning is probably legitimate, and points to a bug. But nobody can tell where becuase you haven't told us what tree and where this happens.