Received: by 10.192.165.156 with SMTP id m28csp656124imm; Fri, 13 Apr 2018 05:47:24 -0700 (PDT) X-Google-Smtp-Source: AIpwx494RSdox+QNIrSnCEGf8bPMQHhRNI4r9pg3KibWeF5dMaoJzN/Mz0VleY6OgLYlXCNX8SK3 X-Received: by 10.167.128.81 with SMTP id y17mr11385198pfm.194.1523623644298; Fri, 13 Apr 2018 05:47:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523623644; cv=none; d=google.com; s=arc-20160816; b=TdAg8Qtbygl4xfaSKdu4F33tgNsBOIlUCq6LsE4pZlF89bwBeGl811rK9FW/C5bBVV 8827pjeBSW9XnYxbyLJFwFrlfGHhjpgPStQ9FAB0a92eq09UgFQf8Q0DpgrCrs5GlCTf w04P+pYXjGNk/GLOQbHlVjrRnRMDq57Oy1bXhjly1E+n/qthhYlvjyNhMzvYgLOMToT+ vkQ2a/ZYE9RzcYamzb6kyU17MtQDNFMyKWW91qyLaG0+bdOSWG7Kf+mKLffHUXoADBtx so6iPrHMh25VPQ4jquTWqcL4VEIPhLYekavUMznmqcZa4TPJWFFEW6dc+OAqhinpGnqd QtBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=+Jn5fmmBncCdf4VQghfs6Qa29nc4eHe5hUEfCfOtwWI=; b=VgkI5GAgoAhRCyKAeF+wKop9BwzVV2QFWlaXXeyhQUBf+CuN/VKEzf34TX3dxr4jXp rej3N4TRrHqvB4pPJwov8I8I8LRCLbaeWVW63Bms6jWddsws7oHc/zyRZUmkQNcgtsZA nS+nS5ZX9qxY0kMQYmjwspDGqxg3kxvmbx1EdlywU3RDo91XY4vH/7RNjzzttCTug65H Wo39RMphIhH3jx+joQ1sJ7mqVQA/XQwVVZwEoXmFAgv3gB6M15qG/ywbNAMt72SK7dV1 3KQQjdrsqt+I/mvslti7aEXwfNVnlfnJwLY/XdAdGEZL+r2j5TlMYSMZv5TLouJMS5Oh g3kw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k70si4054694pga.118.2018.04.13.05.47.10; Fri, 13 Apr 2018 05:47:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754837AbeDMMOg (ORCPT + 99 others); Fri, 13 Apr 2018 08:14:36 -0400 Received: from mx2.suse.de ([195.135.220.15]:43148 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbeDMMOf (ORCPT ); Fri, 13 Apr 2018 08:14:35 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 20799AD28; Fri, 13 Apr 2018 12:14:34 +0000 (UTC) Date: Fri, 13 Apr 2018 14:14:33 +0200 From: Michal Hocko To: Kirill Tkhai Cc: akpm@linux-foundation.org, hannes@cmpxchg.org, vdavydov.dev@gmail.com, cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] memcg: Remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure Message-ID: <20180413121433.GM17484@dhcp22.suse.cz> References: <20180413085553.GF17484@dhcp22.suse.cz> <20180413110200.GG17484@dhcp22.suse.cz> <06931a83-91d2-3dcf-31cf-0b98d82e957f@virtuozzo.com> <20180413112036.GH17484@dhcp22.suse.cz> <6dbc33bb-f3d5-1a46-b454-13c6f5865fcd@virtuozzo.com> <20180413113855.GI17484@dhcp22.suse.cz> <8a81c801-35c8-767d-54b0-df9f1ca0abc0@virtuozzo.com> <20180413115454.GL17484@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 13-04-18 15:07:14, Kirill Tkhai wrote: > On 13.04.2018 14:54, Michal Hocko wrote: > > On Fri 13-04-18 14:49:32, Kirill Tkhai wrote: > >> On 13.04.2018 14:38, Michal Hocko wrote: > >>> On Fri 13-04-18 14:29:11, Kirill Tkhai wrote: > > [...] > >>>> mem_cgroup_id_put_many() unpins css, but this may be not the last reference to the css. > >>>> Thus, we release ID earlier, then all references to css are freed. > >>> > >>> Right and so what. If we have released the idr then we are not going to > >>> do that again in css_free. That is why we have that memcg->id.id > 0 > >>> check before idr_remove and memcg->id.id = 0 for the last memcg ref. > >>> count. So again, why cannot we do the clean up in mem_cgroup_free and > >>> have a less confusing code? Or am I just not getting your point and > >>> being dense here? > >> > >> We can, but mem_cgroup_free() called from mem_cgroup_css_alloc() is unlikely case. > >> The likely case is mem_cgroup_free() is called from mem_cgroup_css_free(), where > >> this idr manipulations will be a noop. Noop in likely case looks more confusing > >> for me. > > > > Well, I would really prefer to have _free being symmetric to _alloc so > > that you can rely that the full state is gone after _free is called. > > This confused the hell out of me. Because I _did_ expect that > > mem_cgroup_free would do that and so I was looking at completely > > different place. > > > >> Less confusing will be to move > >> > >> memcg->id.id = idr_alloc(&mem_cgroup_idr, NULL, > >> 1, MEM_CGROUP_ID_MAX, > >> GFP_KERNEL); > >> > >> into mem_cgroup_css_alloc(). How are you think about this? > > > > I would have to double check. Maybe it can be done on top. But for the > > actual fix and a stable backport potentially should be as clear as > > possible. Your original patch would be just fine but if I would prefer > > mem_cgroup_free for the symmetry. > > We definitely can move id allocation to mem_cgroup_css_alloc(), but this > is really not for an easy fix, which will be backported to stable. > > Moving idr destroy to mem_cgroup_free() hides IDR trick. My IMHO it's less > readable for a reader. > > The main problem is allocation asymmetric, and we shouldn't handle it on free path... Well, this is probably a matter of taste. I will not argue. I will not object if Johannes is OK with your patch. But the whole thing confused hell out of me so I would rather un-clutter it... -- Michal Hocko SUSE Labs