Searched hist:bce5963bcb4f9934faa52be323994511d59fd13c (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | evtchn.c | diff bce5963bcb4f9934faa52be323994511d59fd13c Fri Jun 21 13:47:03 CDT 2019 Juergen Gross <jgross@suse.com> xen/events: fix binding user event channels to cpus
When binding an interdomain event channel to a vcpu via IOCTL_EVTCHN_BIND_INTERDOMAIN not only the event channel needs to be bound, but the affinity of the associated IRQi must be changed, too. Otherwise the IRQ and the event channel won't be moved to another vcpu in case the original vcpu they were bound to is going offline.
Cc: <stable@vger.kernel.org> # 4.13 Fixes: c48f64ab472389df ("xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU") Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>
|
/openbmc/linux/include/xen/ |
H A D | events.h | diff bce5963bcb4f9934faa52be323994511d59fd13c Fri Jun 21 13:47:03 CDT 2019 Juergen Gross <jgross@suse.com> xen/events: fix binding user event channels to cpus
When binding an interdomain event channel to a vcpu via IOCTL_EVTCHN_BIND_INTERDOMAIN not only the event channel needs to be bound, but the affinity of the associated IRQi must be changed, too. Otherwise the IRQ and the event channel won't be moved to another vcpu in case the original vcpu they were bound to is going offline.
Cc: <stable@vger.kernel.org> # 4.13 Fixes: c48f64ab472389df ("xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU") Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_base.c | diff bce5963bcb4f9934faa52be323994511d59fd13c Fri Jun 21 13:47:03 CDT 2019 Juergen Gross <jgross@suse.com> xen/events: fix binding user event channels to cpus
When binding an interdomain event channel to a vcpu via IOCTL_EVTCHN_BIND_INTERDOMAIN not only the event channel needs to be bound, but the affinity of the associated IRQi must be changed, too. Otherwise the IRQ and the event channel won't be moved to another vcpu in case the original vcpu they were bound to is going offline.
Cc: <stable@vger.kernel.org> # 4.13 Fixes: c48f64ab472389df ("xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU") Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>
|