On Wed, Jul 17, 2024, at 07:08, Linus Torvalds wrote: > On Tue, 16 Jul 2024 at 21:57, Linus Torvalds > <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: >> >> Note, it really might be just 'allmodconfig'. We've had things that >> depend on config entries in the past, eg the whole >> CONFIG_HEADERS_INSTALL etc could affect things. I had tried a partial allmodconfig build earlier to save time, did a full build again now, still nothing: arnd@studio:~/arm-soc/bisect$ make allmodconfig -sj20 arnd@studio:~/arm-soc/bisect$ make -sj20 arnd@studio:~/arm-soc/bisect$ touch .config arnd@studio:~/arm-soc/bisect$ make allmodconfig -sj20 arnd@studio:~/arm-soc/bisect$ make -j20 SYNC include/config/auto.conf.cmd CALL scripts/checksyscalls.sh CHK kernel/kheaders_data.tar.xz arnd@studio:~/arm-soc/bisect$ find . -newer .config . ./arch/arm64/kvm ./include/config ./include/config/auto.conf.cmd ./include/config/auto.conf ./include/generated ./include/generated/uapi/linux ./include/generated/autoconf.h ./include/generated/rustc_cfg ./init ./kernel ./lib ./scripts/mod ./.missing-syscalls.d This is in a fresh worktree, doing a native arm64 build in the source directory. In case the problem is related to changes in high-resolution timestamping, I am running a slightly older kernel (still 6.8) and I'm using btrfs with relatime for the build here. I also tried on tmpfs now, same results. ccache is disabled. Arnd