2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/perf/hisilicon
Yicong Yang 555c6e9b03 drivers/perf: hisi: Set correct IRQ affinity for PMUs with no association
For PMUs with no association, the hisi_pmu->on_cpu is initialized
according to the NUMA locality but use a wrong CPU for the interrupt
affinity. The CPU selected from cpumask_local_spread() can be different
from the CPU by the cpuhp callback. Fix this by setting the IRQ affinity
to hisi_pmu->on_cpu.

Fixes: 6cd137088f ("drivers/perf: hisi: Refactor the detection of associated CPUs")
Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20241223125134.57885-1-yangyicong@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
2025-01-07 17:17:32 +00:00
..
hisi_pcie_pmu.c drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max] 2024-08-30 11:43:10 +01:00
hisi_uncore_cpa_pmu.c drivers/perf: hisi: Provide a generic implementation of cpumask/identifier 2024-12-10 15:57:24 +00:00
hisi_uncore_ddrc_pmu.c drivers/perf: hisi: Delete redundant blank line of DDRC PMU 2024-12-10 15:57:25 +00:00
hisi_uncore_hha_pmu.c drivers/perf: hisi: Provide a generic implementation of cpumask/identifier 2024-12-10 15:57:24 +00:00
hisi_uncore_l3c_pmu.c drivers/perf: hisi: Provide a generic implementation of cpumask/identifier 2024-12-10 15:57:24 +00:00
hisi_uncore_pa_pmu.c drivers/perf: hisi: Provide a generic implementation of cpumask/identifier 2024-12-10 15:57:24 +00:00
hisi_uncore_pmu.c drivers/perf: hisi: Set correct IRQ affinity for PMUs with no association 2025-01-07 17:17:32 +00:00
hisi_uncore_pmu.h drivers/perf: hisi: Provide a generic implementation of cpumask/identifier 2024-12-10 15:57:24 +00:00
hisi_uncore_sllc_pmu.c drivers/perf: hisi: Provide a generic implementation of cpumask/identifier 2024-12-10 15:57:24 +00:00
hisi_uncore_uc_pmu.c drivers/perf: hisi: Provide a generic implementation of cpumask/identifier 2024-12-10 15:57:24 +00:00
hns3_pmu.c Driver core changes for 6.10-rc1 2024-05-22 12:13:40 -07:00
Kconfig drivers/perf: hisi: add driver for HNS3 PMU 2022-07-06 11:25:53 +01:00
Makefile drivers/perf: hisi: Add support for HiSilicon UC PMU driver 2023-06-16 12:27:38 +01:00