From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0794EC433EF for ; Tue, 16 Nov 2021 09:28:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD4296320D for ; Tue, 16 Nov 2021 09:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233082AbhKPJb1 (ORCPT ); Tue, 16 Nov 2021 04:31:27 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:48210 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232697AbhKPJbY (ORCPT ); Tue, 16 Nov 2021 04:31:24 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 1466E1FD33; Tue, 16 Nov 2021 09:28:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1637054905; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QLWMKRNii1e5swb22eOlAFCCSYlNtQClGujwar1Ja7I=; b=H21g286St67n9o4Ia8BOXQOk1/1SaYrM8bLxXdfxsA4wM7YfciQ3kDfswTYP6EHu3L1jmz jG81csnF738K51mFX1jWqAfhnKBVvgzFMbIfBH0Fdg2QWbsoS22f5xKpV4t4O40BnfU0+j VwzZLv1AZoyCIUc0H5n+uOlJGLSwvus= Received: from suse.cz (unknown [10.100.201.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 8692CA3B83; Tue, 16 Nov 2021 09:28:23 +0000 (UTC) Date: Tue, 16 Nov 2021 10:28:22 +0100 From: Michal Hocko To: Mina Almasry Cc: Theodore Ts'o , Greg Thelen , Shakeel Butt , Andrew Morton , Hugh Dickins , Roman Gushchin , Johannes Weiner , Tejun Heo , Vladimir Davydov , Muchun Song , riel@surriel.com, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH v3 2/4] mm/oom: handle remote ooms Message-ID: References: <20211111234203.1824138-1-almasrymina@google.com> <20211111234203.1824138-3-almasrymina@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon 15-11-21 16:58:19, Mina Almasry wrote: > On Mon, Nov 15, 2021 at 2:58 AM Michal Hocko wrote: > > > > On Fri 12-11-21 09:59:22, Mina Almasry wrote: > > > On Fri, Nov 12, 2021 at 12:36 AM Michal Hocko wrote: > > > > > > > > On Fri 12-11-21 00:12:52, Mina Almasry wrote: > > > > > On Thu, Nov 11, 2021 at 11:52 PM Michal Hocko wrote: > > > > > > > > > > > > On Thu 11-11-21 15:42:01, Mina Almasry wrote: > > > > > > > On remote ooms (OOMs due to remote charging), the oom-killer will attempt > > > > > > > to find a task to kill in the memcg under oom, if the oom-killer > > > > > > > is unable to find one, the oom-killer should simply return ENOMEM to the > > > > > > > allocating process. > > > > > > > > > > > > This really begs for some justification. > > > > > > > > > > > > > > > > I'm thinking (and I can add to the commit message in v4) that we have > > > > > 2 reasonable options when the oom-killer gets invoked and finds > > > > > nothing to kill: (1) return ENOMEM, (2) kill the allocating task. I'm > > > > > thinking returning ENOMEM allows the application to gracefully handle > > > > > the failure to remote charge and continue operation. > > > > > > > > > > For example, in the network service use case that I mentioned in the > > > > > RFC proposal, it's beneficial for the network service to get an ENOMEM > > > > > and continue to service network requests for other clients running on > > > > > the machine, rather than get oom-killed when hitting the remote memcg > > > > > limit. But, this is not a hard requirement, the network service could > > > > > fork a process that does the remote charging to guard against the > > > > > remote charge bringing down the entire process. > > > > > > > > This all belongs to the changelog so that we can discuss all potential > > > > implication and do not rely on any implicit assumptions. > > > > > > Understood. Maybe I'll wait to collect more feedback and upload v4 > > > with a thorough explanation of the thought process. > > > > > > > E.g. why does > > > > it even make sense to kill a task in the origin cgroup? > > > > > > > > > > The behavior I saw returning ENOMEM for this edge case was that the > > > code was forever looping the pagefault, and I was (seemingly > > > incorrectly) under the impression that a suggestion to forever loop > > > the pagefault would be completely fundamentally unacceptable. > > > > Well, I have to say I am not entirely sure what is the best way to > > handle this situation. Another option would be to treat this similar to > > ENOSPACE situation. This would result into SIGBUS IIRC. > > > > The main problem with OOM killer is that it will not resolve the > > underlying problem in most situations. Shmem files would likely stay > > laying around and their charge along with them. Killing the allocating > > task has problems on its own because this could be just a DoS vector by > > other unrelated tasks sharing the shmem mount point without a gracefull > > fallback. Retrying the page fault is hard to detect. SIGBUS might be > > something that helps with the latest. The question is how to communicate > > this requerement down to the memcg code to know that the memory reclaim > > should happen (Should it? How hard we should try?) but do not invoke the > > oom killer. The more I think about this the nastier this is. > > So actually I thought the ENOSPC suggestion was interesting so I took > the liberty to prototype it. The changes required: > > 1. In out_of_memory() we return false if !oc->chosen && > is_remote_oom(). This gets bubbled up to try_charge_memcg() as > mem_cgroup_oom() returning OOM_FAILED. > 2. In try_charge_memcg(), if we get an OOM_FAILED we again check > is_remote_oom(), if it is a remote oom, return ENOSPC. > 3. The calling code would return ENOSPC to the user in the no-fault > path, and SIGBUS the user in the fault path with no changes. I think this should be implemented at the caller side rather than somehow hacked into the memcg core. It is the caller to know what to do. The caller can use gfp flags to control the reclaim behavior. > To be honest I think this is very workable, as is Shakeel's suggestion > of MEMCG_OOM_NO_VICTIM. Since this is an opt-in feature, we can > document the behavior and if the userspace doesn't want to get killed > they can catch the sigbus and handle it gracefully. If not, the > userspace just gets killed if we hit this edge case. I am not sure about the MEMCG_OOM_NO_VICTIM approach. It sounds really hackish to me. I will get back to Shakeel's email as time permits. The primary problem I have with this, though, is that the kernel oom killer cannot really do anything sensible if the limit is reached and there is nothing reclaimable left in this case. The tmpfs backed memory will simply stay around and there are no means to recover without userspace intervention. -- Michal Hocko SUSE Labs