On Mon, Jun 9, 2025 at 2:48 PM Mario Limonciello <superm1@xxxxxxxxxx> wrote: > > On 6/9/2025 4:31 AM, Rafael J. Wysocki wrote: > > On Mon, Jun 9, 2025 at 5:29 AM Mario Limonciello <superm1@xxxxxxxxxx> wrote: > >> > >> From: Mario Limonciello <mario.limonciello@xxxxxxx> > >> > >> Early in kernel boot pointers can't be used and so %p shows up > >> incorrectly: > >> > >> ``` > >> extrace-0138 ex_trace_point : Method Begin [0x(____ptrval____):\M460] execution. > >> ``` > >> > >> Later in the boot %p works, but it's not really actually useful when > >> the pathname can resolve properly. Adjust the debug print so that if > >> the Pathname resolves that the pointer isn't also printed: > >> > >> ``` > >> extrace-0138 ex_trace_point : Method Begin [\M460] execution. > >> ``` > >> > >> Link: https://github.com/acpica/acpica/pull/1013 > >> Link: https://github.com/acpica/acpica/commit/bdc2a4e646f097b693aa60f1f2c4228d1e31b0d1 > >> Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx> > > > > This is an ACPICA change, so it should be made upstream first unless > > there is a good enough reason to make it directly in Linux. In which > > case that reason should be mentioned in the changelog. > > The patches were from ACPICA (I included the links above). OK, applied as 6.17 material, thanks!