From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933027AbbJIQDw (ORCPT ); Fri, 9 Oct 2015 12:03:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41176 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753570AbbJIQDv (ORCPT ); Fri, 9 Oct 2015 12:03:51 -0400 Date: Fri, 9 Oct 2015 18:00:31 +0200 From: Oleg Nesterov To: Peter Zijlstra Cc: heiko.carstens@de.ibm.com, linux-kernel@vger.kernel.org, Tejun Heo , Ingo Molnar , Rik van Riel , Thomas Gleixner Subject: [PATCH 0/3] make stopper threads more "selfparking" Message-ID: <20151009160031.GA5408@redhat.com> References: <20151007084110.GX2881@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151007084110.GX2881@worktop.programming.kicks-ass.net> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On top of "[PATCH 0/3]" I sent yesterday, although it doesn't really depend on that series. Peter, note that 3/3 is from you ;) I hope you won't object. Thomas, could you please comment? 1/3 looks like a cleanup to me (if correct), but cleanups are always subjective, so please nack if you don't like it for any reason. Oleg. include/linux/smpboot.h | 4 ---- include/linux/stop_machine.h | 1 + kernel/sched/core.c | 5 ++++- kernel/smpboot.c | 5 ++--- kernel/stop_machine.c | 8 +++----- 5 files changed, 10 insertions(+), 13 deletions(-)