From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752801Ab1GTRaf (ORCPT ); Wed, 20 Jul 2011 13:30:35 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:36018 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752232Ab1GTRad (ORCPT ); Wed, 20 Jul 2011 13:30:33 -0400 Date: Wed, 20 Jul 2011 20:28:53 +0300 (EEST) From: Pekka Enberg X-X-Sender: penberg@tiger To: Christoph Lameter cc: Eric Dumazet , Mel Gorman , Konstantin Khlebnikov , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Matt Mackall Subject: Re: [PATCH] mm-slab: allocate kmem_cache with __GFP_REPEAT In-Reply-To: Message-ID: References: <20110720121612.28888.38970.stgit@localhost6> <20110720134342.GK5349@suse.de> <1311170893.2338.29.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <1311174562.2338.42.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <1311177362.2338.57.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <1311179465.2338.62.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <1311181463.2338.72.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Jul 2011, Eric Dumazet wrote: >> [PATCH v2] slab: shrinks sizeof(struct kmem_cache) On Wed, 20 Jul 2011, Christoph Lameter wrote: > This will solve the issue for small nr_cpu_ids but those with 4k cpus will > still have the issue. > > Acked-by: Christoph Lameter Applied, thanks! Do we still want the __GFP_REPEAT patch from Konstantin though? Pekka