From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751419AbdFFHUO (ORCPT ); Tue, 6 Jun 2017 03:20:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48228 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751341AbdFFHT6 (ORCPT ); Tue, 6 Jun 2017 03:19:58 -0400 Date: Tue, 6 Jun 2017 09:19:52 +0200 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.4 00/53] 4.4.71-stable review Message-ID: <20170606071952.GA26873@kroah.com> References: <20170605153037.105331684@linuxfoundation.org> <20170605220726.GB403@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170605220726.GB403@roeck-us.net> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 05, 2017 at 03:07:26PM -0700, Guenter Roeck wrote: > On Mon, Jun 05, 2017 at 06:16:58PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.71 release. > > There are 53 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 Jun 7 15:30:23 UTC 2017. > > Anything received after that time might be too late. > > > > Build results: > total: 145 pass: 143 fail: 2 > Failed builds: > s390:defconfig > s390:allmodconfig > > Qemu test results: > total: 115 pass: 114 fail: 1 > Failed tests: > s390:defconfig > > Common error: > > Building s390:defconfig ... failed > -------------- > Error log: > fs/btrfs/extent-tree.c: In function 'adjust_slots_upwards.isra.59': > fs/btrfs/extent-tree.c:8239:18: warning: array subscript is below array bounds [-Warray-bounds] > fs/btrfs/extent-tree.c:8240:17: warning: array subscript is below array bounds [-Warray-bounds] > drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_probe_device': > drivers/s390/net/qeth_l3_main.c:3235:2: error: 'struct qeth_card' has no member named 'ip_htable' > drivers/s390/net/qeth_l3_main.c:3235:2: error: 'struct qeth_card' has no member named 'ip_htable' > drivers/s390/net/qeth_l3_main.c:3235:2: error: 'struct qeth_card' has no member named 'ip_htable' > drivers/s390/net/qeth_l3_main.c:3235:2: error: 'struct qeth_card' has no member named 'ip_htable' > drivers/s390/net/qeth_l3_main.c:3235:2: error: 'struct qeth_card' has no member named 'ip_htable' > drivers/s390/net/qeth_l3_main.c:3235:2: error: negative width in bit-field '' > drivers/s390/net/qeth_l3_main.c:3236:2: error: 'struct qeth_card' has no member named 'ip_mc_htable' > drivers/s390/net/qeth_l3_main.c:3236:2: error: 'struct qeth_card' has no member named 'ip_mc_htable' > drivers/s390/net/qeth_l3_main.c:3236:2: error: 'struct qeth_card' has no member named 'ip_mc_htable' > drivers/s390/net/qeth_l3_main.c:3236:2: error: 'struct qeth_card' has no member named 'ip_mc_htable' > drivers/s390/net/qeth_l3_main.c:3236:2: error: 'struct qeth_card' has no member named 'ip_mc_htable' > drivers/s390/net/qeth_l3_main.c:3236:2: error: negative width in bit-field '' > make[3]: *** [drivers/s390/net/qeth_l3_main.o] Error 1 Thanks, 0-day just reported the same thing, I backported a s390 patch too far backwards in time. I've now dropped it so this should be all good. thanks for the testing. greg k-h