Merge branch 'socket-option-lockless'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2023 18:09:55 +0000 (19:09 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2023 18:09:55 +0000 (19:09 +0100)
commit2be825ebb9d1b17f1a9e46af78d24b76c4ff7a1f
tree5a49235d004d92fa6330bbeacf24b5252cea032c
parent06bc3668cc2a6db2831b9086f0e3c6ebda599dba
parenteb44ad4e635132754bfbcb18103f1dcb7058aedd
Merge branch 'socket-option-lockless'

Eric Dumazet says:

====================
net: more data-races fixes and lockless socket options

This is yet another round of data-races fixes,
and lockless socket options.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>