diff options
author | Marc Zyngier <[email protected]> | 2019-11-08 16:58:05 +0000 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2019-11-10 18:48:35 +0000 |
commit | 11635fa26dc7a715f3fc1c351846859e90985ae1 (patch) | |
tree | 1893bb99ce618d29538c2d6a6dd277b2463387fc /tools/perf/scripts/python | |
parent | 046b5054f56691c7f5861197a812f3990f66b30e (diff) |
irqchip/gic-v3-its: Make vlpi_lock a spinlock
The VLPI map is currently a mutex, and that's a bad idea as
this lock can be taken in non-preemptible contexts. Convert
it to a raw spinlock, and turn the memory allocation of the
VLPI map to be atomic.
Reported-by: Heyi Guo <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions