Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf/arm-cmn: Fix invalid pointer when access dtc object sharing the …
…same IRQ number When multiple dtcs share the same IRQ number, the irq_friend which used to refer to dtc object gets calculated incorrect which leads to invalid pointer. Fixes: 0ba6477 ("perf: Add Arm CMN-600 PMU driver") Signed-off-by: Tuan Phan <[email protected]> Reviewed-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
- Loading branch information