Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3770241imu; Mon, 28 Jan 2019 10:27:58 -0800 (PST) X-Google-Smtp-Source: ALg8bN4E36cg+nDQnYs3Dzz2s1N8tGv1AbZp2DYqWAkMdS0dHYEuIDA8U5Ax5Bg6OHBXebcDZDM2 X-Received: by 2002:a63:bf0b:: with SMTP id v11mr21212928pgf.302.1548700078465; Mon, 28 Jan 2019 10:27:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548700078; cv=none; d=google.com; s=arc-20160816; b=GSak60LECu8wFrXNJuEva9dm9ztgS8eYcXOdAwG6jHe9Q1yeJIfnmHoSpA9nu3aCmo 23qM3TxF96YIpyATreFiMCIliRtWE+SDPuisWKCk4t97PZMY6PomAnXregCGM3wAAVAe bHA9CVwBff9V+WpdUI38Q+r9aXyK/Ygx7ABcZe7X44jygZ9CccVlZuU2rRnayMyb/e8i BvvgtRgea4zxY8o0tFsxszKjJO7n8Bj1+O/mU+w2iabB1nTKaTg4z8VaW4FRzR8p0dE7 SWZtqmRjBcUHp9dwxQ3PFrRCdCnogIJN5ngCGt3q1HTXBj9loFg9wv0RzQqVpI6DeN4p Bjqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=2SwcxLvTj2XjgGRHJsDSZKkK0f/9HJEExqbOcln5oV4=; b=bQ7NdSbZo/Kgr1dI4eKQ0zcsUdKqRJCvhgXDklE2HssX2XsUw6YSa8tvskNi8Dr7X1 /HjPeHjtILyHDrAJ706rDGlMhvHrXFq/vH4d6/qmp1i7FtrqEoGMPqzJBJ/IIcKTwHTa buywWlckc3m96SHCzTQVHmTHj/2YJPaScDP5e15g1HoyuxKdVMmNUHccEUjLeY+0ud11 TDMM7qj/OST+msDenmxR5XFJrrY1a9Bb6Kh02ecEVMT4yDIdQvpykhM85uJNUOaUmKnP lTE1hA9ocaaNrXMUGqgMBslZJrB9F3HEdlInJd/SaWcUC3RMvcbVO0OEepMigI3nJkYN rcIg== 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 d82si9393804pfj.124.2019.01.28.10.27.43; Mon, 28 Jan 2019 10:27:58 -0800 (PST) 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 S1727761AbfA1S0T (ORCPT + 99 others); Mon, 28 Jan 2019 13:26:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58934 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727227AbfA1S0T (ORCPT ); Mon, 28 Jan 2019 13:26:19 -0500 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D854120E9; Mon, 28 Jan 2019 18:26:17 +0000 (UTC) Date: Mon, 28 Jan 2019 10:26:16 -0800 From: Andrew Morton To: Michal Hocko Cc: Johannes Weiner , mm-commits@vger.kernel.org, penguin-kernel@i-love.sakura.ne.jp, cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: + memcg-do-not-report-racy-no-eligible-oom-tasks.patch added to -mm tree Message-Id: <20190128102616.d7d63f8e1ecdf176bc313f8a@linux-foundation.org> In-Reply-To: <20190125172416.GB20411@dhcp22.suse.cz> References: <20190109190306.rATpT%akpm@linux-foundation.org> <20190125165624.GA17719@cmpxchg.org> <20190125172416.GB20411@dhcp22.suse.cz> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 25 Jan 2019 18:24:16 +0100 Michal Hocko wrote: > > > out_of_memory > > > select_bad_process # no task > > > > > > If Thread1 didn't race it would bail out from try_charge and force the > > > charge. We can achieve the same by checking tsk_is_oom_victim inside the > > > oom_lock and therefore close the race. > > > > > > [1] http://lkml.kernel.org/r/bb2074c0-34fe-8c2c-1c7d-db71338f1e7f@i-love.sakura.ne.jp > > > Link: http://lkml.kernel.org/r/20190107143802.16847-3-mhocko@kernel.org > > > Signed-off-by: Michal Hocko > > > Cc: Tetsuo Handa > > > Cc: Johannes Weiner > > > Signed-off-by: Andrew Morton > > > > It looks like this problem is happening in production systems: > > > > https://www.spinics.net/lists/cgroups/msg21268.html > > > > where the threads don't exit because they are trapped writing out the > > oom messages to a slow console (running the reproducer from this email > > thread triggers the oom flooding). > > > > So IMO we should put this into 5.0 and add: > > Please note that Tetsuo has found out that this will not work with the > CLONE_VM without CLONE_SIGHAND cases and his http://lkml.kernel.org/r/01370f70-e1f6-ebe4-b95e-0df21a0bc15e@i-love.sakura.ne.jp > should handle this case as well. I've only had objections to the > changelog but other than that the patch looked sensible to me. So I think you're saying that mm-oom-marks-all-killed-tasks-as-oom-victims.patch and memcg-do-not-report-racy-no-eligible-oom-tasks.patch should be dropped and that "[PATCH v2] memcg: killed threads should not invoke memcg OOM killer" should be redone with some changelog alterations and should be merged instead?