Re: [PATCH] efi: fix GetNextDevicePathInstance trace argument

Sascha Hauer <[email protected]> Fri, 10 Jul 2026 23:50:08 +0200
Newsgroups org.infradead.lists.barebox
Message-ID <[email protected]>
On Thu, 09 Jul 2026 09:44:28 +0200, Ahmad Fatoum wrote:
> Verbose EFI tracing formats device paths with %pD. The
> GetNextDevicePathInstance wrapper receives an EFI_DEVICE_PATH **, but passed
> that pointer slot directly to %pD. When the SCT called the service, the trace
> formatter interpreted stack bytes as a device path and could loop before the
> service body was reached.
> 
> Log the pointed-to device path when the argument itself is present. This keeps
> the trace useful while avoiding a tracing-induced hang during the Device Path
> Utilities ACS coverage.
> 
> [...]

Applied, thanks!

[1/1] efi: fix GetNextDevicePathInstance trace argument
      https://git.pengutronix.de/cgit/barebox/commit/?id=294a67a596fb (link may not be stable)

Best regards,
-- 
Sascha Hauer <[email protected]>