From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932230AbcHIQOg (ORCPT ); Tue, 9 Aug 2016 12:14:36 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:38940 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752312AbcHIQOc (ORCPT ); Tue, 9 Aug 2016 12:14:32 -0400 Date: Tue, 9 Aug 2016 09:14:29 -0700 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org, Sricharan R , Wolfram Sang Subject: Re: [PATCH 4.4 00/68] 4.4.17-stable review Message-ID: <20160809161429.GA31448@roeck-us.net> References: <20160808180209.697765393@linuxfoundation.org> <521ac7bf-2e18-6b2d-2bb1-315cc90c7447@roeck-us.net> <20160809082133.GB10495@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160809082133.GB10495@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 Tue, Aug 09, 2016 at 10:21:33AM +0200, Greg Kroah-Hartman wrote: > On Mon, Aug 08, 2016 at 09:22:24PM -0700, Guenter Roeck wrote: > > On 08/08/2016 12:10 PM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.4.17 release. > > > There are 68 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 Aug 10 18:01:56 UTC 2016. > > > Anything received after that time might be too late. > > > > > > > Build results: > > total: 148 pass: 146 fail: 2 > > Failed builds: > > arm:allmodconfig > > arm64:allmodconfig > > > > Qemu test results: > > total: 101 pass: 99 fail: 2 > > Failed tests: > > arm64:smp:defconfig > > arm64:nosmp:defconfig > > > > Common build error: > > > > drivers/i2c/busses/i2c-qup.c: In function 'qup_i2c_read_one': > > drivers/i2c/busses/i2c-qup.c:438:2: error: 'idx' undeclared > > > > Culprit: ae5451257fc2 ("i2c: qup: Fix wrong value of index variable") > > Ah, thanks, kbuild just caught this one as well. I've dropped it from > the queue now. > Build and qemu tests are now clean. Guenter