Merge branch 'net-lockless-sk_sndtimeo-and-sk_rcvtimeo'
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 00:05:14 +0000 (17:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 00:05:15 +0000 (17:05 -0700)
commit2f70ba1c0bf04349182ae209c8c69e1b71d4c0a8
treee20347e07374de053e0dac18a6d49364a8823660
parent0fd9e5958ebb41188700b566467a1d9a3ebcdece
parent935b67675a9f233aa4ac4ae6452b2cc45418d839
Merge branch 'net-lockless-sk_sndtimeo-and-sk_rcvtimeo'

Eric Dumazet says:

====================
net: lockless sk_sndtimeo and sk_rcvtimeo

This series completes the task of making sk->sk_sndtimeo and
sk->sk_rcvtimeo lockless.
====================

Link: https://patch.msgid.link/20250620155536.335520-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>