diff options
author | Sebastian Andrzej Siewior <[email protected]> | 2021-03-09 09:42:15 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2021-03-17 16:34:03 +0100 |
commit | be4017cea0aec6369275df7eafbb09682f810e7e (patch) | |
tree | 9a94f354785dc3946fce0283cacfc9dca04a7614 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 405698ca359a23b1ef1a502ef2bdc4597dc6da36 (diff) |
PCI: hv: Use tasklet_disable_in_atomic()
The hv_compose_msi_msg() callback in irq_chip::irq_compose_msi_msg is
invoked via irq_chip_compose_msi_msg(), which itself is always invoked from
atomic contexts from the guts of the interrupt core code.
There is no way to change this w/o rewriting the whole driver, so use
tasklet_disable_in_atomic() which allows to make tasklet_disable()
sleepable once the remaining atomic users are addressed.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Wei Liu <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions