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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5825C433EF for ; Mon, 20 Sep 2021 17:34:33 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6584463380 for ; Mon, 20 Sep 2021 17:34:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6584463380 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id BDB41900002; Mon, 20 Sep 2021 13:34:32 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id B8AAC6B0072; Mon, 20 Sep 2021 13:34:32 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id A79BE900002; Mon, 20 Sep 2021 13:34:32 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0011.hostedemail.com [216.40.44.11]) by kanga.kvack.org (Postfix) with ESMTP id 984876B0071 for ; Mon, 20 Sep 2021 13:34:32 -0400 (EDT) Received: from smtpin01.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 3FFD92C6A1 for ; Mon, 20 Sep 2021 17:34:32 +0000 (UTC) X-FDA: 78608651184.01.C84E721 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by imf18.hostedemail.com (Postfix) with ESMTP id BFEC4400209D for ; Mon, 20 Sep 2021 17:34:31 +0000 (UTC) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 7FB6D1FD59; Mon, 20 Sep 2021 17:34:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1632159270; 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=fcviXv9Vg3lihYydgrTXaFZRd5Ie7N10yUs37zQE7Eg=; b=pLlaFHHB0xQ535CYbSGyPaRvnEGObFKDhtxRtgwiUNj74sY8IG00qnyqAQs2JpWle6hytg cT+yWqJ4F1VaSel2sfWyjgJJa3B6X4Nd25ecGPly/D+YQ95m6fpJerAAfAl9xweMSNlNg6 C+EeTpOYjFSaT4sMPKvc6V68WLgvi+A= 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 4A70BA3E08; Mon, 20 Sep 2021 17:34:30 +0000 (UTC) Date: Mon, 20 Sep 2021 19:34:26 +0200 From: Michal Hocko To: Sultan Alsawaf Cc: Andrew Morton , David Rientjes , Mel Gorman , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: Mark the OOM reaper thread as freezable Message-ID: References: <20210918233920.9174-1-sultan@kerneltoast.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Stat-Signature: b4uepw54oycmwqmrht9w89igz95e18f3 Authentication-Results: imf18.hostedemail.com; dkim=pass header.d=suse.com header.s=susede1 header.b=pLlaFHHB; dmarc=pass (policy=quarantine) header.from=suse.com; spf=pass (imf18.hostedemail.com: domain of mhocko@suse.com designates 195.135.220.29 as permitted sender) smtp.mailfrom=mhocko@suse.com X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: BFEC4400209D X-HE-Tag: 1632159271-317714 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Mon 20-09-21 08:55:15, Sultan Alsawaf wrote: > On Mon, Sep 20, 2021 at 02:40:37PM +0200, Michal Hocko wrote: > > What is the actual problem you are trying to solve here. > > There isn't any specific problem I'm trying to solve here; simply that, it > appeared as though you intended for the reaper thread to be freezable when it > actually isn't. The OOM killer is disabled after processes are frozen though so > I guess it could be considered a matter of consistency to freeze the reaper > thread too. The intention and the scope of the patch should be in the changelog. Your Fixes tag suggests there is a problem to fixed. > Do you remember why you used wait_event_freezable()? My memory has faded but I suspect it was to make sure that the oom reaper is not blocking the system wide freezing. The operation mode of the thread is to wait for oom victims and then do the unmapping without any blocking. While it can be frozen during the operation I do not remember that causing any problems and the waiting is exactly the point when that is obviously safe - hence wait_event_freezable which I believe is the proper API to use. > > Freezer details are hairy and I have to re-learn them each time again and > > again but from what I remember wait_event_freezable doesn't really depend on > > tyask being freezable. It tells the freezer that the task is OK to exclude > > while it is sleeping and that should be just the case for the oom reaper. Or > > am I missing something? > > The task indeed doesn't need to be freezable, but the rest of what you remember > isn't quite true. It tells the freezer to exclude the task only because the task > will handle entering the freezer on its own. When a task sleeps on > wait_event_freezable(), it will be woken up when system-wide freezing starts, > and then it will try to freeze itself (see freezable_schedule() and > freezer_count()). Thanks for the clarification. > If the freezer bits here are undesired then I think wait_event_interruptible() > should be used instead. I am not saying it is undesired. The crux is to be clear in the reasoning. -- Michal Hocko SUSE Labs