Hi, I updated the v3 patch[1] of showing last boot module symbols, and found a compilation error with !CONFIG_MODULES, so this series adds the fix patch.
[1] https://lore.kernel.org/all/174161444691.1063601.16690699136628689205.stgit@devnote2/ --- Masami Hiramatsu (Google) (2): tracing: Fix a compilation error without CONFIG_MODULES tracing: Show last module text symbols in the stacktrace kernel/trace/trace.c | 133 +++++++++++++++++++++++++++++++++++++++++-- kernel/trace/trace.h | 3 + kernel/trace/trace_output.c | 4 + 3 files changed, 132 insertions(+), 8 deletions(-) -- Masami Hiramatsu (Google) <[email protected]>
