Re: [PATCH 1/2] perf: Fujitsu: Add the Uncore MAC PMU driver

From: Krzysztof Kozlowski
Date: Fri Nov 08 2024 - 06:08:54 EST


On 08/11/2024 12:03, Krzysztof Kozlowski wrote:
> On 08/11/2024 06:40, Yoshihiro Furudera wrote:
>> This adds a new dynamic PMU to the Perf Events framework to program and
>> control the Uncore MAC PMUs in Fujitsu chips.
>>
>> This driver was created with reference to drivers/perf/qcom_l3_pmu.c.

This confused me...

>> CONFIG_ARM_SPE_PMU=m
>> diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
>> index bab8ba64162f..4705c605e286 100644
>> --- a/drivers/perf/Kconfig
>> +++ b/drivers/perf/Kconfig
>> @@ -178,6 +178,15 @@ config FSL_IMX9_DDR_PMU
>> can give information about memory throughput and other related
>> events.
>>
>> +config FUJITSU_MAC_PMU
>> + bool "Fujitsu Uncore MAC PMU"
>> + depends on (ARM64 && ACPI) || (COMPILE_TEST && 64BIT)
>
> Missing depends on specific ARCH.
>
> Sorry, this looks like work for some out of tree arch support. I don't
> think we have any interest in taking it... unless it is part of bigger
> patchset/work? If so, then provide *lore* link to relevant patchset.
>

-ENOTENOUGHCOFFEE, I see now ACPI dependency so there will be no SoC
folks for this, right? Then anyway split work per subsystem and send
defconfig to Soc maintainers.

Best regards,
Krzysztof