Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752083AbbKISyI (ORCPT ); Mon, 9 Nov 2015 13:54:08 -0500 Received: from mail-yk0-f170.google.com ([209.85.160.170]:34902 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353AbbKISyF (ORCPT ); Mon, 9 Nov 2015 13:54:05 -0500 Date: Mon, 9 Nov 2015 13:54:01 -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: <20151109185401.GB28507@mtj.duckdns.org> References: <20151109140832.GE8916@dhcp22.suse.cz> <20151109182840.GJ31308@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151109182840.GJ31308@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: 1724 Lines: 39 Hello, Vladmir. On Mon, Nov 09, 2015 at 09:28:40PM +0300, Vladimir Davydov wrote: > > I am _all_ for this semantic I am just not sure what to do with the > > legacy kmem controller. Can we change its semantic? If we cannot do that > > I think we can. If somebody reports a "bug" caused by this change, i.e. > basically notices that something that used to be accounted is not any > longer, it will be trivial to fix by adding __GFP_ACCOUNT where > appropriate. If it is not, e.g. if accounting of objects of a particular > type leads to intense false-sharing, we would end up disabling > accounting for it anyway. I agree too, if anything is meaningfully broken by the flip, it just indicates that the whitelist needs to be expanded; however, I wonder whether this would be done better at slab level rather than per allocation site. A class of objects which can consume noticeable amount of memory which can be attributed to userland is likely to be on its own slab already or separating it out to its own slab is likely to be a good idea. Marking those slabs as kmemcg accounted seems better suited to the semantics - it's always about classes of objects - and less error-prone than marking individual allocation sites. This also reduces the number of slabs to worry about and more importantly makes it clear which slabs need to be replicated for kmemcg accounting from the beginning and the slab part of implementation can be far simpler / more static. 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/