aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorAlan Cox <[email protected]>2009-12-12 10:32:36 +0000
committerLinus Torvalds <[email protected]>2009-12-12 14:46:21 -0800
commit6698e34720660e18b45e2e3b115ee4584d0c3b5e (patch)
tree1e6e136d58a1f66928603f0e48cd8f163fef5196 /tools/perf/util/trace-event-scripting.c
parent09cea96caa59fabab3030c53bd698b9b568d959a (diff)
tty: Fix BKL taken under a spinlock bug introduced in the BKL split
The fasync path takes the BKL (it probably doesn't need to in fact) while holding the file_list spinlock. You can't do that with the kernel lock: it causes lock inversions and deadlocks. Leave the BKL over that bit for the moment. Identified by AKPM. Signed-off-by: Alan Cox <[email protected]> Acked-and-Tested-by: Thomas Gleixner <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions