[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221014094930.GB13389@twin.jikos.cz>
Date: Fri, 14 Oct 2022 11:49:30 +0200
From: David Sterba <dsterba@...e.cz>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: Re: [GIT PULL] Kbuild updates for v6.1-rc1
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.
Powered by blists - more mailing lists