Hi all, Trying to build Linus' tree, today's linux-next build (arm64 kunit) failed like this: ERROR:root:Inconsistent kallsyms data Try "make KALLSYMS_EXTRA_PASS=1" as a workaround I didn't diagnose which commit started triggering this, it's a known kallsyms random error AIUI. I'm running the build with: ./tools/testing/kunit/kunit.py run --make_options LLVM=1 --failed --alltests --kconfig_add CONFIG_KASAN=y --kconfig_add CONFIG_RUST=y --build_dir ../arm64_kunit --arch arm64 Dropping Rust and LLVM (LLVM is needed for rust+KASAN) avoids the issue so I'm doing that.