Re: [PATCH 08/23] kallsyms: reimplement mksysmap in C
From: Markus Elfring
Date: Fri Sep 11 2026 - 15:51:12 EST
> mksysmap is a sed script consisting of 30 patterns which link-vmlinux.sh
> uses to generate *.syms files, and which kallsyms is then called against to
> generate *.kallsyms files, with the final vmlinux build ultimately
> generating System.map.
…
> This is unnecessary, instead have kallsyms simply read the ELF file
> directly making use of the existing elf-parse library in scripts/.
…
Are there further opportunities for parallel data processing for an improved
processing pipeline in this software area?
Regards,
Markus