diff options
| author | Dawei Li <[email protected]> | 2024-01-22 08:57:15 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2024-01-24 13:15:41 +0000 |
| commit | b184c8c2889ceef0a137c7d0567ef9fe3d92276e (patch) | |
| tree | ae6b1f15b3aae307736818c02b0f7aae747d7227 /drivers/acpi/cppc_acpi.c | |
| parent | Linux 6.8-rc1 (diff) | |
| download | kernel-b184c8c2889ceef0a137c7d0567ef9fe3d92276e.tar.gz kernel-b184c8c2889ceef0a137c7d0567ef9fe3d92276e.zip | |
genirq: Initialize resend_node hlist for all interrupt descriptors
For a CONFIG_SPARSE_IRQ=n kernel, early_irq_init() is supposed to
initialize all interrupt descriptors.
It does except for irq_desc::resend_node, which ia only initialized for the
first descriptor.
Use the indexed decriptor and not the base pointer to address that.
Fixes: bc06a9e08742 ("genirq: Use hlist for managing resend handlers")
Signed-off-by: Dawei Li <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions
