Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752031AbdHLQ1p (ORCPT ); Sat, 12 Aug 2017 12:27:45 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:58976 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750864AbdHLQ1n (ORCPT ); Sat, 12 Aug 2017 12:27:43 -0400 Subject: Re: [PATCH 4.9 00/16] 4.9.43-stable review To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org References: <20170811220132.730037644@linuxfoundation.org> <359c4b21-2b77-45bd-8900-7f0416ad44b0@roeck-us.net> <20170812160743.GB17312@kroah.com> From: Guenter Roeck Message-ID: <848afbf2-ee63-b400-556c-7da0f48cf174@roeck-us.net> Date: Sat, 12 Aug 2017 09:27:40 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170812160743.GB17312@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2033 Lines: 49 On 08/12/2017 09:07 AM, Greg Kroah-Hartman wrote: > On Sat, Aug 12, 2017 at 05:36:08AM -0700, Guenter Roeck wrote: >> On 08/11/2017 03:01 PM, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 4.9.43 release. >>> There are 16 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 Sun Aug 13 22:01:23 UTC 2017. >>> Anything received after that time might be too late. >>> >> >> Build results: >> total: 145 pass: 145 fail: 0 >> Qemu test results: >> total: 122 pass: 110 fail: 12 >> Failed tests: >> arm:beagle:multi_v7_defconfig:omap3-beagle >> arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm >> arm:overo:multi_v7_defconfig:omap3-overo-tobi >> arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite >> arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9 >> arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1 >> arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7 >> arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702 >> arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706 >> arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed >> arm:midway:multi_v7_defconfig:ecx-2000 >> arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310 >> >> Failures are: >> >> Error log: >> make[1]: *** No rule to make target 'arch/arm/boot/dts/sun8i-h3-nanopi-m1.dtb', needed by '__build'. Stop. >> >> This is due to 'ARM: dts: sun8i: Support DTB build for NanoPi M1'. The associated .dts >> file is missing in 4.9. Also applying 10efbf5f1633, which introduces it, won't be >> sufficient since it depends on additional commits. > > Ugh, Sasha got this wrong, and I didn't check it :( > > It's in 4.9.42, so this should have failed there too. I'll go revert > this now, thanks for letting me know. > Yes, that is correct. Sorry, I must have dropped the ball there; I thought I had told you that the builds are failing, but I guess it got lost in the other failures. Guenter