Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp4623234pxb; Tue, 5 Oct 2021 07:03:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz7YU8yvTJ9ceNGKU8YMwPKIVqUk4iw6YexT6bsLTJHr5OJuruhxmgyRMhMPH7SiC6qrt3K X-Received: by 2002:a63:4743:: with SMTP id w3mr9634622pgk.245.1633442629233; Tue, 05 Oct 2021 07:03:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633442629; cv=none; d=google.com; s=arc-20160816; b=TzutbtWpm9UHiJLHlD15zBVpbUeHgYGOqdOeUe7w+svVfkHUTMTZo4/xTOeqvJ1zQb Z7qlUVBLRDOrdXGyGN/c5kMI7nB7bS8oTrbfiIzF3F4LyUC/Refu+j1gnf4Y0mjArfAs qyf0J7QImHUeMga3X/IgdbiwezQul9b2e3k//c/vCvDKhrssnoxJNOygIrJ8LWrqG308 l9awlZu4KoYzxLcqLsMVTLQEMBQh9cuYr3mHtsq6kUtTlgekCf/HzXl39NrfaIcVw2ue 25PanLp0IuXzIFjVGo+mkJHUoJEPrDseic1akcch2ZkZ4CGIAvFG1AGJHT17Kxt6RTae i03A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:references:cc :to:from:subject:dkim-signature; bh=Ed1xsp8lTrCrW27f1J4vH57YUUHw0q5d5pOknhx3OhI=; b=aLLzVkQsX1jcaGgwJjGBLFq4K72lvXBJXa+3N+nLENUkfmER2Oea4Br/DOR6U9kz71 +QPV33cTwKSIdJZCzYjUcOFY98VoEZAZLkow0RKaJzogHX3fZU0lvvN40i546+Q9JTpt mKMk8b7IuCCC1roLx9pPz9V+8RYby0+pW2w3fwVpnS6CQTptrQcelfrOHAxsrTK69WO0 kyjkunPPSnirMT9RI9hLS709qBFdQmMYqE2nNLoGQ4YzmYEo4jjxYeQoBdGDriTVAABO qykX4SyRhqFyca1FFeD9/NWoKKe9qnIffVGsedj0wCeTpDTMZI4C2ow12tAXEJyDu06X 5FBg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@virtuozzo.com header.s=relay header.b=dlg9oxUU; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=virtuozzo.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x66si19766608pfx.208.2021.10.05.07.03.14; Tue, 05 Oct 2021 07:03:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@virtuozzo.com header.s=relay header.b=dlg9oxUU; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=virtuozzo.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235261AbhJEOCq (ORCPT + 99 others); Tue, 5 Oct 2021 10:02:46 -0400 Received: from relay.sw.ru ([185.231.240.75]:33224 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235734AbhJEOB6 (ORCPT ); Tue, 5 Oct 2021 10:01:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=virtuozzo.com; s=relay; h=Content-Type:MIME-Version:Date:Message-ID:From: Subject; bh=Ed1xsp8lTrCrW27f1J4vH57YUUHw0q5d5pOknhx3OhI=; b=dlg9oxUUL9ON2P7NI FPotPplwDm0pN9yRtW6uR6cImMJygenILBxuPbXKwHqwkrR4Xsm7PM70jOo1HQjb2RHaPSRAf8sNN 43yHyfSpf5DwKO2Vlo3GxDZ1spky8JiojDNWL2JimTvGua0MPzIGIEIvEsmMJTyevyQJZawJhUsLI =; Received: from [10.93.0.56] by relay.sw.ru with esmtp (Exim 4.94.2) (envelope-from ) id 1mXkzF-0054Yv-SG; Tue, 05 Oct 2021 17:00:05 +0300 Subject: Re: [PATCH mm v2] vmalloc: back off when the current task is OOM-killed From: Vasily Averin To: Michal Hocko Cc: Johannes Weiner , Vladimir Davydov , Andrew Morton , Tetsuo Handa , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel@openvz.org References: <83efc664-3a65-2adb-d7c4-2885784cf109@virtuozzo.com> Message-ID: Date: Tue, 5 Oct 2021 17:00:05 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <83efc664-3a65-2adb-d7c4-2885784cf109@virtuozzo.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/5/21 4:52 PM, Vasily Averin wrote: > Huge vmalloc allocation on heavy loaded node can lead to a global > memory shortage. Task called vmalloc can have worst badness and > be selected by OOM-killer, however taken fatal signal does not > interrupt allocation cycle. Vmalloc repeat page allocaions > again and again, exacerbating the crisis and consuming the memory > freed up by another killed tasks. > > After a successful completion of the allocation procedure, a fatal > signal will be processed and task will be destroyed finally. > However it may not release the consumed memory, since the allocated > object may have a lifetime unrelated to the completed task. > In the worst case, this can lead to the host will panic > due to "Out of memory and no killable processes..." > > This patch allows OOM-killer to break vmalloc cycle, makes OOM more > effective and avoid host panic. It does not check oom condition directly, > however, and breaks page allocation cycle when fatal signal was received. > > This may trigger some hidden problems, when caller does not handle > vmalloc failures, or when rollaback after failed vmalloc calls own > vmallocs inside. However all of these scenarios are incorrect: > vmalloc does not guarantee successful allocation, it has never been called > with __GFP_NOFAIL and threfore either should not be used for any rollbacks > or should handle such errors correctly and not lead to critical > failures. I briefly checked this patch together with v3 memcg: prohibit unconditional exceeding the limit of dying tasks over v5.15-rc4. I executed LTP on host, all oom, cgroup and memcg tests was successfully finished. and then experimented with memcg limited LXC containers. I did not noticed any troubles on my test node. Thank you, Vasily Averin