summaryrefslogtreecommitdiff
path: root/kernel/irq/refcount_interrupt_test.c
AgeCommit message (Collapse)Author
2026-08-10irq: Add KUnit test for refcounted interrupt enable/disableLyude Paul
While making changes to the refcounted interrupt patch series, at some point on my local branch I broke something and ended up writing some kunit tests for testing refcounted interrupts as a result. So, let's include these tests now that we have refcounted interrupts. Signed-off-by: Lyude Paul <lyude@redhat.com> Signed-off-by: Boqun Feng <boqun@kernel.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20260804161447.84806-7-boqun@kernel.org