]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
netfilter: xt_owner: no longer acquire sk_callback_lock in mt_owner()
authorEric Dumazet <edumazet@google.com>
Wed, 25 Feb 2026 13:23:19 +0000 (13:23 +0000)
committerFlorian Westphal <fw@strlen.de>
Wed, 4 Mar 2026 10:45:44 +0000 (11:45 +0100)
commitcdec942ac2006d74b2219c5f950402e5bd1f6c7b
tree8fa90ae2201eee27959cde1ed27da2e52d8689ee
parent5663ac3e548163183c4354e75f728f7b34ffe040
netfilter: xt_owner: no longer acquire sk_callback_lock in mt_owner()

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

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