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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED4B9EB64DC for ; Mon, 10 Jul 2023 14:24:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233062AbjGJOYO (ORCPT ); Mon, 10 Jul 2023 10:24:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232314AbjGJOYL (ORCPT ); Mon, 10 Jul 2023 10:24:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1DCA128; Mon, 10 Jul 2023 07:24:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 476906104B; Mon, 10 Jul 2023 14:24:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DC95C433B9; Mon, 10 Jul 2023 14:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688999045; bh=dD+z16QeR3g5wCF8wVTMFkFcBNxsSJmONteXamsqLrE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WebtRmKFkhKLjjlmBRupyMIbsgXHs+uewmyv8G+DH66wcU5Ch2D39XY2JLc4MeVBb oTpL6vT3a+hveGKm5wCaXsRC48FeNHhnpSAmOYK7HMzJj0JMAsqlnn9gRF5zjS6akT g+acLZnjo9BWUfq4X6IrCYwXUDnrG2vgixmVxxNc= Date: Mon, 10 Jul 2023 16:24:03 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org Subject: Re: [PATCH 6.3 000/426] 6.3.13-rc3 review Message-ID: <2023071035-shifty-shrank-f408@gregkh> References: <20230710054619.475084489@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 10, 2023 at 06:31:33AM -0700, Guenter Roeck wrote: > On Mon, Jul 10, 2023 at 07:47:20AM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.3.13 release. > > There are 426 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Wed, 12 Jul 2023 05:45:32 +0000. > > Anything received after that time might be too late. > > > > Preliminary results. > > Building mips:allmodconfig ... failed > -------------- > Error log: > arch/mips/boot/dts/ingenic/ci20.dts:242.19-247.6: ERROR (phandle_references): /i2c@10050000/act8600@5a/regulators/DCDC1: Reference to non-existent node or label "vcc_33v" > arch/mips/boot/dts/ingenic/ci20.dts:248.18-253.6: ERROR (phandle_references): /i2c@10050000/act8600@5a/regulators/DCDC2: Reference to non-existent node or label "vcc_33v" > arch/mips/boot/dts/ingenic/ci20.dts:254.18-259.6: ERROR (phandle_references): /i2c@10050000/act8600@5a/regulators/DCDC3: Reference to non-existent node or label "vcc_33v" > arch/mips/boot/dts/ingenic/ci20.dts:265.17-270.6: ERROR (phandle_references): /i2c@10050000/act8600@5a/regulators/LDO5: Reference to non-existent node or label "vcc_33v" > arch/mips/boot/dts/ingenic/ci20.dts:271.18-276.6: ERROR (phandle_references): /i2c@10050000/act8600@5a/regulators/LDO6: Reference to non-existent node or label "vcc_33v" > arch/mips/boot/dts/ingenic/ci20.dts:277.20-282.6: ERROR (phandle_references): /i2c@10050000/act8600@5a/regulators/LDO7: Reference to non-existent node or label "vcc_33v" > arch/mips/boot/dts/ingenic/ci20.dts:283.20-288.6: ERROR (phandle_references): /i2c@10050000/act8600@5a/regulators/LDO8: Reference to non-existent node or label "vcc_33v" > ERROR: Input tree has errors, aborting (use -f to force output) > > Introduced with "MIPS: DTS: CI20: Add parent supplies to ACT8600 regulators" > which uses vcc_33v without introducing it (it was introduced with commit > c9f4b25272843). {sigh} Offending commits now dropped, and a -rc4 pushed out, thanks. greg k-h