aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2016-07-26 15:21:08 -0700
committerLinus Torvalds <[email protected]>2016-07-26 16:19:19 -0700
commitd5dfc80f80dbb3bf94e5e9efa694670ea78cd84d (patch)
tree8eebed86fbc0b1e4ebbcf087e24c03ccb8de49c6 /tools/perf/scripts/python/bin
parent6b524995a71d49ae032dba308d117dbf2a18d175 (diff)
dma-debug: track bucket lock state for static checkers
get_hash_bucket() and put_hash_bucket() acquire and release the same spinlock, but this confuses static checkers such as sparse lib/dma-debug.c:254:27: warning: context imbalance in 'get_hash_bucket' - wrong count at exit lib/dma-debug.c:268:13: warning: context imbalance in 'put_hash_bucket' - unexpected unlock Add the appropriate acquire and release statements so that checkers can properly track the lock state. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions