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

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

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