next build: 235 warnings 3 failures (next/next-20151117)
Eric Dumazet
eric.dumazet at gmail.com
Tue Nov 17 09:01:56 PST 2015
On Tue, 2015-11-17 at 16:44 +0000, Will Deacon wrote:
> Do you know the usage in the kernel causing this warning?
/**
* sk_state_load - read sk->sk_state for lockless contexts
* @sk: socket pointer
*
* Paired with sk_state_store(). Used in places we do not hold socket lock :
* tcp_diag_get_info(), tcp_get_info(), tcp_poll(), get_tcp4_sock() ...
*/
static inline int sk_state_load(const struct sock *sk)
{
return smp_load_acquire(&sk->sk_state);
}
More information about the linux-arm-kernel
mailing list