]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
netfilter: nft_meta: no longer acquire sk_callback_lock in nft_meta_get_eval_skugid()
authorEric Dumazet <edumazet@google.com>
Thu, 26 Feb 2026 08:29:22 +0000 (08:29 +0000)
committerFlorian Westphal <fw@strlen.de>
Wed, 4 Mar 2026 10:45:44 +0000 (11:45 +0100)
commitafc2125de7414be3a31f5c09724c0375a57f5eae
tree9f595c04a7ecac7836240e2cac279e7c2914906c
parentcdec942ac2006d74b2219c5f950402e5bd1f6c7b
netfilter: nft_meta: no longer acquire sk_callback_lock in nft_meta_get_eval_skugid()

After commit 983512f3a87f ("net: Drop the lock in skb_may_tx_timestamp()")
from Sebastian Andrzej Siewior, apply the same logic in
nft_meta_get_eval_skugid() 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/nft_meta.c