diff options
author | Luca Fancellu <[email protected]> | 2021-04-06 11:51:04 +0100 |
---|---|---|
committer | Boris Ostrovsky <[email protected]> | 2021-04-07 08:33:28 -0500 |
commit | d120198bd5ff1d41808b6914e1eb89aff937415c (patch) | |
tree | dc7176a96647430774e40edce36a6fd8c6d43ef3 /scripts/gdb/linux/tasks.py | |
parent | a846738f8c3788d846ed1f587270d2f2e3d32432 (diff) |
xen/evtchn: Change irq_info lock to raw_spinlock_t
Unmask operation must be called with interrupt disabled,
on preempt_rt spin_lock_irqsave/spin_unlock_irqrestore
don't disable/enable interrupts, so use raw_* implementation
and change lock variable in struct irq_info from spinlock_t
to raw_spinlock_t
Cc: [email protected]
Fixes: 25da4618af24 ("xen/events: don't unmask an event channel when an eoi is pending")
Signed-off-by: Luca Fancellu <[email protected]>
Reviewed-by: Julien Grall <[email protected]>
Reviewed-by: Wei Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Boris Ostrovsky <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions