Re: linux-next: build failure after merge of the pm tree
From: Rafael J. Wysocki
Date: Mon Mar 30 2026 - 16:00:15 EST
On Mon, Mar 30, 2026 at 9:56 PM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the pm tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> /tmp/next/build/drivers/powercap/intel_rapl_common.c:1143:32: error:
> 'IOSF_CPU_POWER_BUDGET_CTL_BYT' undeclared here (not in a function)
> 1143 | .floor_freq_reg_addr = IOSF_CPU_POWER_BUDGET_CTL_BYT,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /tmp/next/build/drivers/powercap/intel_rapl_common.c:1150:32: error:
> 'IOSF_CPU_POWER_BUDGET_CTL_TNG' undeclared here (not in a function)
> 1150 | .floor_freq_reg_addr = IOSF_CPU_POWER_BUDGET_CTL_TNG,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Caused by commit
>
> 6cec0a0079bc1 (powercap: intel_rapl: Remove unused macro definitions)
>
> I have used the tree from next-20260327 instead.
This has been fixed already by dropping the above commit.
Thanks!