* [Bug 221905] New: [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3
@ 2026-08-21 18:38 bugzilla-daemon
2026-08-21 18:54 ` [Bug 221905] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-08-21 18:38 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221905
Bug ID: 221905
Summary: [REGRESSION] apple-properties: device path parse error
-19 at 0x14 on iMac14,3
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: ch3fdan@gmail.com
Regression: No
--
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] 5+ messages in thread* [Bug 221905] [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3
2026-08-21 18:38 [Bug 221905] New: [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3 bugzilla-daemon
@ 2026-08-21 18:54 ` bugzilla-daemon
2026-08-21 19:44 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-08-21 18:54 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221905
--- Comment #1 from ch3fdan (ch3fdan@gmail.com) ---
Created attachment 310706
--> https://bugzilla.kernel.org/attachment.cgi?id=310706&action=edit
hardwareSummary, dmesgFailedBoot.log
--
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] 5+ messages in thread* [Bug 221905] [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3
2026-08-21 18:38 [Bug 221905] New: [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3 bugzilla-daemon
2026-08-21 18:54 ` [Bug 221905] " bugzilla-daemon
@ 2026-08-21 19:44 ` bugzilla-daemon
2026-08-22 9:25 ` bugzilla-daemon
2026-08-24 17:28 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-08-21 19:44 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221905
Lukas Wunner (lukas@wunner.de) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lukas@wunner.de
--- Comment #2 from Lukas Wunner (lukas@wunner.de) ---
The EFI firmware has passed device properties for an integrated (Intel) GPU at
0000:00:02.0, however that device is not visible to the operating system as the
EFI firmware has switched it off in favor of the discrete AMD GPU.
The EFI firmware shouldn't have passed device properties for the invisble iGPU,
but we have no leverage to make Apple change that.
So the error message is harmless and can be ignored. We could probably demote
it to KERN_INFO severity if it is perceived as annoying.
--
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] 5+ messages in thread* [Bug 221905] [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3
2026-08-21 18:38 [Bug 221905] New: [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3 bugzilla-daemon
2026-08-21 18:54 ` [Bug 221905] " bugzilla-daemon
2026-08-21 19:44 ` bugzilla-daemon
@ 2026-08-22 9:25 ` bugzilla-daemon
2026-08-24 17:28 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-08-22 9:25 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221905
Artem S. Tashkinov (aros@gmx.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ANSWERED
--
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] 5+ messages in thread* [Bug 221905] [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3
2026-08-21 18:38 [Bug 221905] New: [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3 bugzilla-daemon
` (2 preceding siblings ...)
2026-08-22 9:25 ` bugzilla-daemon
@ 2026-08-24 17:28 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-08-24 17:28 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=221905
--- Comment #3 from Lukas Wunner (lukas@wunner.de) ---
Created attachment 310721
--> https://bugzilla.kernel.org/attachment.cgi?id=310721&action=edit
[PATCH] efi/apple-properties: Silence errors caused by disabled iGPU
Could you test this patch please and report back whether it fixes the issue for
you?
With the patch, you should see only a single line with KERN_INFO severity:
apple-properties: ignoring 2 device properties of disabled iGPU
... instead of a splat with multiple KERN_ERR messages.
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] 5+ messages in thread
end of thread, other threads:[~2026-08-24 17:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 18:38 [Bug 221905] New: [REGRESSION] apple-properties: device path parse error -19 at 0x14 on iMac14,3 bugzilla-daemon
2026-08-21 18:54 ` [Bug 221905] " bugzilla-daemon
2026-08-21 19:44 ` bugzilla-daemon
2026-08-22 9:25 ` bugzilla-daemon
2026-08-24 17:28 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox