On Tue, Jun 2, 2020 at 4:45 PM ashimida <ashimida@xxxxxxxxxxxxxxxxx> wrote: > > When System.map was generated, the kernel used mksysmap to > filter the kernel symbols, but all the symbols with the > second letter 'L' in the kernel were filtered out, not just > the symbols starting with 'dot + L'. > > For example: > ashimida@ubuntu:~/linux$ cat System.map |grep ' .L' > ashimida@ubuntu:~/linux$ nm -n vmlinux |grep ' .L' > ffff0000088028e0 t bLength_show > ...... > ffff0000092e0408 b PLLP_OUTC_lock > ffff0000092e0410 b PLLP_OUTA_lock > > In the original patch[1], the original intent should > be to filter out all local symbols starting with '.L', > so the dot should be escaped. > > [1]. mksysmap: Add h8300 local symbol pattern > > Signed-off-by: ashimida <ashimida@xxxxxxxxxxxxxxxxx> > --- Applied to linux-kbuild. Thanks. -- Best Regards Masahiro Yamada