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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00D9CC4332F for ; Wed, 13 Dec 2023 23:13:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234015AbjLMXNh (ORCPT ); Wed, 13 Dec 2023 18:13:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229698AbjLMXNg (ORCPT ); Wed, 13 Dec 2023 18:13:36 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDC59DC for ; Wed, 13 Dec 2023 15:13:42 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14A87C433C8; Wed, 13 Dec 2023 23:13:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1702509222; bh=Md24tJ3+Wb3bNcBuVcozhmG9U30jugNyNDfv6aSjv34=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rhPMeHMMQOTm7QU7wJbze11+WOwek1FnlonvO6rQJqj8BuLk7e4EKqa/aOnd5YUjo J5BkV31id4OdPXqZcUxrGhqCcKrGdnAns7/so+JSp+61Ylc1YCX667pAyvnr5eKVsT TiF0xFpVFUGjQMAn+RuF4joWh1UgsMEoBbvr4shc= Date: Wed, 13 Dec 2023 15:13:41 -0800 From: Andrew Morton To: Michal Hocko Cc: Minchan Kim , Yosry Ahmed , "Huang, Ying" , Liu Shixin , Yu Zhao , Sachin Sant , Johannes Weiner , Kefeng Wang , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Mel Gorman Subject: Re: [PATCH v10] mm: vmscan: try to reclaim swapcache pages if no swap space Message-Id: <20231213151341.9ae5fa2bdc266d794a7eed39@linux-foundation.org> In-Reply-To: References: <87msv58068.fsf@yhuang6-desk2.ccr.corp.intel.com> <87h6l77wl5.fsf@yhuang6-desk2.ccr.corp.intel.com> <87r0ka64v9.fsf@yhuang6-desk2.ccr.corp.intel.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tl;dr, what's the viewpoint on this patch now? I have a note here that we're hoping input from Johannes, Vlastimil and Mel (please).