public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG] What is "__ptrval__" in my dmesg logs? Bad "%p" expansion?
@ 2019-02-03 14:09 Chris Rankin
  2019-02-03 14:35 ` Tom Li
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Rankin @ 2019-02-03 14:09 UTC (permalink / raw)
  To: linux-kernel

Hi.

I've suddenly realised that my kernel dmesg logs contain lines like:

[    0.000000] found SMP MP-table at [mem 0x000f5c20-0x000f5c2f]
mapped at [(____ptrval____)]
[    0.000000] Base memory trampoline at [(____ptrval____)] 98000 size 24576

and

[    0.000000] percpu: Embedded 41 pages/cpu @(____ptrval____) s129112
r8192 d30632 u262144

This seems to have started ~ Linux 4.15.x, and it does look like it
might be a macro expansion problem.

This is also happening for me on a different machine which uses the
radeon.ko driver (vs the amdgpu.ko driver):

drivers/gpu/drm/radeon/radeon_fence.c:862
     dev_info(rdev->dev, "fence driver on ring %d use gpu addr
0x%016llx and cpu addr 0x%p\n"

Does the kernel have a problem expanding "%p"?

Cheers,
Chris

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-03 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-03 14:09 [BUG] What is "__ptrval__" in my dmesg logs? Bad "%p" expansion? Chris Rankin
2019-02-03 14:35 ` Tom Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox