]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()
authorMichael Kelley <mhklinux@outlook.com>
Thu, 2 Apr 2026 20:23:59 +0000 (13:23 -0700)
committerThomas Gleixner <tglx@kernel.org>
Thu, 2 Apr 2026 21:03:29 +0000 (23:03 +0200)
commitfd7400cfcbaaa1f3d1b904711d9daf029e996364
tree71a1d6acc9b8c80bf345b599906e163c947cf107
parent34d85ad42604fbb5a8903488c6a7e2862e2d0254
genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()

handle_percpu_devid_irq() is a version of handle_percpu_irq() but with the
addition of a pointer to a per-CPU devid.

However, handle_percpu_irq() invokes add_interrupt_randomness(), while
handle_percpu_devid_irq() currently does not.

Add the missing add_interrupt_randomness(), as it is needed when per-CPU
interrupts with devid's are used in VMs for interrupts from the hypervisor.

Signed-off-by: Michael Kelley <mhklinux@outlook.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260402202400.1707-2-mhklkml@zohomail.com
kernel/irq/chip.c