On Fri, 13 Nov 2020 14:58:32 +0100 Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote: > From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > > in_interrupt() is true for a variety of things including bottom half > disabled regions. Deducing hard interrupt context from it is dubious at > best. > > Use in_irq() which is true if called in hard interrupt context. Otherwise > calling irq_exit() would do more harm than good. > Gee, how to test it. Does anyone run current kernels on alpha?