From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753998AbbJSPJo (ORCPT ); Mon, 19 Oct 2015 11:09:44 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37811 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753856AbbJSPJl (ORCPT ); Mon, 19 Oct 2015 11:09:41 -0400 Date: Mon, 19 Oct 2015 08:09:40 -0700 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, stable@vger.kernel.org, Konstantin Khlebnikov Subject: Re: [PATCH 4.2 000/258] 4.2.4-stable review Message-ID: <20151019150940.GB20364@kroah.com> References: <20151018014729.976101177@linuxfoundation.org> <56246FDD.3010600@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56246FDD.3010600@roeck-us.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 18, 2015 at 09:21:49PM -0700, Guenter Roeck wrote: > On 10/17/2015 06:55 PM, Greg Kroah-Hartman wrote: > >This is the start of the stable review cycle for the 4.2.4 release. > >There are 258 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 Oct 20 01:46:04 UTC 2015. > >Anything received after that time might be too late. > > > > Build results: > total: 144 pass: 142 fail: 2 > Failed builds: > powerpc:defconfig > powerpc:allmodconfig > > Qemu test results: > total: 93 pass: 92 fail: 1 > Failed tests: > powerpc:pseries_defconfig > > Failures are: > > arch/powerpc/kvm/book3s_hv.c: In function 'kvmppc_run_vcpu': > arch/powerpc/kvm/book3s_hv.c:2181:3: error: too few arguments to function 'should_resched' > > Caused by "sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()". > > Needs c56dadf39761a61 ("sched/preempt, powerpc, kvm: Use need_resched() instead > of should_resched()") as far as I can see. Now applied, thanks. greg k-h