summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-06-21 00:12:26 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-06-24 11:03:27 +0200
commit8eee54be73f4b938dbf48e95c0dbecb5f19b08ee (patch)
tree7e7be64d7f5e73d182327df710430ec37e5ee18b /tools/perf/scripts/python/syscall-counts.py
parent4e5001651f5e488eac378ebabc5bde2a8f1ea861 (diff)
downloadkernel-8eee54be73f4b938dbf48e95c0dbecb5f19b08ee.tar.gz
netfilter: nft_hash: support deletion of inactive elements
New elements are inactive in the preparation phase, and its NFT_SET_ELEM_BUSY_MASK flag is set on. This busy flag doesn't allow us to delete it from the same transaction, following a sequence like: begin transaction add element X delete element X end transaction This sequence is valid and may be triggered by robots. To resolve this problem, allow deactivating elements that are active in the current generation (ie. those that has been just added in this batch). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
vfs: move the rest of int fields to struct mountAl Viro 2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro 2012-01-03vfs: mnt_ns moved to struct mountAl Viro 2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro 2012-01-03vfs: and now we can make ->mnt_master point to struct mountAl Viro 2012-01-03vfs: take mnt_master to struct mountAl Viro 2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro 2012-01-03vfs: all counters taken to struct mountAl Viro 2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro 2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro 2012-01-03vfs: mnt_parent moved to struct mountAl Viro 2012-01-03vfs: spread struct mount - mnt_has_parentAl Viro 2012-01-03vfs: the first spoils - mnt_hash movedAl Viro 2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro 2012-01-03vfs: start hiding vfsmount guts seriesAl Viro 2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Al Viro