From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f52.google.com (mail-yh0-f52.google.com [209.85.213.52]) by kanga.kvack.org (Postfix) with ESMTP id B1D5B6B0031 for ; Fri, 14 Feb 2014 09:26:56 -0500 (EST) Received: by mail-yh0-f52.google.com with SMTP id a41so11620385yho.11 for ; Fri, 14 Feb 2014 06:26:56 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id b4si1315889qch.108.2014.02.14.06.26.55 for ; Fri, 14 Feb 2014 06:26:56 -0800 (PST) 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: owner-linux-mm@kvack.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 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