commit | 96f51428c43de20723630f0d756a7a9a42cbd974 | [log] [tgz] |
---|---|---|
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Sat Jun 13 14:39:59 2015 +0200 |
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Sun Jun 14 10:40:16 2015 +0200 |
tree | e091eedd03dafcb68da9fb00fc2cf4db00b50483 | |
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>