On Tue, Dec 07, 2021 at 10:03:23AM -0800, Eric Dumazet wrote: > From: Eric Dumazet <edumazet@xxxxxxxxxx> > > (struct nf_conn)->timeout can be read/written locklessly, > add READ_ONCE()/WRITE_ONCE() to prevent load/store tearing. Applied to nf, thanks.