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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 13661C433E1 for ; Thu, 20 Aug 2020 12:38:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CF20A207DA for ; Thu, 20 Aug 2020 12:38:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597927133; bh=cIbxg9UUN6M619llrJyaOowDQPOinSAHEP3gP0M4mTE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cfRIXFg3kGdT2rNOKQ4/fkjyVEItmp5wdfPTS+Wz4XOvvB50oK4YinU/RjHWYcFid yvEhoS0d9Xy0kVHDozXf9I2PaHV7qxw3VJj2plk9asbKaIk/JYZyUBGNCjR361E1Fq g+0ssW6O1ZOVHtFu2rzW+HCByARsNDvL5XXpPimI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729770AbgHTMik (ORCPT ); Thu, 20 Aug 2020 08:38:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:37868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729538AbgHTMiS (ORCPT ); Thu, 20 Aug 2020 08:38:18 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 94998207DA; Thu, 20 Aug 2020 12:38:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597927088; bh=cIbxg9UUN6M619llrJyaOowDQPOinSAHEP3gP0M4mTE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WShExgaJDny7YAQnnWbaYiRIdztdiOjGP06WViOCIZ7KkAknc8/9Xl/ch+iXlQ7Uy o0830S5PI4QA8X3zgkUtfU3eVxWasiEb6DSC2hbwOCFqG0gOmsJtFnVCKzrWJWrJVD i2hbdbL92Me+QbmI7UsKB4It8J5U9wUUqi7WUuC8= Date: Thu, 20 Aug 2020 14:38:28 +0200 From: Greg Kroah-Hartman To: Jon Hunter Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org, linux-tegra Subject: Re: [PATCH 4.14 000/228] 4.14.194-rc1 review Message-ID: <20200820123828.GA1465682@kroah.com> References: <20200820091607.532711107@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 20, 2020 at 12:57:36PM +0100, Jon Hunter wrote: > > On 20/08/2020 10:19, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.14.194 release. > > There are 228 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 Sat, 22 Aug 2020 09:15:09 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.194-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > ... > > > Tomasz Maciej Nowak > > arm64: dts: marvell: espressobin: add ethernet alias > > > The above change is causing the following build failure for ARM64 ... > > arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtb: ERROR (path_references): Reference to non-existent node or label "uart1" > ERROR: Input tree has errors, aborting (use -f to force output) > scripts/Makefile.lib:317: recipe for target 'arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtb' failed > make[3]: *** [arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtb] Error 2 > > Reverting this fixes the problem. Thanks, now dropping it. Sad as it said it was to be backported here... Will go push out a -rc2 with that fixed. thanks, greg k-h