Hi, On 2025-03-16 01:20, Hastalavista_debian wrote: > I wish to use LKRG (https://lkrg.org) on my RPi, but it reported error "LKRG > requires > CONFIG_KALLSYMS_ALL" when building, which is strange to me because I have > never > run > into such problems on amd64 laptops. I checked config file of arm64 kernel > 6.1.129 and indeed it didn't have CONFIG_KALLSYMS_ALL enabled. > > I wish Debian can have CONFIG_KALLSYMS_ALL enabled by default, so that > security > tools like LKRG can run.
Makes sense. Also noteworthy, CONFIG_KALLSYMS_ALL is enabled on arm64 on at least Fedora/RHEL/SuSE too. MR opened: https://salsa.debian.org/kernel-team/linux/-/merge_requests/1419