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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1914BC48BCD for ; Wed, 9 Jun 2021 06:26:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F120061040 for ; Wed, 9 Jun 2021 06:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236167AbhFIG2M (ORCPT ); Wed, 9 Jun 2021 02:28:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:39130 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233590AbhFIG2L (ORCPT ); Wed, 9 Jun 2021 02:28:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6305161108; Wed, 9 Jun 2021 06:26:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623219962; bh=PjgABphN7WPgY1HsgW1N2xB3TNAmcdqcdrqN6v6yXyo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R1jx/ve5DOhkeWu5vJVmMb87XgpCld+X0PqxZROnES9rhO6GzSoAugMcN01DxfXcb 4hIcZ+3NCBZmtR1k4m5lYP7PnSzx2/p6OA7dr5xWykt4cKfY+fwEcqEC3Obcheu6pq c6WnYE7FdQSQD47QAKObWZh7Bf4pOC61LDX9kXg4= Date: Wed, 9 Jun 2021 08:25:59 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: Naresh Kamboju , Marek Vasut , open list , Shuah Khan , Florian Fainelli , patches@kernelci.org, lkft-triage@lists.linaro.org, Jon Hunter , linux-stable , Andrew Morton , Linus Torvalds , Guenter Roeck , Fabio Estevam , Christoph Niedermaier , Ludwig Zenz , NXP Linux Team , Shawn Guo Subject: Re: [PATCH 4.19 00/58] 4.19.194-rc1 review Message-ID: References: <20210608175932.263480586@linuxfoundation.org> <20210608224155.GA31308@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210608224155.GA31308@amd> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 09, 2021 at 12:41:55AM +0200, Pavel Machek wrote: > Hi! > > > > This is the start of the stable review cycle for the 4.19.194 release. > > > There are 58 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. > ... > > > Marek Vasut > > > ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators > > > > make --silent --keep-going --jobs=8 > > O=/home/tuxbuild/.cache/tuxmake/builds/current ARCH=arm > > CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache > > arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' > > Error: /builds/linux/arch/arm/boot/dts/imx6q-dhcom-som.dtsi:414.1-12 > > Label or path reg_vdd1p1 not found > > Error: /builds/linux/arch/arm/boot/dts/imx6q-dhcom-som.dtsi:418.1-12 > > Label or path reg_vdd2p5 not found > > FATAL ERROR: Syntax error parsing input tree > > make[2]: *** [scripts/Makefile.lib:294: > > arch/arm/boot/dts/imx6q-dhcom-pdk2.dtb] Error 1 > > For the record, we see same build error in our testing: > > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1328869295 Will fix this and push out a -rc2. thanks, greg k-h