Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp3355028ima; Tue, 23 Oct 2018 04:43:26 -0700 (PDT) X-Google-Smtp-Source: ACcGV60wRQ/odN1LtyQL/cuIAbFFv//gXy13AdWwDMoHwlk6eQD5HlgVEq5LdJ2oPWhjKXnai/Kw X-Received: by 2002:a17:902:1004:: with SMTP id b4-v6mr32228845pla.172.1540295006112; Tue, 23 Oct 2018 04:43:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540295006; cv=none; d=google.com; s=arc-20160816; b=b+//KfzwbIz6smtaid6Rwi45h0bT76bSi7sT1wJbA0iBYab85kARA1VCILUQvXhWya boyB6ngK7AXK4kfpkzWJf+kbS6YridaGK3s8a3KUXgn9Gz/SzepF1FXWzI76RO7Sin7s J/dOtM8JG0eZyE7mhJ+EKbDVcBvavOK7+fnyyVZRvxWVsOmQYplowgvfGIXm4ClYtFXo T6BPVVMg7DpPoHgl7xU5WS/mWWAwiRgTcCasQnjXV26SJ4axJ1o6BPcDmcU8OGs2EBxx ZKXxRCEBE5hffo6UNZxL7NleoH+D7Sa709tPJdVppwKZe6nUcNUdid+0apXwvCoZs/ts uhIQ== 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; bh=OfOf8cv6AVW+hsoGN8XwaUenIs5qgxNMF1aEJmJhpmw=; b=nO0Ecqh479QQrF14zU5aoVeWUUB5f0vqL1RBoMmPvPBsOBLMKYAKPKMElbMEklW5NN Q6RmYj0QvOCBj0R4zA7TF+Mow3KRLbwtYVMhvo6qXP0NRVVoh0iD7JXY6xYvKe65t7V7 6pVzV2Ty8XcUbq9AhGetr6CHhzRLwvEKaAfF5NM2/b87SSBRThuBgJ+jOF4/QT3NSGeo KyoaDA1Pni34YkupfvKriga/VOyqjUBUoVGkRCe/pqCNYQqOYAB/CzhQN/D1PcyzKU4X huLqOei3EhGpZcvHCkdPT4MuyBFw2lmjdH4o5dNW+MTgY6oULPR+yH8U4dA2vF0E5pgH XHyA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b9-v6si1139507pfm.100.2018.10.23.04.43.10; Tue, 23 Oct 2018 04:43:26 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728130AbeJWUFz (ORCPT + 99 others); Tue, 23 Oct 2018 16:05:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:55714 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726277AbeJWUFz (ORCPT ); Tue, 23 Oct 2018 16:05:55 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 01F47AF01; Tue, 23 Oct 2018 11:42:46 +0000 (UTC) Date: Tue, 23 Oct 2018 13:42:46 +0200 From: Michal Hocko To: Tetsuo Handa Cc: linux-mm@kvack.org, Johannes Weiner , David Rientjes , Andrew Morton , LKML Subject: Re: [RFC PATCH 2/2] memcg: do not report racy no-eligible OOM tasks Message-ID: <20181023114246.GR18839@dhcp22.suse.cz> References: <20181022120308.GB18839@dhcp22.suse.cz> <201810230101.w9N118i3042448@www262.sakura.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201810230101.w9N118i3042448@www262.sakura.ne.jp> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 23-10-18 10:01:08, Tetsuo Handa wrote: > Michal Hocko wrote: > > On Mon 22-10-18 20:45:17, Tetsuo Handa wrote: > > > > diff --git a/mm/memcontrol.c b/mm/memcontrol.c > > > > index e79cb59552d9..a9dfed29967b 100644 > > > > --- a/mm/memcontrol.c > > > > +++ b/mm/memcontrol.c > > > > @@ -1380,10 +1380,22 @@ static bool mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask, > > > > .gfp_mask = gfp_mask, > > > > .order = order, > > > > }; > > > > - bool ret; > > > > + bool ret = true; > > > > > > > > mutex_lock(&oom_lock); > > > > + > > > > + /* > > > > + * multi-threaded tasks might race with oom_reaper and gain > > > > + * MMF_OOM_SKIP before reaching out_of_memory which can lead > > > > + * to out_of_memory failure if the task is the last one in > > > > + * memcg which would be a false possitive failure reported > > > > + */ > > > > + if (tsk_is_oom_victim(current)) > > > > + goto unlock; > > > > + > > > > > > This is not wrong but is strange. We can use mutex_lock_killable(&oom_lock) > > > so that any killed threads no longer wait for oom_lock. > > > > tsk_is_oom_victim is stronger because it doesn't depend on > > fatal_signal_pending which might be cleared throughout the exit process. > > > > I still want to propose this. No need to be memcg OOM specific. Well, I maintain what I've said [1] about simplicity and specific fix for a specific issue. Especially in the tricky code like this where all the consequences are far more subtle than they seem to be. This is obviously a matter of taste but I don't see much point discussing this back and forth for ever. Unless there is a general agreement that the above is less appropriate then I am willing to consider a different change but I simply do not have energy to nit pick for ever. [1] http://lkml.kernel.org/r/20181022134315.GF18839@dhcp22.suse.cz -- Michal Hocko SUSE Labs