From: Petr Pavlu <petr.pavlu@suse.com>
To: Kevin Locke <kevin@kevinlocke.name>
Cc: rafael@kernel.org, lenb@kernel.org, viresh.kumar@linaro.org,
pmladek@suse.com, mcgrof@kernel.org, linux-acpi@vger.kernel.org,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers
Date: Wed, 10 May 2023 10:48:38 +0200 [thread overview]
Message-ID: <d63c25f5-0b10-b153-023f-4b2d4a42f9a5@suse.com> (raw)
In-Reply-To: <ZFreh8SDMX67EaB6@kevinlocke.name>
On 5/10/23 02:00, Kevin Locke wrote:
> On Thu, 2023-03-16 at 16:10 +0100, Petr Pavlu wrote:
>> The patch extends the ACPI parsing logic to check the ACPI namespace if
>> the PPC or PCC interface is present and creates a virtual platform
>> device for each if it is available. The acpi-cpufreq and pcc-cpufreq
>> drivers are then updated to map to these devices.
>>
>> This allows to try loading acpi-cpufreq and pcc-cpufreq only once during
>> boot and only if a given interface is available in the firmware.
>
> As a result of this patch (691a637123470bfe63bccf5836ead40fac4c7fab)
> my ThinkPad T430 with an i5-3320M CPU configured with
> CONFIG_X86_INTEL_PSTATE=y and CONFIG_X86_ACPI_CPUFREQ=m (Debian's
> amd64 kernel config) now logs
>
> kernel: acpi-cpufreq: probe of acpi-cpufreq failed with error -17
>
> during boot. Presumably this occurs because loading acpi-cpufreq
> returns -EEXIST when intel-pstate is already loaded (or built-in, as
> in this case). I'm unsure why the message was not printed before;
> perhaps a difference between driver probing for platform and cpu bus
> types? Although the error message is not wrong, it may lead to
> unnecessary investigation by sysadmins, as it did for me. I thought
> it was worth reporting so you can consider whether the change is
> desirable.
Thanks for reporting this issue. The patch moved the setup of
acpi-cpufreq from being done directly in its module init function to
going through the probe logic. The reported warning newly comes from
call_driver_probe() when the probe fails.
One immediate option that I can see to silence this warning would be to
change the return code for this case in acpi_cpufreq_probe() from
-EEXIST to -ENODEV/ENXIO. Function call_driver_probe() then prints only
a debug message about the probe rejecting the device.
-- Petr
next prev parent reply other threads:[~2023-05-10 8:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-16 15:10 [PATCH v4] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers Petr Pavlu
2023-03-20 17:55 ` Rafael J. Wysocki
2023-05-10 0:00 ` Kevin Locke
2023-05-10 8:48 ` Petr Pavlu [this message]
2023-05-10 12:21 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d63c25f5-0b10-b153-023f-4b2d4a42f9a5@suse.com \
--to=petr.pavlu@suse.com \
--cc=kevin@kevinlocke.name \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=pmladek@suse.com \
--cc=rafael@kernel.org \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox