* [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6
@ 2025-08-06 8:50 bugzilla-daemon
2025-08-06 9:03 ` [Bug 220421] " bugzilla-daemon
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2025-08-06 8:50 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=220421
Bug ID: 220421
Summary: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU
telem endpoint -6
Product: Drivers
Version: 2.5
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Platform_x86
Assignee: drivers_platform_x86@kernel-bugs.osdl.org
Reporter: mapengyu@gmail.com
Regression: No
Created attachment 308460
--> https://bugzilla.kernel.org/attachment.cgi?id=308460&action=edit
p16g4-6.16-intel-arl-pmc-error-dmesg.txt
- CPU: Intel(R) Core(TM) Ultra 5 225H
- Kernel version (v6.16)
- Exact hardware model (ThinkPad P16s Gen 4)
- Steps to reproduce (Boot up and check dmesg)
- Relevant dmesg output is attached.
Error log:
[ 6.619085] intel_pmc_core INT33A1:00: Assuming a default substate order for
this platform
[ 6.619106] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem
endpoint -6
[ 6.619274] intel_pmc_core INT33A1:00: initialized
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 220421] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon @ 2025-08-06 9:03 ` bugzilla-daemon 2025-08-06 9:07 ` bugzilla-daemon ` (5 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: bugzilla-daemon @ 2025-08-06 9:03 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=220421 --- Comment #1 from Pengyu Ma (mapengyu@gmail.com) --- # cat /sys/kernel/debug/pmc_core/package_cstate_show Package C2 : 60519086 Package C3 : 51104 Package C6 : 24033407 Package C7 : 0 Package C8 : 17088008 Package C9 : 0 Package C10 : 1737082331 # cat /sys/kernel/debug/pmc_core/slp_s0_residency_usec 0 -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 220421] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon 2025-08-06 9:03 ` [Bug 220421] " bugzilla-daemon @ 2025-08-06 9:07 ` bugzilla-daemon 2025-08-13 3:30 ` bugzilla-daemon ` (4 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: bugzilla-daemon @ 2025-08-06 9:07 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=220421 --- Comment #2 from Pengyu Ma (mapengyu@gmail.com) --- # ls /sys/kernel/debug/pmc_core/ lpm_latch_mode package_cstate_show substate_requirements ltr_ignore pch_ip_power_gating_status substate_residencies ltr_restore slp_s0_residency_usec substate_status_registers ltr_show substate_live_status_registers -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 220421] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon 2025-08-06 9:03 ` [Bug 220421] " bugzilla-daemon 2025-08-06 9:07 ` bugzilla-daemon @ 2025-08-13 3:30 ` bugzilla-daemon 2025-08-19 20:40 ` bugzilla-daemon ` (3 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: bugzilla-daemon @ 2025-08-13 3:30 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=220421 David Box (david.e.box@linux.intel.com) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.e.box@linux.intel.com --- Comment #3 from David Box (david.e.box@linux.intel.com) --- Looks like the firmware was updated after the driver was released so the driver is using an outdated value for the DMU GUID. This issue won't prevent the pmc_core driver from loading but will prevent it from providing a file to access the Die C6 counter which is useful for PM debugging. We will send a patch to update this after testing and notify here. Thanks. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 220421] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon ` (2 preceding siblings ...) 2025-08-13 3:30 ` bugzilla-daemon @ 2025-08-19 20:40 ` bugzilla-daemon 2025-08-20 1:19 ` bugzilla-daemon ` (2 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: bugzilla-daemon @ 2025-08-19 20:40 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=220421 --- Comment #4 from David Box (david.e.box@linux.intel.com) --- Patch submitted upstream https://lore.kernel.org/platform-driver-x86/20250814195156.628714-1-xi.pardee@linux.intel.com/#R -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 220421] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon ` (3 preceding siblings ...) 2025-08-19 20:40 ` bugzilla-daemon @ 2025-08-20 1:19 ` bugzilla-daemon 2025-10-17 10:21 ` bugzilla-daemon 2025-12-22 7:32 ` bugzilla-daemon 6 siblings, 0 replies; 8+ messages in thread From: bugzilla-daemon @ 2025-08-20 1:19 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=220421 --- Comment #5 from Pengyu Ma (mapengyu@gmail.com) --- @David Thank you very much. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 220421] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon ` (4 preceding siblings ...) 2025-08-20 1:19 ` bugzilla-daemon @ 2025-10-17 10:21 ` bugzilla-daemon 2025-12-22 7:32 ` bugzilla-daemon 6 siblings, 0 replies; 8+ messages in thread From: bugzilla-daemon @ 2025-10-17 10:21 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=220421 juswin.hsueh@intel.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juswin.hsueh@intel.com --- Comment #6 from juswin.hsueh@intel.com --- Update from Xi: The following patches have been submitted and accepted by the maintainers: 1) platform/x86:intel/pmc: Update Arrow Lake telemetry GUID https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=review-ilpo-next&id=644ab3bc98ee386f178d5209ae8170b3fac591aa 2) platform/x86:intel/pmc: Add support for multiple DMU GUIDs https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=review-ilpo-next&id=3b603955f2423cf668ebd5ba670019a5b4960cc5 3) platform/x86:intel/pmc: Add DMU GUID to Arrow Lake U/H https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=review-ilpo-next&id=a32f7d76e3cd7c4170db44d109661d657cfa5e21 patch 1 is needed to fix the dmu error in Arrow Lake S platforms. Patch 2 and 3 are needed for Arrow Lake U/H platforms. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 220421] intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon ` (5 preceding siblings ...) 2025-10-17 10:21 ` bugzilla-daemon @ 2025-12-22 7:32 ` bugzilla-daemon 6 siblings, 0 replies; 8+ messages in thread From: bugzilla-daemon @ 2025-12-22 7:32 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=220421 Randy Dunlap (rdunlap@infradead.org) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |rdunlap@infradead.org Resolution|--- |CODE_FIX --- Comment #7 from Randy Dunlap (rdunlap@infradead.org) --- All 4 patches are merged. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-12-22 7:32 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-08-06 8:50 [Bug 220421] New: intel_pmc_core INT33A1:00: pmc_core: couldn't get DMU telem endpoint -6 bugzilla-daemon 2025-08-06 9:03 ` [Bug 220421] " bugzilla-daemon 2025-08-06 9:07 ` bugzilla-daemon 2025-08-13 3:30 ` bugzilla-daemon 2025-08-19 20:40 ` bugzilla-daemon 2025-08-20 1:19 ` bugzilla-daemon 2025-10-17 10:21 ` bugzilla-daemon 2025-12-22 7:32 ` 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.