Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752687AbaDCPiI (ORCPT ); Thu, 3 Apr 2014 11:38:08 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:55434 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbaDCPiE (ORCPT ); Thu, 3 Apr 2014 11:38:04 -0400 Date: Thu, 3 Apr 2014 08:38:00 -0700 From: "Paul E. McKenney" To: Frederic Weisbecker Cc: LKML , Andrew Morton , Ingo Molnar , Jens Axboe , Kevin Hilman , Peter Zijlstra , Thomas Gleixner Subject: Re: [PATCH 0/2] nohz: Move nohz kick out of scheduler IPI v2 Message-ID: <20140403153800.GA4284@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1396483767-28607-1-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1396483767-28607-1-git-send-email-fweisbec@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14040315-7164-0000-0000-000000CC060A Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 03, 2014 at 02:09:25AM +0200, Frederic Weisbecker wrote: > Hi Paul, > > Here's an updated version of the patches with your review addressed. > I ripped the function parameter and let it be setup on queued IPI object > initialization time so that people don't get confused and always use the > same function for a given queued object. > > Please tell me if you find other issues. For the set: Reviewed-by: Paul E. McKenney > Thanks. > > Frederic Weisbecker (2): > smp: Non busy-waiting IPI queue > nohz: Move full nohz kick to its own IPI > > include/linux/smp.h | 11 +++++++++++ > include/linux/tick.h | 2 ++ > kernel/sched/core.c | 5 +---- > kernel/sched/sched.h | 2 +- > kernel/smp.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > kernel/time/tick-sched.c | 21 +++++++++++++++++++++ > 6 files changed, 78 insertions(+), 5 deletions(-) > > -- > 1.8.3.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/