Dmitry Voytik
unread,Jun 17, 2026, 2:47:44 PM (13 days ago) Jun 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Peter Zijlstra, gli...@google.com, jpoi...@kernel.org, kasa...@googlegroups.com, linux-...@vger.kernel.org
Hi Peter,
Thanks for double checking that.
Indeed, defconfig + KMSAN is OK.
It took me quite some time to narrow down the following combinations:
defconfig + CONFIG_KMSAN + CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
defconfig + CONFIG_KMSAN + CONFIG_DEBUG_INFO_DWARF4
defconfig + CONFIG_KMSAN + CONFIG_DEBUG_INFO_DWARF5
make mrproper
make LLVM=1 defconfig
./scripts/config -e CONFIG_KMSAN -e CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
make LLVM=1 olddefconfig
make LLVM=1 -j(nproc) vmlinux
vmlinux.o: warning: objtool: folio_zero_user+0x801: undefined stack state
vmlinux.o: error: objtool: folio_zero_user+0x801: unknown CFA base reg -1
make[2]: *** [scripts/Makefile.vmlinux_o:76: vmlinux.o] Error 255
make[2]: *** Deleting file 'vmlinux.o'
make[1]: *** [/home/voyt/p/linux/Makefile:1326: vmlinux_o] Error 2
make: *** [Makefile:248: __sub-make] Error 2