Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755247Ab0AFIUr (ORCPT ); Wed, 6 Jan 2010 03:20:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754763Ab0AFIUq (ORCPT ); Wed, 6 Jan 2010 03:20:46 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:61149 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754607Ab0AFIUp (ORCPT ); Wed, 6 Jan 2010 03:20:45 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=eZoLkIL+P92G8++PzE5dLt9ye2RcvspSao5tbO/9SW+4KmQeSCqKMfo0mNUW1zdsjO JKQ4KpwqW51cHWNPoZcQF+tQ2ifdC8m9POMENwNa5DWzTQKezD9UH86agW42SwZW5Yjl qCO7hah47e2V+mRiU1T52DPK4nfqhpIX7hN9E= MIME-Version: 1.0 In-Reply-To: <4B443AE3.2080800@linux.intel.com> References: <4B443AE3.2080800@linux.intel.com> Date: Wed, 6 Jan 2010 10:20:42 +0200 X-Google-Sender-Auth: a49e5b87007d89ee Message-ID: <84144f021001060020v57535d5bwc65b482eca669bc5@mail.gmail.com> Subject: Re: [PATCH v3] slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). From: Pekka Enberg To: Haicheng Li Cc: Christoph Lameter , linux-mm@kvack.org, Matt Mackall , Andi Kleen , Eric Dumazet , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 974 Lines: 21 On Wed, Jan 6, 2010 at 9:25 AM, Haicheng Li wrote: > Comparing with existing code, it's a simpler way to use kzalloc_node() > to ensure that each unused alien cache entry is NULL. > > CC: Pekka Enberg > CC: Eric Dumazet > Acked-by: Andi Kleen > Acked-by: Christoph Lameter > Reviewed-by: Matt Mackall > Signed-off-by: Haicheng Li 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 -- 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/