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 3096DC38A2D for ; Wed, 26 Oct 2022 19:49:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234680AbiJZTtk (ORCPT ); Wed, 26 Oct 2022 15:49:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235302AbiJZTt3 (ORCPT ); Wed, 26 Oct 2022 15:49:29 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B3415F40; Wed, 26 Oct 2022 12:49:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=/NAaRcMUTyR+OXd33oR0OH1m3Eq7r9GRZrej4mduiik=; b=RbvJzn0nbig1HkQqxR90+2F7Pr gho373jXhNFJ8OVG5FD1dBMLniHqxDzYNWsTKkG7bXCbVG+PVp+XDbvSIxeWB5VZhq4G5aos5SqPc b5L2BwIUKaGq+NcaO9gY5+fNiA77mlO+TQgyRyptxXFwHRWcMt7N8becoVxsUNVuL0ecll89E13HT lQCWT23bVf2f0IsbEtbkhHj9fewA8KztjgAwZnJE1AjCXyOB0PJKJXjUfJqvCvzRI6L383mau4NK2 /RdxQ9LQWCJsadySDlfa1t+PJpVHLfCYbhGB/D4bM+vu64l0lIJHII19YuBCNPqFZCURAR81vHcuc ZbXHRF6g==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1onmOs-00HGKM-Ts; Wed, 26 Oct 2022 19:49:19 +0000 Date: Wed, 26 Oct 2022 20:49:18 +0100 From: Matthew Wilcox To: Zhaoyang Huang Cc: Dave Chinner , "zhaoyang.huang" , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, ke.wang@unisoc.com, steve.kang@unisoc.com, baocong.liu@unisoc.com, linux-fsdevel@vger.kernel.org Subject: Re: [RFC PATCH] mm: move xa forward when run across zombie page Message-ID: References: <1665725448-31439-1-git-send-email-zhaoyang.huang@unisoc.com> <20221018223042.GJ2703033@dread.disaster.area> <20221019011636.GM2703033@dread.disaster.area> <20221019044734.GN2703033@dread.disaster.area> 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-kernel@vger.kernel.org On Wed, Oct 19, 2022 at 01:48:37PM +0800, Zhaoyang Huang wrote: > hint from my side. The original problem I raised is under v5.15 where > there is no folio yet. I really wish you'd stop dropping hints and give all of the information you have so I can try to figure this out withouot sending individual emails for every little piece. Do you have CONFIG_READ_ONLY_THP_FOR_FS=y in your .config?