Re: [PATCH v2 03/12] dump_stack: Add vmlinux build ID to stack traces

2021-03-24 Thread Stephen Boyd
Quoting Andy Shevchenko (2021-03-24 04:22:58) > On Tue, Mar 23, 2021 at 07:04:34PM -0700, Stephen Boyd wrote: > > Add the running kernel's build ID[1] to the stacktrace information > > header. This makes it simpler for developers to locate the vmlinux with > > full debuginfo for a particular kerne

Re: [PATCH v2 03/12] dump_stack: Add vmlinux build ID to stack traces

2021-03-24 Thread Andy Shevchenko
On Tue, Mar 23, 2021 at 07:04:34PM -0700, Stephen Boyd wrote: > Add the running kernel's build ID[1] to the stacktrace information > header. This makes it simpler for developers to locate the vmlinux with > full debuginfo for a particular kernel stacktrace. Combined with > scripts/decode_stracktra

[PATCH v2 03/12] dump_stack: Add vmlinux build ID to stack traces

2021-03-23 Thread Stephen Boyd
Add the running kernel's build ID[1] to the stacktrace information header. This makes it simpler for developers to locate the vmlinux with full debuginfo for a particular kernel stacktrace. Combined with scripts/decode_stracktrace.sh, a developer can download the correct vmlinux from a debuginfod[