From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DD6C8C3DA4B for ; Wed, 17 Jul 2024 14:30:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Tt0TKOX4WUMXLT6sMrq6PzA0yPx6ndeuvPZ5YoiBxw0=; b=0XdAS4Ugv40QdffRe88frz7yQ9 3Exmx8DCnEJUSxCtMoQQEDq623b5RKIWrz1vcYehHmwSkToOKe7Bhd4XubLzq+upqe2Kn927lw5q2 PLlynUYIE16IgD+0M1tiuUPGF+3cNGVNnhadFyUqKJvT1a77seqzdtCTYD3VsJ042hqE0x3nJaMEG BFHwx8XHLI62Kzok1rdpLuaSj3E3WPC3jA4M+92m/fALX55plteNYb+Mhu6XsyLX14QY0LID617sZ YL2JsRPgmyP16ZPA68L5H631aEi1NMNxXLrjDdAGIFGobxKpmJXL5xlxHu8EhAhxW+T6CUAnvFYeN XwpCoREQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sU5g2-0000000E2kk-2SHl; Wed, 17 Jul 2024 14:30:42 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sU5fg-0000000E2hi-2V1j for linux-arm-kernel@lists.infradead.org; Wed, 17 Jul 2024 14:30:22 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id EE6276170A; Wed, 17 Jul 2024 14:30:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39A69C32782; Wed, 17 Jul 2024 14:30:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721226618; bh=/zn4tteDqX0JeA0DTq/7nXr1r8NWERtQ7F7z5Am12qo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BQNSrnzuJ1azOAOC4vUX8rUeURdzLA04lL9+DbJSosA49Bceg8mOG4lyPx3Nn9WWk oCUI1+Ia+8t8Dw40xMXPJ48LXcbqluRgFnZ7WbF6tRKoQwus6EA4eikDRHCOCSGmuF Es2lh3wfxNhM45+wUoYrUw+AIqRNK6G8sywR41JBn4oHTGh9U3zWh2FQPrM4Iu9c/Y kGSZj1YbdTiQGW1aeJStReRPRVT9Fk4m+5f1+vyVycYZ817vYPHPvKzfsfYKHtiv45 Qwxfx+6QlamJHag54OsBdKO8FuCr8fDMucZhRBnt4Up2o8xvzmcFFjsIKBaAH2BncV 4IxU60WDKzl2A== Date: Wed, 17 Jul 2024 07:30:16 -0700 From: Nathan Chancellor To: Chen Wang Cc: kernel test robot , llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-arm-kernel@lists.infradead.org, arm@kernel.org, Guo Ren , arnd@arndb.de, conor@kernel.org Subject: Re: [soc:sophgo/dt 1/1] arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found Message-ID: <20240717143016.GA94990@thelio-3990X> References: <202407101850.eIQyngoV-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240717_073020_759375_BAF46689 X-CRM114-Status: GOOD ( 17.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 11, 2024 at 07:09:48AM +0800, Chen Wang wrote: > This build error is due to the changes about > "dt-bindings/clock/sophgo,sg2042-clkgen.h" are still on clk-next and have > not been merge in the master. A tree needs to build by itself, so changes like this need to be made atomically. Mainline is now broken because this change went in before clk-next: https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/9966522897 https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/9966319154 Please ensure this does not happen again, it is really disruptive for people who test the whole tree, especially during the merge window when we are trying to catch breakage that went in without being in -next. Cheers, Nathan > On 2024/7/10 18:56, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git sophgo/dt > > head: b1240a39511b9206293b82ac372c5114d6e15821 > > commit: b1240a39511b9206293b82ac372c5114d6e15821 [1/1] riscv: dts: add clock generator for Sophgo SG2042 SoC > > config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/config) > > compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project a0c6b8aef853eedaa0980f07c0a502a5a8a9740e) > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/reproduce) > > > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > > the same patch/commit), kindly add following tags > > | Reported-by: kernel test robot > > | Closes: https://lore.kernel.org/oe-kbuild-all/202407101850.eIQyngoV-lkp@intel.com/ > > > > All errors (new ones prefixed by >>): > > > > In file included from arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts:6: > > > > arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found > > 7 | #include > > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > 1 error generated. > > > > > > vim +7 arch/riscv/boot/dts/sophgo/sg2042.dtsi > > > > > 7 #include > > 8 #include > > 9 #include > > 10 #include > > 11 #include > > 12 > >