From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Subject: Re: [PATCH v2 49/52] mm, vmstat: Fix CPU hotplug callback registration Date: Fri, 14 Feb 2014 09:26:13 -0500 Message-ID: <52FE2785.7090701@redhat.com> References: <20140214074750.22701.47330.stgit@srivatsabhat.in.ibm.com> <20140214080017.22701.62427.stgit@srivatsabhat.in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140214080017.22701.62427.stgit@srivatsabhat.in.ibm.com> Sender: owner-linux-mm@kvack.org To: "Srivatsa S. Bhat" , paulus@samba.org, oleg@redhat.com, mingo@kernel.org, rusty@rustcorp.com.au, peterz@infradead.org, tglx@linutronix.de, akpm@linux-foundation.org Cc: paulmck@linux.vnet.ibm.com, tj@kernel.org, walken@google.com, ego@linux.vnet.ibm.com, linux@arm.linux.org.uk, rjw@rjwysocki.net, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Johannes Weiner , Cody P Schafer , Toshi Kani , Dave Hansen , linux-mm@kvack.org, Christoph Lameter List-Id: linux-arch.vger.kernel.org On 02/14/2014 03:00 AM, Srivatsa S. Bhat wrote: > Subsystems that want to register CPU hotplug callbacks, as well as perform > initialization for the CPUs that are already online, often do it as shown > below: > Fix the vmstat code in the MM subsystem by using this latter form of callback > registration. > > Cc: Andrew Morton > Cc: Rik van Riel > Cc: Johannes Weiner > Cc: Cody P Schafer > Cc: Toshi Kani > Cc: Dave Hansen > Cc: Ingo Molnar > Cc: linux-mm@kvack.org > Acked-by: Christoph Lameter > Reviewed-by: Yasuaki Ishimatsu > Signed-off-by: Srivatsa S. Bhat Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:7530 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753073AbaBNO1v (ORCPT ); Fri, 14 Feb 2014 09:27:51 -0500 Message-ID: <52FE2785.7090701@redhat.com> Date: Fri, 14 Feb 2014 09:26:13 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH v2 49/52] mm, vmstat: Fix CPU hotplug callback registration References: <20140214074750.22701.47330.stgit@srivatsabhat.in.ibm.com> <20140214080017.22701.62427.stgit@srivatsabhat.in.ibm.com> In-Reply-To: <20140214080017.22701.62427.stgit@srivatsabhat.in.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Srivatsa S. Bhat" , paulus@samba.org, oleg@redhat.com, mingo@kernel.org, rusty@rustcorp.com.au, peterz@infradead.org, tglx@linutronix.de, akpm@linux-foundation.org Cc: paulmck@linux.vnet.ibm.com, tj@kernel.org, walken@google.com, ego@linux.vnet.ibm.com, linux@arm.linux.org.uk, rjw@rjwysocki.net, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Johannes Weiner , Cody P Schafer , Toshi Kani , Dave Hansen , linux-mm@kvack.org, Christoph Lameter Message-ID: <20140214142613.HBauu2YI5YX4yED3DdaBiDj6jEtPmpKAfmxdB2IJB_s@z> On 02/14/2014 03:00 AM, Srivatsa S. Bhat wrote: > Subsystems that want to register CPU hotplug callbacks, as well as perform > initialization for the CPUs that are already online, often do it as shown > below: > Fix the vmstat code in the MM subsystem by using this latter form of callback > registration. > > Cc: Andrew Morton > Cc: Rik van Riel > Cc: Johannes Weiner > Cc: Cody P Schafer > Cc: Toshi Kani > Cc: Dave Hansen > Cc: Ingo Molnar > Cc: linux-mm@kvack.org > Acked-by: Christoph Lameter > Reviewed-by: Yasuaki Ishimatsu > Signed-off-by: Srivatsa S. Bhat Acked-by: Rik van Riel -- All rights reversed