Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934856AbdIYLFq (ORCPT ); Mon, 25 Sep 2017 07:05:46 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:34740 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934668AbdIYLFo (ORCPT ); Mon, 25 Sep 2017 07:05:44 -0400 X-Google-Smtp-Source: AOwi7QDdEvqXEHEz5u+9uEjBAfJH72FnaXzCvMbLSeao4WEBrsvu2sJ0PnV1VwQC9AN8K4MsM/OUwA== Subject: Re: [PATCH 3.18 00/42] 3.18.72-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: <20170924202649.994060798@linuxfoundation.org> <654be6da-dec0-ae18-b357-d219eb244e8a@roeck-us.net> <20170925062935.GD27584@kroah.com> From: Guenter Roeck Message-ID: <28c8b862-5732-ce91-fa7f-659ff119b43b@roeck-us.net> Date: Mon, 25 Sep 2017 04:05:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170925062935.GD27584@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1443 Lines: 40 On 09/24/2017 11:29 PM, Greg Kroah-Hartman wrote: > On Sun, Sep 24, 2017 at 06:02:56PM -0700, Guenter Roeck wrote: >> On 09/24/2017 01:27 PM, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 3.18.72 release. >>> There are 42 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 Sep 26 20:26:30 UTC 2017. >>> Anything received after that time might be too late. >>> >> >> Build results: >> total: 136 pass: 134 fail: 2 >> Failed builds: >> s390:defconfig >> s390:allmodconfig >> Qemu test results: >> total: 112 pass: 111 fail: 1 >> Failed tests: >> s390:defconfig >> >> Build failure: >> >> Building s390:defconfig ... failed >> ------------ >> Error log: >> drivers/s390/scsi/zfcp_scsi.c: In function 'zfcp_task_mgmt_function': >> drivers/s390/scsi/zfcp_scsi.c:249:4: error: too many arguments to function 'zfcp_dbf_scsi_devreset' >> drivers/s390/scsi/zfcp_dbf.h:376:6: note: declared here >> drivers/s390/scsi/zfcp_scsi.c:260:3: error: too many arguments to function 'zfcp_dbf_scsi_devreset' >> drivers/s390/scsi/zfcp_dbf.h:376:6: note: declared here >> make[2]: *** [drivers/s390/scsi/zfcp_scsi.o] Error 1 > > Ah, thanks for letting me know about this, I have fixed it up now (hopefully.) > The latest build (v3.18.71-42-ge78c938) passed all my tests. Guenter