]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vmcoreinfo: add kallsyms_num_syms symbol
authorStephen Brennan <stephen.s.brennan@oracle.com>
Mon, 8 Aug 2022 20:54:10 +0000 (13:54 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Aug 2022 05:01:54 +0000 (22:01 -0700)
commit7bda8280c9e2e46cc3b01d7cbac51cb2d36603bf
tree5b5786d76cc9d3f03c0be439fdfc1479a501a098
parent6621c799440f47d04734b21723bd92519f208b75
vmcoreinfo: add kallsyms_num_syms symbol

The rest of the kallsyms symbols are useless without knowing the number of
symbols in the table.  In an earlier patch, I somehow dropped the
kallsyms_num_syms symbol, so add it back in.

Link: https://lkml.kernel.org/r/20220808205410.18590-1-stephen.s.brennan@oracle.com
Fixes: 5fd8fea935a1 ("vmcoreinfo: include kallsyms symbols")
Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
Cc: Baoquan He <bhe@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/crash_core.c