From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932209AbcHII3q (ORCPT ); Tue, 9 Aug 2016 04:29:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53106 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752609AbcHII2x (ORCPT ); Tue, 9 Aug 2016 04:28:53 -0400 Date: Tue, 9 Aug 2016 10:21:33 +0200 From: Greg Kroah-Hartman To: Guenter Roeck 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: <20160809082133.GB10495@kroah.com> References: <20160808180209.697765393@linuxfoundation.org> <521ac7bf-2e18-6b2d-2bb1-315cc90c7447@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <521ac7bf-2e18-6b2d-2bb1-315cc90c7447@roeck-us.net> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. thanks, greg k-h