On 6/23/21 9:09 AM, Juergen Gross wrote: > In order to avoid a race condition for user events when changing > cpu affinity reset the active flag only when EOI-ing the event. > > This is working fine as all user events are lateeoi events. Note that > lateeoi_ack_mask_dynirq() is not modified as there is no explicit call > to xen_irq_lateeoi() expected later. > > Reported-by: Julien Grall <jul...@xen.org> > Fixes: b6622798bc50b62 ("xen/events: avoid handling the same event on two > cpus at the same time") > Tested-by: Julien Grall <jul...@xen.org> > Signed-off-by: Juergen Gross <jgr...@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrv...@oracle.com>