]> git.baikalelectronics.ru Git - kernel.git/commit
xen/events: unmask a fifo event channel only if it was masked
authorJuergen Gross <jgross@suse.com>
Thu, 22 Oct 2020 09:49:06 +0000 (11:49 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Fri, 23 Oct 2020 10:41:25 +0000 (05:41 -0500)
commit74cee3c6dfc4e5bb804511f9f5919041ea0f469b
tree9caef07843681e1d53942f7ca1c813a9671eea33
parent8633c67afbd7e206525df237b828a757630ff225
xen/events: unmask a fifo event channel only if it was masked

Unmasking an event channel with fifo events channels being used can
require a hypercall to be made, so try to avoid that by checking
whether the event channel was really masked.

Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Link: https://lore.kernel.org/r/20201022094907.28560-5-jgross@suse.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/xen/events/events_fifo.c