]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
netfilter: nfnetlink_log: no longer acquire sk_callback_lock
authorEric Dumazet <edumazet@google.com>
Thu, 26 Feb 2026 08:58:16 +0000 (08:58 +0000)
committerFlorian Westphal <fw@strlen.de>
Wed, 4 Mar 2026 10:45:44 +0000 (11:45 +0100)
commitb297aaefc648be6bd6f3028f0b6161707c7bf632
treefb1d0ba8f5eedd99d965f8adaf2edbbbfb60c516
parentafc2125de7414be3a31f5c09724c0375a57f5eae
netfilter: nfnetlink_log: 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
__build_packet_message() 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_log.c