From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752557AbdDKDRV (ORCPT ); Mon, 10 Apr 2017 23:17:21 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:51061 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752047AbdDKDRU (ORCPT ); Mon, 10 Apr 2017 23:17:20 -0400 Subject: Re: [PATCH 4.10 000/110] 4.10.10-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20170410164201.247583164@linuxfoundation.org> Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org From: Guenter Roeck Message-ID: <6105b178-4cbf-336d-59c0-5059c95c2c9f@roeck-us.net> Date: Mon, 10 Apr 2017 20:17:16 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170410164201.247583164@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed 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 On 04/10/2017 09:41 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.10.10 release. > There are 110 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 Apr 12 16:41:40 UTC 2017. > Anything received after that time might be too late. > Build results: total: 149 pass: 146 fail: 3 Failed builds: arm:allmodconfig arm:omap2plus_defconfig arm:davinci_all_defconfig Qemu test results: total: 122 pass: 107 fail: 15 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 arm:beagle:omap2plus_defconfig:omap3-beagle arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm arm:overo:omap2plus_defconfig:omap3-overo-tobi For arm, same problem as with v4.9. Building arm:allmodconfig ... failed -------------- Error log: In file included from /opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:15:0: /opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:536:49: error: 'rx51_ir_data' undeclared here (not in a function) OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", &rx51_ir_data), but also: Building arm:davinci_all_defconfig ... failed -------------- Error log: /opt/buildbot/slave/stable-queue-4.10/build/drivers/usb/musb/da8xx.c:461:31: error: 'MUSB_PRESERVE_SESSION' undeclared here (not in a function) .quirks = MUSB_INDEXED_EP | MUSB_PRESERVE_SESSION, ^ make[4]: *** [drivers/usb/musb/da8xx.o] Error 1 This is due to 8425a79bcbfe usb: musb: da8xx: Fix host mode suspend which does not apply to 4.10 since MUSB_PRESERVE_SESSION is indeed not available in 4.10. The flag was introduced with a926ed11e7b4 usb: musb: Add a quirk to preserve the session during suspend so it is either both patches or none of them. Detailed logs are available at http://kerneltests.org/builders. Guenter