From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933227Ab2GYOZW (ORCPT ); Wed, 25 Jul 2012 10:25:22 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:55003 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933105Ab2GYOZU (ORCPT ); Wed, 25 Jul 2012 10:25:20 -0400 MIME-Version: 1.0 In-Reply-To: <20120716103749.122800930@linutronix.de> References: <20120716103749.122800930@linutronix.de> Date: Wed, 25 Jul 2012 23:25:19 +0900 Message-ID: Subject: Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3 From: JoonSoo Kim To: Thomas Gleixner Cc: LKML , Ingo Molnar , Peter Zijlstra , "Srivatsa S. Bhat" , Rusty Russell , "Paul E. McKenney" , Namhyung Kim Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2012/7/16 Thomas Gleixner : > The following series implements the infrastructure for parking and > unparking kernel threads to avoid the full teardown and fork on cpu > hotplug operations along with management infrastructure for hotplug > and users. > > Changes vs. V2: > > Use callbacks for all functionality. Thanks to Rusty for pointing > that out. It makes the use sites nice and simple and keeps all the > code which would be duplicated otherwise on the core. > > Thanks, > > tglx > I'm just a kernel newbie, so I have a dumb question. Why this patchset doesn't include patch for migrationd in kernel/stop_machine.c? Is there any reason for that?