]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
netfilter: nfnetlink_queue: no longer acquire sk_callback_lock
authorEric Dumazet <edumazet@google.com>
Thu, 26 Feb 2026 09:40:36 +0000 (09:40 +0000)
committerFlorian Westphal <fw@strlen.de>
Wed, 4 Mar 2026 10:45:44 +0000 (11:45 +0100)
commit013e2f91d0a4cac7396ac121ecdbc7bb71ca5cef
treecf803fbb5f93a544dcbf0ae125c39fb4bc5929d5
parentb297aaefc648be6bd6f3028f0b6161707c7bf632
netfilter: nfnetlink_queue: no longer acquire sk_callback_lock

After commit 983512f3a87f ("net: Drop the lock in skb_may_tx_timestamp()")
from Sebastian Andrzej Siewior, apply the same logic in
nfqnl_put_sk_uidgid() to avoid touching sk->sk_callback_lock.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nfnetlink_queue.c