summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2026-05-26 19:40:44 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2026-06-05 14:11:54 +0300
commitf8bf5edf7157984bb8e288c8b04fdb041223b80c (patch)
tree6d5ca83a7f2276aaba0678971956ac5634d412d0 /include/linux/debugobjects.h
parenta625c94144c9b66d32e1f374f909f38db46161c1 (diff)
downloadlinux-f8bf5edf7157984bb8e288c8b04fdb041223b80c.tar.xz
netfilter: nfnetlink_cthelper: use {READ,WRITE}_ONCE for accessing helper flags
Conntrack helper flags are accessed from packet and netlink dump path. Concurrent update of userspace helper flags is not possible, because the nfnl_mutex in held on updates. These flags are only used by userspace helpers. Use {READ,WRITE}_ONCE() to access this flags from lockless paths. Fixes: 12f7a505331e ("netfilter: add user-space connection tracking helper infrastructure") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions