diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2015-06-13 14:39:59 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2015-06-14 10:40:16 +0200 |
commit | 96f51428c43de20723630f0d756a7a9a42cbd974 (patch) | |
tree | e091eedd03dafcb68da9fb00fc2cf4db00b50483 /ipc | |
parent | b57b2d1fa53fe8563bdfc66a33b844463b9af285 (diff) |
netfilter: ipset: Introduce RCU locking in bitmap:* types
There's nothing much required because the bitmap types use atomic
bit operations. However the logic of adding elements slightly changed:
first the MAC address updated (which is not atomic), then the element
activated (added). The extensions may call kfree_rcu() therefore we
call rcu_barrier() at module removal.
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions