diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2026-05-26 18:40:44 +0200 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2026-06-05 13:11:54 +0200 |
| commit | f8bf5edf7157984bb8e288c8b04fdb041223b80c (patch) | |
| tree | 6d5ca83a7f2276aaba0678971956ac5634d412d0 /include/linux/timerqueue.h | |
| parent | a625c94144c9b66d32e1f374f909f38db46161c1 (diff) | |
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/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
