From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753136AbdKUHX5 (ORCPT ); Tue, 21 Nov 2017 02:23:57 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50282 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbdKUHXz (ORCPT ); Tue, 21 Nov 2017 02:23:55 -0500 Date: Tue, 21 Nov 2017 08:23:20 +0100 From: Greg Kroah-Hartman To: Guenter Roeck 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.13 00/28] 4.13.15-stable review Message-ID: <20171121072320.GB26562@kroah.com> References: <20171119144311.441716251@linuxfoundation.org> <17961418-ea16-665b-176b-eb4cf3f1a38f@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17961418-ea16-665b-176b-eb4cf3f1a38f@roeck-us.net> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 20, 2017 at 06:13:42AM -0800, Guenter Roeck wrote: > On 11/19/2017 06:43 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.13.15 release. > > There are 28 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 Tue Nov 21 14:42:57 UTC 2017. > > Anything received after that time might be too late. > > > > Build results: > total: 145 pass: 143 fail: 2 > Failed builds: > arm:allmodconfig > arm64:allmodconfig > Qemu test results: > total: 123 pass: 107 fail: 16 > 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 > arm64:virt:smp:defconfig > arm64:xlnx-ep108:smp:defconfig:zynqmp-ep108 > arm64:virt:nosmp:defconfig > arm64:xlnx-ep108:nosmp:defconfig:zynqmp-ep108 > > Error ias always the same. > > Building arm:allmodconfig ... failed > -------------- > Error log: > /opt/buildbot/slave/stable-queue-4.13/build/drivers/crypto/bcm/cipher.c: In function 'mailbox_send_message': > /opt/buildbot/slave/stable-queue-4.13/build/drivers/crypto/bcm/cipher.c:266:40: error: request for member 'dev' in something not a structure or union > struct device *dev = &(iproc_priv.pdev->dev); Ugh, I missed this yesterday, I'll go try to figure out how I broke this, and how my test builds missed this... greg k-h