summaryrefslogtreecommitdiff
path: root/drivers/dax
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2021-04-12 09:28:45 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-16 12:59:12 +0300
commit78471f5a3ba65ae39dece1b956e551beaaa3164a (patch)
treee22a6091c5e5b6b7ac1c34e790291b664bf660d2 /drivers/dax
parentc423f186b6d712ab720c7535ba89de43aeffacd0 (diff)
downloadlinux-78471f5a3ba65ae39dece1b956e551beaaa3164a.tar.xz
xen/events: fix setting irq affinity
The backport of upstream patch 25da4618af240fbec61 ("xen/events: don't unmask an event channel when an eoi is pending") introduced a regression for stable kernels 5.10 and older: setting IRQ affinity for IRQs related to interdomain events would no longer work, as moving the IRQ to its new cpu was not included in the irq_ack callback for those events. Fix that by adding the needed call. Note that kernels 5.11 and later don't need the explicit moving of the IRQ to the target cpu in the irq_ack callback, due to a rework of the affinity setting in kernel 5.11. Signed-off-by: Juergen Gross <jgross@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/dax')
0 files changed, 0 insertions, 0 deletions