aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorJuergen Gross <[email protected]>2020-09-07 15:47:27 +0200
committerJuergen Gross <[email protected]>2020-10-20 10:21:56 +0200
commit4d3fe31bd993ef504350989786858aefdb877daa (patch)
treedac6d35619f36e8e1c82572e84806e708251af5b /tools/perf/scripts/python/exported-sql-viewer.py
parent073d0552ead5bfc7a3a9c01de590e924f11b5dd2 (diff)
xen/events: add a proper barrier to 2-level uevent unmasking
A follow-up patch will require certain write to happen before an event channel is unmasked. While the memory barrier is not strictly necessary for all the callers, the main one will need it. In order to avoid an extra memory barrier when using fifo event channels, mandate evtchn_unmask() to provide write ordering. The 2-level event handling unmask operation is missing an appropriate barrier, so add it. Fifo event channels are fine in this regard due to using sync_cmpxchg(). This is part of XSA-332. Cc: [email protected] Suggested-by: Julien Grall <[email protected]> Signed-off-by: Juergen Gross <[email protected]> Reviewed-by: Julien Grall <[email protected]> Reviewed-by: Wei Liu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions