Re: [PATCH] tcp: use WRITE_ONCE() for tsoffset in tcp_v6_connect()
From: Eric Dumazet
Date: Mon Mar 09 2026 - 23:40:58 EST
On Tue, Mar 10, 2026 at 4:20 AM Jiayuan Chen <jiayuan.chen@xxxxxxxxx> wrote:
>
> On Mon, Mar 09, 2026 at 07:26:04PM +0800, Wesley Atwell wrote:
>
> You should use [PATCH net] instead of [PATCH] to indicate which tree
> this patch is intended for.
>
I saw the discrepancy while cooking
commit 165573e41f2f66ef98940cf65f838b2cb575d9d1 tcp: secure_seq:
add back ports to TS offset
For this reason, it is better to use net-next tree and avoid merge conflicts.
Note that TCP_TIMESTAMP getsockopt() is probably not used while
another thread is doing a connect(),
it is mostly used for TCP_REPAIR. No need for stable backports.
Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>