From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [RFC PATCH] kmemleak: Add support for memory hotplug Date: Thu, 17 Nov 2011 17:57:37 +0000 Message-ID: <20111117175737.GA23875@arm.com> References: <1321400949-1852-1-git-send-email-lauraa@codeaurora.org> <1321400949-1852-2-git-send-email-lauraa@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1321400949-1852-2-git-send-email-lauraa@codeaurora.org> Sender: owner-linux-mm@kvack.org To: Laura Abbott Cc: "mingo@elte.hu" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "linux-arm-msm@vger.kernel.org" List-Id: linux-arm-msm@vger.kernel.org On Tue, Nov 15, 2011 at 11:49:09PM +0000, Laura Abbott wrote: > Ensure that memory hotplug can co-exist with kmemleak > by taking the hotplug lock before scanning the memory > banks. > > Signed-off-by: Laura Abbott Thanks, the patch looks fine to me. I'll add it to my kmemleak branch for the next merging window. -- Catalin -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753882Ab1KQR57 (ORCPT ); Thu, 17 Nov 2011 12:57:59 -0500 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:40277 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066Ab1KQR56 (ORCPT ); Thu, 17 Nov 2011 12:57:58 -0500 Date: Thu, 17 Nov 2011 17:57:37 +0000 From: Catalin Marinas To: Laura Abbott Cc: "mingo@elte.hu" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "linux-arm-msm@vger.kernel.org" Subject: Re: [RFC PATCH] kmemleak: Add support for memory hotplug Message-ID: <20111117175737.GA23875@arm.com> References: <1321400949-1852-1-git-send-email-lauraa@codeaurora.org> <1321400949-1852-2-git-send-email-lauraa@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1321400949-1852-2-git-send-email-lauraa@codeaurora.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 15, 2011 at 11:49:09PM +0000, Laura Abbott wrote: > Ensure that memory hotplug can co-exist with kmemleak > by taking the hotplug lock before scanning the memory > banks. > > Signed-off-by: Laura Abbott Thanks, the patch looks fine to me. I'll add it to my kmemleak branch for the next merging window. -- Catalin