summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-01-13 15:27:29 -0800
committerSage Weil <sage@newdream.net>2011-01-13 15:50:11 -0800
commit17db143fc091238c43ab9f373974ca2224a4c3f8 (patch)
treed72df7c0d88e6e9176292a560e9e9fcac12848aa /tools/perf/scripts/python/call-graph-from-postgresql.py
parent1c1266bb916e6a6b362d3be95f2cc7f3c41277a6 (diff)
downloadkernel-17db143fc091238c43ab9f373974ca2224a4c3f8.tar.gz
ceph: fix xattr rbtree search
Fix xattr name comparison in rbtree search for strings that share a prefix. The *name argument is null terminated, but the xattr name is not, so we need to use strncmp, but that means adjusting for the case where name is a prefix of xattr->name. The corresponding case in __set_xattr() already handles this properly (although in that case *name is also not null terminated). Reported-by: Sergiy Kibrik <sakib@meta.ua> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
10:29:11 +0200'>2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter 2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal 2018-03-06netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso 2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert 2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller 2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso 2017-11-06netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal 2017-10-25netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis 2017-05-29netfilter: nft_set_hash: add lookup variant for fixed size hashtablePablo Neira Ayuso 2017-05-29netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso 2017-05-29netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso 2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso 2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso 2017-05-29netfilter: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso 2017-05-29netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso 2017-05-29netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso 2017-05-15netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang 2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal 2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso 2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso 2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso 2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso 2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso 2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso 2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso 2016-12-07netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso