* [Bug 217028] New: CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select
@ 2023-02-13 3:07 bugzilla-daemon
2023-02-13 12:33 ` [Bug 217028] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2023-02-13 3:07 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=217028
Bug ID: 217028
Summary: CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY
depend/select
Product: Drivers
Version: 2.5
Kernel Version: 6.1.11-gentoo
Hardware: AMD
OS: Linux
Tree: Mainline
Status: NEW
Severity: high
Priority: P1
Component: Platform_x86
Assignee: drivers_platform_x86@kernel-bugs.osdl.org
Reporter: z@pyl.onl
Regression: No
That depend is missing resulting in this error:
ld: drivers/platform/x86/amd/pmf/core.o: in function `amd_pmf_remove':
core.c:(.text+0x10): undefined reference to `power_supply_unreg_notifier'
ld: drivers/platform/x86/amd/pmf/core.o: in function `amd_pmf_probe':
core.c:(.text+0x38f): undefined reference to `power_supply_reg_notifier'
make[1]: *** [scripts/Makefile.vmlinux:34: vmlinux] Error 1
make: *** [Makefile:1248: vmlinux] Error 2
The relevant kconfig file is located at drivers/platform/x86/amd/pmf
--
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] 4+ messages in thread* [Bug 217028] CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select 2023-02-13 3:07 [Bug 217028] New: CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select bugzilla-daemon @ 2023-02-13 12:33 ` bugzilla-daemon 2023-02-13 13:12 ` bugzilla-daemon 2023-02-13 13:57 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2023-02-13 12:33 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=217028 Hans de Goede (jwrdegoede@fedoraproject.org) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jwrdegoede@fedoraproject.or | |g Resolution|--- |CODE_FIX --- Comment #1 from Hans de Goede (jwrdegoede@fedoraproject.org) --- Thank you for reporting this. This is fixed by this (just mergd) patch in the for-next branch of the platform-drivers-x86 tree: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=a2f9d361e3d70fcd8c53612034be7dae4f586d97 -- 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] 4+ messages in thread
* [Bug 217028] CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select 2023-02-13 3:07 [Bug 217028] New: CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select bugzilla-daemon 2023-02-13 12:33 ` [Bug 217028] " bugzilla-daemon @ 2023-02-13 13:12 ` bugzilla-daemon 2023-02-13 13:57 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2023-02-13 13:12 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=217028 The Linux kernel's regression tracker (Thorsten Leemhuis) (regressions@leemhuis.info) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |regressions@leemhuis.info --- Comment #2 from The Linux kernel's regression tracker (Thorsten Leemhuis) (regressions@leemhuis.info) --- (In reply to Hans de Goede from comment #1) > > This is fixed by this (just mergd) patch in the for-next branch of the > platform-drivers-x86 tree: > https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86. > git/commit/?h=for-next&id=a2f9d361e3d70fcd8c53612034be7dae4f586d97 Thx for this. Quick question: why is there no "CC: <stable...>? This seems needed (see docs; a fixes tag alone is not enough) if this is something that showed up in 6.1.y. Or am I missing something? -- 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] 4+ messages in thread
* [Bug 217028] CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select 2023-02-13 3:07 [Bug 217028] New: CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select bugzilla-daemon 2023-02-13 12:33 ` [Bug 217028] " bugzilla-daemon 2023-02-13 13:12 ` bugzilla-daemon @ 2023-02-13 13:57 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2023-02-13 13:57 UTC (permalink / raw) To: platform-driver-x86 https://bugzilla.kernel.org/show_bug.cgi?id=217028 --- Comment #3 from Hans de Goede (jwrdegoede@fedoraproject.org) --- (In reply to The Linux kernel's regression tracker (Thorsten Leemhuis) from comment #2) > Thx for this. Quick question: why is there no "CC: <stable...>? This seems > needed (see docs; a fixes tag alone is not enough) if this is something that > showed up in 6.1.y. Or am I missing something? Good point, I've added the Cc: stable now, new commit-id: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=3004e8d2a0a98bbf4223ae146464fadbff68bf78 -- 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] 4+ messages in thread
end of thread, other threads:[~2023-02-13 13:57 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-02-13 3:07 [Bug 217028] New: CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select bugzilla-daemon 2023-02-13 12:33 ` [Bug 217028] " bugzilla-daemon 2023-02-13 13:12 ` bugzilla-daemon 2023-02-13 13:57 ` 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.