<div dir="ltr">Kernel code heavily uses the spinlock primitives<br>spin_lock_irqsave/restore plus local interrupt disabling/ enabling, all across the code.<br>Is there a possibility that the interrupts might get<br>missed in this small window <br><br>disable interrupts<br>.............<br>.............                        &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;----------------------  interrupts is trigerred here<br><br>enable interrupts<br><br><br>specially when the irq<br>affinity has been set to the same core on which the<br>above mentioned code (disabling / enabling the irq&#39;s)<br>runs?<br>How the linux deals with this kind of scenario?<br></div>