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=-7.4 required=3.0 tests=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,URIBL_BLOCKED,USER_AGENT_SANE_1 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 0DDC4C432C0 for ; Tue, 19 Nov 2019 14:46:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D90EA222D1 for ; Tue, 19 Nov 2019 14:46:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="BhooZjoG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728237AbfKSOqA (ORCPT ); Tue, 19 Nov 2019 09:46:00 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:8891 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727255AbfKSOp7 (ORCPT ); Tue, 19 Nov 2019 09:45:59 -0500 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate14.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Tue, 19 Nov 2019 06:46:01 -0800 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Tue, 19 Nov 2019 06:45:59 -0800 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Tue, 19 Nov 2019 06:45:59 -0800 Received: from [10.21.133.51] (172.20.13.39) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Tue, 19 Nov 2019 14:45:56 +0000 Subject: Re: [PATCH 4.14 000/239] 4.14.155-stable review To: Greg Kroah-Hartman CC: , , , , , , , , References: <20191119051255.850204959@linuxfoundation.org> <20191119122535.GB1913916@kroah.com> <20191119123135.GB1948960@kroah.com> From: Jon Hunter Message-ID: <1bdb0348-7f51-1488-6246-c6cd2f74afcb@nvidia.com> Date: Tue, 19 Nov 2019 14:45:54 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191119123135.GB1948960@kroah.com> X-Originating-IP: [172.20.13.39] X-ClientProxiedBy: HQMAIL107.nvidia.com (172.20.187.13) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1574174762; bh=tOsdNg2Z7Z+OkFmLIUtPFRoEqHmS5nfsi0rZWHffKtw=; h=X-PGP-Universal:Subject:To:CC:References:From:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=BhooZjoGLX4GgoIGfbV/WvEURl9nWObLPashDS4laun6EeqCGpR6ayXztPhFOHP1c LW2r9+7cZWDdEgzQyI6TW0FK1e6PoNW9DSqAhnVT+jQxDlN7P4UXNHeKLIJC8nOpLI q9H6tlIF3KTljOzmkb/sG7ocjP0nC/qw/6RLn5SfMzfZjmySWmdk1rbuyUrWXAGhq1 CUng+zC9LlOwq5G1we215+Ql4uMBKo7Rf/jsEiEzdtB0hzzFM0K6K6I0KP7Lz/9bia F0HRXaPNcPJO2FYGUrfWP6/tVooCZwBZjwREo5o4mm+MqXufrTCvmhvfszaLaJWhsZ PWIApfsuvfOgQ== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/11/2019 12:31, Greg Kroah-Hartman wrote: > On Tue, Nov 19, 2019 at 01:25:35PM +0100, Greg Kroah-Hartman wrote: >> On Tue, Nov 19, 2019 at 09:12:48AM +0000, Jon Hunter wrote: >>> >>> On 19/11/2019 05:16, Greg Kroah-Hartman wrote: >>>> This is the start of the stable review cycle for the 4.14.155 release. >>>> There are 239 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 Thu, 21 Nov 2019 05:02:35 +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.155-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 >>>> >>>> ------------- >>> >>> ... >>> >>>> Heiko Stuebner >>>> arm64: dts: rockchip: enable display nodes on rk3328-rock64 >>> The above commit is causing the following build error for ARM64 ... >>> >>> Error: arch/arm64/boot/dts/rockchip/rk3328-rock64.dts:149.1-6 Label or path hdmi not found >>> Error: arch/arm64/boot/dts/rockchip/rk3328-rock64.dts:153.1-9 Label or path hdmiphy not found >>> Error: arch/arm64/boot/dts/rockchip/rk3328-rock64.dts:345.1-5 Label or path vop not found >>> FATAL ERROR: Syntax error parsing input tree >>> scripts/Makefile.lib:317: recipe for target 'arch/arm64/boot/dts/rockchip/rk3328-rock64.dtb' failed >>> make[2]: *** [arch/arm64/boot/dts/rockchip/rk3328-rock64.dtb] Error 1 >>> scripts/Makefile.build:585: recipe for target 'arch/arm64/boot/dts/rockchip' failed >>> make[1]: *** [arch/arm64/boot/dts/rockchip] Error 2 >>> arch/arm64/Makefile:138: recipe for target 'dtbs' failed >>> make: *** [dtbs] Error 2 >> >> Will go drop this, thanks. > > -rc2 is out with this patch removed, thanks. Thanks. This looks better! All tests passing for Tegra ... Test results for stable-v4.14: 8 builds: 8 pass, 0 fail 16 boots: 16 pass, 0 fail 24 tests: 24 pass, 0 fail Linux version: 4.14.155-rc2-g086940936515 Boards tested: tegra124-jetson-tk1, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04 Cheers Jon -- nvpublic