From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:47031 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752848AbbJWXVi (ORCPT ); Fri, 23 Oct 2015 19:21:38 -0400 Date: Fri, 23 Oct 2015 16:21:36 -0700 From: Greg Kroah-Hartman To: Thomas Backlund Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Konstantin Khlebnikov , "Peter Zijlstra (Intel)" , Alexander Graf , Boris Ostrovsky , David Vrabel , Linus Torvalds , Mike Galbraith , Paul Mackerras , Thomas Gleixner , Ingo Molnar Subject: Re: [PATCH 4.1 39/46] sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() Message-ID: <20151023232136.GA13904@kroah.com> References: <20151023174620.779720995@linuxfoundation.org> <20151023174621.950339789@linuxfoundation.org> <562A9526.4020406@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <562A9526.4020406@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Oct 23, 2015 at 11:14:30PM +0300, Thomas Backlund wrote: > Den 23.10.2015 kl. 20:46, skrev Greg Kroah-Hartman: > >4.1-stable review patch. If anyone has any objections, please let me know. > > > >------------------ > > > >From: Konstantin Khlebnikov > > > >commit fe32d3cd5e8eb0f82e459763374aa80797023403 upstream. > > This one broke drivers/xen/ build > > > drivers/xen/preempt.c: In function ”xen_maybe_preempt_hcall”: > drivers/xen/preempt.c:34:11: error: too few arguments to function > ”should_resched” > && should_resched())) { > ^ > > > Needed fix is: > > From 0fa2f5cb2b0ecd8d56baa51f35f09aab234eb0bf Mon Sep 17 00:00:00 2001 > From: Konstantin Khlebnikov > Date: Wed, 15 Jul 2015 12:52:01 +0300 > Subject: [PATCH] sched/preempt, xen: Use need_resched() instead of > should_resched() Thanks, now queued up. greg k-h