From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759770AbbCDSQS (ORCPT ); Wed, 4 Mar 2015 13:16:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56983 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752609AbbCDSQR (ORCPT ); Wed, 4 Mar 2015 13:16:17 -0500 Date: Wed, 4 Mar 2015 10:16:16 -0800 From: Greg Kroah-Hartman To: Luis Henriques Cc: Guenter Roeck , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 3.10 00/53] 3.10.71-stable review Message-ID: <20150304181616.GD13218@kroah.com> References: <20150304054609.869052846@linuxfoundation.org> <54F711DF.5040007@roeck-us.net> <20150304142011.GB18435@charon.olymp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150304142011.GB18435@charon.olymp> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 04, 2015 at 02:20:11PM +0000, Luis Henriques wrote: > On Wed, Mar 04, 2015 at 06:08:31AM -0800, Guenter Roeck wrote: > > On 03/03/2015 10:06 PM, Greg Kroah-Hartman wrote: > > >This is the start of the stable review cycle for the 3.10.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 Fri Mar 6 05:45:30 UTC 2015. > > >Anything received after that time might be too late. > > > > > > > Build results: > > total: 123 pass: 122 fail: 1 > > Failed builds: > > s390:defconfig > > > > Qemu tests: > > total: 27 pass: 27 fail: 0 > > > > Build failure is: > > > > arch/s390/kvm/interrupt.c: In function 'kvm_s390_inject_vm': > > arch/s390/kvm/interrupt.c:740:3: error: label 'unlock_fi' used but not defined > > make[2]: *** [arch/s390/kvm/interrupt.o] Error 1 > > make[1]: *** [arch/s390/kvm] Error 2 > > > > Caused by 'KVM: s390: floating irqs: fix user triggerable endless loop' > > which appears to depend on another commit. > > Actually, this commit is tagged for stable v3.15+ so it should > probably be dropped from 3.10 and 3.14. Thanks, now dropped for both trees. greg k-h