aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/interrupt.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2021-03-09 09:42:15 +0100
committerThomas Gleixner <tglx@linutronix.de>2021-03-17 16:34:03 +0100
commitbe4017cea0aec6369275df7eafbb09682f810e7e (patch)
tree9a94f354785dc3946fce0283cacfc9dca04a7614 /include/linux/interrupt.h
parentatm: eni: Use tasklet_disable_in_atomic() in the send() callback (diff)
downloadwireguard-linux-be4017cea0aec6369275df7eafbb09682f810e7e.tar.xz
wireguard-linux-be4017cea0aec6369275df7eafbb09682f810e7e.zip
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 <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Wei Liu <wei.liu@kernel.org> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210309084242.516519290@linutronix.de
Diffstat (limited to 'include/linux/interrupt.h')
0 files changed, 0 insertions, 0 deletions