From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751209AbdGNTXk (ORCPT ); Fri, 14 Jul 2017 15:23:40 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:45953 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbdGNTXj (ORCPT ); Fri, 14 Jul 2017 15:23:39 -0400 Date: Fri, 14 Jul 2017 12:23:36 -0700 From: Guenter Roeck 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 Subject: Re: [PATCH 4.4 00/57] 4.4.77-stable review Message-ID: <20170714192336.GA16125@roeck-us.net> References: <20170713153957.515045341@linuxfoundation.org> <04a86c98-0242-2b5c-d86b-a8bb94111bda@roeck-us.net> <20170714095021.GA2269@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170714095021.GA2269@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@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: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@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 Fri, Jul 14, 2017 at 11:50:21AM +0200, Greg Kroah-Hartman wrote: > On Thu, Jul 13, 2017 at 06:33:06PM -0700, Guenter Roeck wrote: > > On 07/13/2017 08:42 AM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.4.77 release. > > > There are 57 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 Jul 15 15:39:40 UTC 2017. > > > Anything received after that time might be too late. > > > > > > > Build results: > > total: 145 pass: 143 fail: 2 > > Failed builds: > > arm:allmodconfig > > arm:shmobile_defconfig > > Qemu test results: > > total: 115 pass: 103 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 > > > > Build failures: > > > > drivers/pinctrl/sh-pfc/pfc-r8a7791.c:1096:2: error: implicit declaration of function 'PINMUX_IPSR_GPSR' > > drivers/pinctrl/sh-pfc/pfc-r8a7791.c:1096:19: error: 'IP6_2_0' undeclared here > > drivers/pinctrl/sh-pfc/pfc-r8a7791.c:1096:28: error: 'DVC_MUTE' undeclared here > > > > The build failures are also the cause of the qemu test failures. > > Ok, I've found the bad patch, the author marked that it should have > applied for this kernel, but obviously it didn't :) > > Now dropped, so all should be well. > Confirmed. Thanks, Guenter