Re: [PATCH] cpufreq: fix compile-test defaults
From: Johan Hovold
Date: Thu Apr 17 2025 - 03:01:34 EST
On Thu, Apr 17, 2025 at 09:55:00AM +0530, Viresh Kumar wrote:
> On 16-04-25, 15:43, Johan Hovold wrote:
> > Commit 3f66425a4fc8 ("cpufreq: Enable COMPILE_TEST on Arm drivers")
> > enabled compile testing of most Arm CPUFreq drivers but left the
> > existing default values unchanged so that many drivers are enabled by
> > default whenever COMPILE_TEST is selected.
> > Fix the default values for drivers that can be compile tested and that
> > should be enabled by default when not compile testing.
> >
> > Fixes: 3f66425a4fc8 ("cpufreq: Enable COMPILE_TEST on Arm drivers")
> I have already applied a similar patch:
>
> https://lore.kernel.org/all/20250404124006.362723-1-krzysztof.kozlowski@xxxxxxxxxx/
>
> Can you rebase over that please ?
Ah, sorry, I forgot to check linux-next.
Just sent a rebased v2 here:
https://lore.kernel.org/lkml/20250417065535.21358-1-johan+linaro@xxxxxxxxxx/
Johan