Re: [PATCH 5/7] printk: Make %pS and friends print module build ID
From: Steven Rostedt
Date: Wed Mar 03 2021 - 13:22:36 EST
On Wed, 3 Mar 2021 11:25:58 +0100
Petr Mladek <pmladek@xxxxxxxx> wrote:
> Alternative solution would be to minimize the information, for
> example, by printing only the modules that appear in the backtrace.
> But this might be complicated to implement.
It could be a list after the backtrace perhaps, and not part of the
"modules linked in"?
But then you need a generic way of capturing those modules in the backtrace
that works for every architecture.
Honestly, I don't even know what a buildid is, and it is totally useless
information for myself. What exactly is it used for?
-- Steve