All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
@ 2022-07-14 20:40 bugzilla-daemon
  2022-07-14 20:45 ` [Bug 216248] " bugzilla-daemon
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-14 20:40 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

            Bug ID: 216248
           Summary: [Regression] amd-pstate stops working after [ACPI:
                    CPPC: Check _OSC for flexible address space]
           Product: Power Management
           Version: 2.5
    Kernel Version: 5.18.11
          Hardware: AMD
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: cpufreq
          Assignee: linux-pm@vger.kernel.org
          Reporter: arek.rusi@gmail.com
        Regression: No

Created attachment 301428
  --> https://bugzilla.kernel.org/attachment.cgi?id=301428&action=edit
lscpu

Model name: AMD Ryzen 7 5800HS with Radeon Graphics
CPU family: 25
Model: 80
Flags: ... cppc ...

amd-pstate won't load:
modprobe: ERROR: could not insert 'amd_pstate': No such device

first bad commit is: 13bb696dd2f3bd5f23a6be2d97063ee3bdb6b690
[ACPI: CPPC: Check _OSC for flexible address space]

it cannot be simlpy reverted unfortunaltelly 

Issue is quite simmilar to: 
https://lore.kernel.org/lkml/3559249.JlDtxWtqDm@natalenko.name/

To be sure i've tweaked that patch to fit to my cpu, but it didn't work.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
@ 2022-07-14 20:45 ` bugzilla-daemon
  2022-07-15  3:12 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-14 20:45 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

Arek Ruśniak (arek.rusi@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Regression|No                          |Yes

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
  2022-07-14 20:45 ` [Bug 216248] " bugzilla-daemon
@ 2022-07-15  3:12 ` bugzilla-daemon
  2022-07-15  3:20 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  3:12 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #1 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
I believe your CPU should support the MSR approach.  It should have been fixed
by "ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supported".  You can
see in your lscpu output the "cppc" flag is present.

That other patch won't matter.  That patch was specifically to fix "ACPI: bus:
Set CPPC _OSC bits for all and when CPPC_LIB is supported".

A few asks:
1) Does acpi-cpufreq work?  Or that's broken too from this commit?
2) Can you please share your full dmesg and an acpidump?
3) If you turn on dynamic debugging for drivers/acpi/cppc_acpi.c do you see
"Flexible address space capability not supported"?  I would expect yes from
that bisect.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
  2022-07-14 20:45 ` [Bug 216248] " bugzilla-daemon
  2022-07-15  3:12 ` bugzilla-daemon
@ 2022-07-15  3:20 ` bugzilla-daemon
  2022-07-15  8:09 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  3:20 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #2 from perry_yuan@outlook.com ---
Hi Arek:

Could try the latest kernel from linux-pm tree ?
https://kernel.googlesource.com/pub/scm/linux/kernel/git/rafael/linux-pm.git

I tried this tree, the pstate driver can be loaded.

[  250.010934] cpufreq: setting new policy for CPU 15: 400000 - 4673000 kHz
[  250.010935] cpufreq: new min and max freqs are 400000 - 4673000 kHz
[  250.010935] cpufreq: governor limits update
[  250.010935] cpufreq: cpufreq_governor_limits: for CPU 15
[  250.010936] cpufreq: initialization complete
[  250.010937] cpufreq: driver amd-pstate up and running


 5.19.0-rc6+ #13 SMP PREEMPT_DYNAMIC Fri Jul 15 11:07:12 CST 2022 x86_64 x86_64
x86_64 GNU/Linux

My system has the same model id like yours. 

Vendor ID:                       AuthenticAMD
CPU family:                      25
Model:                           80

with cppc flag in cpuid

Perry.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (2 preceding siblings ...)
  2022-07-15  3:20 ` bugzilla-daemon
@ 2022-07-15  8:09 ` bugzilla-daemon
  2022-07-15  8:11 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  8:09 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #3 from Arek Ruśniak (arek.rusi@gmail.com) ---
I've built ...git/rafael/linux-pm.git #branch=bleeding-edge (as far I can see
it's match linux-next) amd-pstate not working.

I've done any dumps on this build (hope it's not a problem)

1)it's loaded but not detect boost (but according to turbostats boost works)
2)will be uploaded
3)yes, you have right:
 [    0.494379] ACPI CPPC: CPPC v2 _OSC not acked
 [    0.494388] ACPI CPPC: Flexible address space capability not supported

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (3 preceding siblings ...)
  2022-07-15  8:09 ` bugzilla-daemon
@ 2022-07-15  8:11 ` bugzilla-daemon
  2022-07-15  8:12 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  8:11 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #4 from Arek Ruśniak (arek.rusi@gmail.com) ---
Created attachment 301431
  --> https://bugzilla.kernel.org/attachment.cgi?id=301431&action=edit
dmesg

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (4 preceding siblings ...)
  2022-07-15  8:11 ` bugzilla-daemon
@ 2022-07-15  8:12 ` bugzilla-daemon
  2022-07-15  8:56 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  8:12 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #5 from Arek Ruśniak (arek.rusi@gmail.com) ---
Created attachment 301432
  --> https://bugzilla.kernel.org/attachment.cgi?id=301432&action=edit
acpidump

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (5 preceding siblings ...)
  2022-07-15  8:12 ` bugzilla-daemon
@ 2022-07-15  8:56 ` bugzilla-daemon
  2022-07-15  9:20 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  8:56 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #6 from Perry Yuan(AMD) (Perry.Yuan@amd.com) ---
(In reply to Arek Ruśniak from comment #3)
> I've built ...git/rafael/linux-pm.git #branch=bleeding-edge (as far I can
> see it's match linux-next) amd-pstate not working.
> 
> I've done any dumps on this build (hope it's not a problem)
> 
> 1)it's loaded but not detect boost (but according to turbostats boost works)
> 2)will be uploaded
> 3)yes, you have right:
>  [    0.494379] ACPI CPPC: CPPC v2 _OSC not acked
>  [    0.494388] ACPI CPPC: Flexible address space capability not supported


Hi Arek:


Could you upload the dmesg log with below parameter in grub?

cpufreq.dyndbg=+p amd_pstate.dyndbg=+p cppc_acpi.dyndbg=+p debug loglevel=8
log_buf_len=100M

If the driver was loaded, I would like to see if there is any loading error.

also need you help to post cpupower output .

# sudo cpupower frequency-info 

Perry.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (6 preceding siblings ...)
  2022-07-15  8:56 ` bugzilla-daemon
@ 2022-07-15  9:20 ` bugzilla-daemon
  2022-07-15  9:21 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  9:20 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #7 from Arek Ruśniak (arek.rusi@gmail.com) ---
Created attachment 301434
  --> https://bugzilla.kernel.org/attachment.cgi?id=301434&action=edit
more debug stuff

[    3.964861] amd_pstate: the _CPC object is not present in SBIOS
is this what we are looking for?

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (7 preceding siblings ...)
  2022-07-15  9:20 ` bugzilla-daemon
@ 2022-07-15  9:21 ` bugzilla-daemon
  2022-07-15  9:35 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  9:21 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #8 from Arek Ruśniak (arek.rusi@gmail.com) ---
# cpupower frequency-info 
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 1.20 GHz - 3.20 GHz
  available frequency steps:  3.20 GHz, 1.30 GHz, 1.20 GHz
  available cpufreq governors: conservative ondemand userspace powersave
performance schedutil
  current policy: frequency should be within 1.20 GHz and 3.20 GHz.
                  The governor "schedutil" may decide which speed to use
                  within this range.
  current CPU frequency: 1.20 GHz (asserted by call to hardware)
  boost state support:
    Supported: yes
    Active: yes
    Boost States: 0
    Total States: 3
    Pstate-P0:  3200MHz
    Pstate-P1:  1300MHz
    Pstate-P2:  1200MHz

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (8 preceding siblings ...)
  2022-07-15  9:21 ` bugzilla-daemon
@ 2022-07-15  9:35 ` bugzilla-daemon
  2022-07-15  9:37 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  9:35 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

Arek Ruśniak (arek.rusi@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #301434|more debug stuff            |dmesg with more debug stuff
        description|                            |

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (9 preceding siblings ...)
  2022-07-15  9:35 ` bugzilla-daemon
@ 2022-07-15  9:37 ` bugzilla-daemon
  2022-07-15 10:36 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15  9:37 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #9 from Arek Ruśniak (arek.rusi@gmail.com) ---
Created attachment 301435
  --> https://bugzilla.kernel.org/attachment.cgi?id=301435&action=edit
dmesg 5.18.10 - with working amd_pstate

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (10 preceding siblings ...)
  2022-07-15  9:37 ` bugzilla-daemon
@ 2022-07-15 10:36 ` bugzilla-daemon
  2022-07-15 10:43 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 10:36 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

José Luis Lara Carrascal (manualinux@yahoo.es) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manualinux@yahoo.es

--- Comment #10 from José Luis Lara Carrascal (manualinux@yahoo.es) ---

Hello,

I have the same problem with kernel 5.18.11, which is still in kernel 5.18.12,
released today.

I have an AMD Ryzen 3 3100, and I use the kernel boot option:
amd_pstate.shared_mem=1. With kernel 5.18.10 and earlier, no problem.

Regards.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (11 preceding siblings ...)
  2022-07-15 10:36 ` bugzilla-daemon
@ 2022-07-15 10:43 ` bugzilla-daemon
  2022-07-15 10:52 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 10:43 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #11 from Arek Ruśniak (arek.rusi@gmail.com) ---
Hi Jose, did you try:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20220714&id=fbd74d16890b9f5d08ea69b5282b123c894f8860

It's fixing issue I've mentioned in #1

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (12 preceding siblings ...)
  2022-07-15 10:43 ` bugzilla-daemon
@ 2022-07-15 10:52 ` bugzilla-daemon
  2022-07-15 11:00 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 10:52 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #12 from José Luis Lara Carrascal (manualinux@yahoo.es) ---
(In reply to Arek Ruśniak from comment #11)
> Hi Jose, did you try:
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/
> ?h=next-20220714&id=fbd74d16890b9f5d08ea69b5282b123c894f8860
> 
> It's fixing issue I've mentioned in #1

Thank you, I will try it.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (13 preceding siblings ...)
  2022-07-15 10:52 ` bugzilla-daemon
@ 2022-07-15 11:00 ` bugzilla-daemon
  2022-07-15 15:20 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 11:00 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #13 from José Luis Lara Carrascal (manualinux@yahoo.es) ---
Problem solved. Thanks to all.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (14 preceding siblings ...)
  2022-07-15 11:00 ` bugzilla-daemon
@ 2022-07-15 15:20 ` bugzilla-daemon
  2022-07-15 15:20 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 15:20 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #14 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
> [    0.688308] ACPI CPPC: CPPC v2 _OSC not acked

OK good, this confirms that your system had _OSC not advertising.
> [    0.688392] ACPI CPPC: Flexible address space capability not supported

That does confirm that your assertion of the bisect was the cause.

I'm attaching a patch that I think can help the problem.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (15 preceding siblings ...)
  2022-07-15 15:20 ` bugzilla-daemon
@ 2022-07-15 15:20 ` bugzilla-daemon
  2022-07-15 17:30 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 15:20 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #15 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
Created attachment 301440
  --> https://bugzilla.kernel.org/attachment.cgi?id=301440&action=edit
possible patch to avoid the error

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (16 preceding siblings ...)
  2022-07-15 15:20 ` bugzilla-daemon
@ 2022-07-15 17:30 ` bugzilla-daemon
  2022-07-15 17:32 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 17:30 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

Arek Ruśniak (arek.rusi@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #16 from Arek Ruśniak (arek.rusi@gmail.com) ---
Mario, Perry thanks a lot for help.
I've testing patch onto 5.18.2 and it works as before. 

[    3.337866] amd_pstate: AMD CPPC MSR based functionality is supported

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (17 preceding siblings ...)
  2022-07-15 17:30 ` bugzilla-daemon
@ 2022-07-15 17:32 ` bugzilla-daemon
  2022-07-17 13:55 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-15 17:32 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #17 from Arek Ruśniak (arek.rusi@gmail.com) ---
*I mean 5.18.12*

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (18 preceding siblings ...)
  2022-07-15 17:32 ` bugzilla-daemon
@ 2022-07-17 13:55 ` bugzilla-daemon
  2022-07-17 13:57 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-17 13:55 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

phandrix (pandre0x59@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pandre0x59@gmail.com

--- Comment #18 from phandrix (pandre0x59@gmail.com) ---
Hi Mario, the patch don’t solve the issue on Zen2 CPU on Arch Linux or Based
Systems. I saw some reports on the Manjaro forum.:
https://forum.manjaro.org/t/testing-update-2022-07-17-kernel-5-18-octopi-haskell-python/116789

Patch is applied.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (19 preceding siblings ...)
  2022-07-17 13:55 ` bugzilla-daemon
@ 2022-07-17 13:57 ` bugzilla-daemon
  2022-07-17 14:06 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-17 13:57 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #19 from phandrix (pandre0x59@gmail.com) ---
For example here:
https://forum.manjaro.org/t/testing-update-2022-07-17-kernel-5-18-octopi-haskell-python/116789/12

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (20 preceding siblings ...)
  2022-07-17 13:57 ` bugzilla-daemon
@ 2022-07-17 14:06 ` bugzilla-daemon
  2022-07-17 17:53 ` bugzilla-daemon
  2022-07-17 21:13 ` bugzilla-daemon
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-17 14:06 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #20 from Arek Ruśniak (arek.rusi@gmail.com) ---
Hi, phandrix did you read issue i've mention in #1
https://lore.kernel.org/lkml/3559249.JlDtxWtqDm@natalenko.name/
an patch for that issue:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20220715&id=fbd74d16890b9f5d08ea69b5282b123c894f8860
if it still not helps, and you don't have 'cppc' flag in lscpu output please
file a new bug,

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (21 preceding siblings ...)
  2022-07-17 14:06 ` bugzilla-daemon
@ 2022-07-17 17:53 ` bugzilla-daemon
  2022-07-17 21:13 ` bugzilla-daemon
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-17 17:53 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #21 from pierre.gondois@arm.com ---
Hi,
Sorry for the mess I created and thanks Mario for fixing it. It s a bit late
but please let me know if I can be of any help,
Pierre

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [Bug 216248] [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
  2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
                   ` (22 preceding siblings ...)
  2022-07-17 17:53 ` bugzilla-daemon
@ 2022-07-17 21:13 ` bugzilla-daemon
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2022-07-17 21:13 UTC (permalink / raw)
  To: linux-pm

https://bugzilla.kernel.org/show_bug.cgi?id=216248

--- Comment #22 from phandrix (pandre0x59@gmail.com) ---
Hi,

I will just say that amd_pstate work again on Manjaro. Both patches applied
there. 

Hope it will be upstream later. :)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-07-17 21:13 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 20:40 [Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space] bugzilla-daemon
2022-07-14 20:45 ` [Bug 216248] " bugzilla-daemon
2022-07-15  3:12 ` bugzilla-daemon
2022-07-15  3:20 ` bugzilla-daemon
2022-07-15  8:09 ` bugzilla-daemon
2022-07-15  8:11 ` bugzilla-daemon
2022-07-15  8:12 ` bugzilla-daemon
2022-07-15  8:56 ` bugzilla-daemon
2022-07-15  9:20 ` bugzilla-daemon
2022-07-15  9:21 ` bugzilla-daemon
2022-07-15  9:35 ` bugzilla-daemon
2022-07-15  9:37 ` bugzilla-daemon
2022-07-15 10:36 ` bugzilla-daemon
2022-07-15 10:43 ` bugzilla-daemon
2022-07-15 10:52 ` bugzilla-daemon
2022-07-15 11:00 ` bugzilla-daemon
2022-07-15 15:20 ` bugzilla-daemon
2022-07-15 15:20 ` bugzilla-daemon
2022-07-15 17:30 ` bugzilla-daemon
2022-07-15 17:32 ` bugzilla-daemon
2022-07-17 13:55 ` bugzilla-daemon
2022-07-17 13:57 ` bugzilla-daemon
2022-07-17 14:06 ` bugzilla-daemon
2022-07-17 17:53 ` bugzilla-daemon
2022-07-17 21:13 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.