summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/Makefile
diff options
context:
space:
mode:
authorRoss Lagerwall2015-07-31 15:30:42 +0200
committerDavid Vrabel2015-08-04 16:41:59 +0200
commitfcdf31a7c162de0c93a2bee51df4688ab0a348f8 (patch)
treea93d841ce0104c8e19e6e37253df8512e0113a6e /arch/x86/xen/Makefile
parentxen: release lock occasionally during ballooning (diff)
downloadkernel-qcow2-linux-fcdf31a7c162de0c93a2bee51df4688ab0a348f8.tar.gz
kernel-qcow2-linux-fcdf31a7c162de0c93a2bee51df4688ab0a348f8.tar.xz
kernel-qcow2-linux-fcdf31a7c162de0c93a2bee51df4688ab0a348f8.zip
xen/events/fifo: Handle linked events when closing a port
An event channel bound to a CPU that was offlined may still be linked on that CPU's queue. If this event channel is closed and reused, subsequent events will be lost because the event channel is never unlinked and thus cannot be linked onto the correct queue. When a channel is closed and the event is still linked into a queue, ensure that it is unlinked before completing. If the CPU to which the event channel bound is online, spin until the event is handled by that CPU. If that CPU is offline, it can't handle the event, so clear the event queue during the close, dropping the events. This fixes the missing interrupts (and subsequent disk stalls etc.) when offlining a CPU. Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com> Cc: <stable@vger.kernel.org> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'arch/x86/xen/Makefile')
0 files changed, 0 insertions, 0 deletions