Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755516Ab0AFIjY (ORCPT ); Wed, 6 Jan 2010 03:39:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755468Ab0AFIjY (ORCPT ); Wed, 6 Jan 2010 03:39:24 -0500 Received: from mga10.intel.com ([192.55.52.92]:1643 "EHLO fmsmga102.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754611Ab0AFIjX (ORCPT ); Wed, 6 Jan 2010 03:39:23 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,226,1262592000"; d="scan'208";a="761741359" Message-ID: <4B444C39.3020901@linux.intel.com> Date: Wed, 06 Jan 2010 16:39:21 +0800 From: Haicheng Li User-Agent: Thunderbird 2.0.0.22 (X11/20090605) MIME-Version: 1.0 To: Pekka Enberg CC: Christoph Lameter , linux-mm@kvack.org, Matt Mackall , Andi Kleen , Eric Dumazet , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). References: <4B443AE3.2080800@linux.intel.com> <84144f021001060020v57535d5bwc65b482eca669bc5@mail.gmail.com> In-Reply-To: <84144f021001060020v57535d5bwc65b482eca669bc5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1259 Lines: 37 Pekka Enberg wrote: > I can find a trace of Andi acking the previous version of this patch > but I don't see an ACK from Christoph nor a revieved-by from Matt. Was > I not CC'd on those emails or what's going on here? > Pekka, Christoph said he will ack this patch if remove the change of MAX_NUMNODES (see below), so I add him directly as Acked-by in this revised patch. And also, I got review comments from Matt for v1 and changed the patch accordingly. Is it a violation of the rule? if so, I'm sorry, actually not quite clear with the rule. Christoph Lameter wrote: > On Wed, 23 Dec 2009, Haicheng Li wrote: > >> @@ -966,18 +966,16 @@ static void *alternate_node_alloc(struct kmem_cache *, >> gfp_t); >> static struct array_cache **alloc_alien_cache(int node, int limit, gfp_t gfp) >> { >> struct array_cache **ac_ptr; >> - int memsize = sizeof(void *) * nr_node_ids; >> + int memsize = sizeof(void *) * MAX_NUMNODES; >> int i; > > Remove this change and I will ack the patch. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/