On Tue, Mar 17, 2026 at 06:47:30PM +0100, Ronald Warsow wrote:
Hi
compile runs in an error:
LD vmlinux.unstripped BTFIDS vmlinux.unstripped WARN: resolve_btfids: unresolved symbol kthread_exit make[2]: *** [scripts/Makefile.vmlinux:72: vmlinux.unstripped] Error 255 make[2]: *** Deleting file 'vmlinux.unstripped' make[1]: *** [/home/DATA/DEVEL/linux/Makefile:1277: vmlinux] Error 2 make: *** [Makefile:248: __sub-make] Error 2
if I do:
git revert f5ee297b23d843d4ae690595aa29e8f5baeaecf9 --no-edit
see:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/c...
all is fine here on x86_64 (Intel 11th Gen. CPU)
Thanks
Tested-by: Ronald Warsow rwarsow@gmx.de
I've fixed this now, thanks!
greg k-h