Re: [PATCH 4.19 011/120] tcp: annotate tp->copied_seq lockless reads

2021-03-16 Thread Eric Dumazet
On Tue, Mar 16, 2021 at 10:41 AM Pavel Machek wrote: > > Hi! > > > From: Greg Kroah-Hartman > > > > From: Eric Dumazet > > Two From: fields here. > > > [ Upstream commit 7db48e983930285b765743ebd665aecf9850582b ] > > > > There are few places where we fetch tp->copied_seq while > > this field can

Re: [PATCH 4.19 011/120] tcp: annotate tp->copied_seq lockless reads

2021-03-16 Thread Greg KH
On Tue, Mar 16, 2021 at 10:41:37AM +0100, Pavel Machek wrote: > Hi! > > > From: Greg Kroah-Hartman > > > > From: Eric Dumazet > > Two From: fields here. This is a side-affect of me using git-send-email to talk to the remote smtp server directly instead of using my local email server. This wa

Re: [PATCH 4.19 011/120] tcp: annotate tp->copied_seq lockless reads

2021-03-16 Thread Pavel Machek
Hi! > From: Greg Kroah-Hartman > > From: Eric Dumazet Two From: fields here. > [ Upstream commit 7db48e983930285b765743ebd665aecf9850582b ] > > There are few places where we fetch tp->copied_seq while > this field can change from IRQ or other cpu. And there are few such places even after th