Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752095AbbKITdE (ORCPT ); Mon, 9 Nov 2015 14:33:04 -0500 Received: from mail-yk0-f179.google.com ([209.85.160.179]:35575 "EHLO mail-yk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbbKITc7 (ORCPT ); Mon, 9 Nov 2015 14:32:59 -0500 Date: Mon, 9 Nov 2015 14:32:53 -0500 From: Tejun Heo To: Vladimir Davydov Cc: Michal Hocko , Andrew Morton , Johannes Weiner , Greg Thelen , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] memcg/kmem: switch to white list policy Message-ID: <20151109193253.GC28507@mtj.duckdns.org> References: <20151109140832.GE8916@dhcp22.suse.cz> <20151109182840.GJ31308@esperanza> <20151109185401.GB28507@mtj.duckdns.org> <20151109192747.GN31308@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151109192747.GN31308@esperanza> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 946 Lines: 23 Hello, Vladmir. On Mon, Nov 09, 2015 at 10:27:47PM +0300, Vladimir Davydov wrote: > Of course, we could rework slab merging so that kmem_cache_create > returned a new dummy cache even if it was actually merged. Such a cache > would point to the real cache, which would be used for allocations. This > wouldn't limit slab merging, but this would add one more dereference to > alloc path, which is even worse. Hmmm, this could be me not really understanding but why can't we let all slabs to be merged regardless of SLAB_ACCOUNT flag for root memcg and point to per-memcg slabs (may be merged among them but most likely won't matter) for !root. We're indirecting once anyway, no? Thanks. -- tejun -- 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/