On Thu, Oct 06, 2022 at 11:29:44PM +0900, Masahiro Yamada wrote: > Masahiro Yamada (35): > kbuild: remove the target in signal traps when interrupted > kbuild: add phony targets to ./Kbuild > kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package > kbuild: check sha1sum just once for each atomic header > kbuild: do not deduplicate modules.order > nios2: move core-y in arch/nios2/Makefile to arch/nios2/Kbuild > kbuild: remove duplicated dependency between modules and modules_check This patch merged as f75a03340c2c2eea772e4d59412135021afea493 breaks build of modules when it's specified by path like 'make fs/btrfs/'. The 'make M=fs/btrfs' works but I don't see any reason why the former should stop working. Also the patch does not mention anything like that so it's most likely a bug.