From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758363Ab2GKVzZ (ORCPT ); Wed, 11 Jul 2012 17:55:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58141 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758098Ab2GKVzV (ORCPT ); Wed, 11 Jul 2012 17:55:21 -0400 Date: Wed, 11 Jul 2012 14:55:19 -0700 From: Andrew Morton To: Wen Congyang Cc: lenb@kernel.org, linux-acpi@vger.kernel.org, "linux-kernel@vger.kernel.org" , Yasuaki ISIMATU , David Rientjes , Konrad Rzeszutek Wilk , "Brown, Len" Subject: Re: [PATCH 1/7 v2] fix memory leak when memory device is unbound from the module acpi_memhotplug Message-Id: <20120711145519.e94cd183.akpm@linux-foundation.org> In-Reply-To: <4FFD2F76.9000508@cn.fujitsu.com> References: <4FFD2F1E.10006@cn.fujitsu.com> <4FFD2F76.9000508@cn.fujitsu.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Jul 2012 15:47:02 +0800 Wen Congyang wrote: > To: lenb@kernel.org I'm still not sure if that email address works? I've been cc'ing len.brown@intel.com lately as well. There are some pretty serious-looking bugfixes in this series. I merged your patches into my tree to get them a bit of testing. Please note that I renamed them all so their titles reflect the subsystem which they are patching. Documentation/SubmittingPatches section 15 goes into details on this convention. Having done that rename, it becomes obvious that patches 1-6 are acpi memhotplug changes, but the seventh patch is a fix against core MM code. I've sent that patch to Linus earlier today.