From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 476062C0F84 for ; Tue, 24 Mar 2026 19:24:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774380284; cv=none; b=gpTuBBQj62ubDJET+PhzhzbC35UOXp+MAK/f9sARckyAfuWj7uogM6K6WsTTJ8P4+uLH+wzhYkunYtB2Ik1XuegHKtXw3Q3HDEkLuHRt+xSzMWgoJ+vHEokecmMluXCl3+Tqfmt6ekZ/HtZGNC9bYd1zCORCYoNEkM+2Nbt1Gz4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774380284; c=relaxed/simple; bh=FHtSpk8iPfRcVn8NiRGu3lj9HI/Guia9dsUmUUu5ZC8=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=BCvrzBRItCj6+CtLzppeU0D5PKOayW/TQyl25OC2W1DFTX8Bv1OaLkeCZQGXd9U3kysbbiRDiOjbHpBgovyXc1BenXAs7Itg0J8GPHVofVAdnXB9MSZjWPsQb4aFxBJDyXdxakM0UJhovLvLWFfs2EBmB9sWo7NI1FRTU57iGS0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=mdczY+V7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="mdczY+V7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98CD2C19424; Tue, 24 Mar 2026 19:24:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1774380284; bh=FHtSpk8iPfRcVn8NiRGu3lj9HI/Guia9dsUmUUu5ZC8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mdczY+V70aSjcFxGt0fznlJcbwUNvG3RxqGybsZGYcq5CcYUlFgQZTpHWyBrVCwoA l5UEiL+e5eSWzi32IyqAHgMO2W1gVshGxBjlT91w1UjAhSN/V1uULaqQuDJJPTWD/j mxKVH6xAQ8wtN4+96XRRoQsT2BFcLXLRimOP+MMI= Date: Tue, 24 Mar 2026 12:24:43 -0700 From: Andrew Morton To: Shivank Garg Cc: David Hildenbrand , , Zi Yan , Matthew Brost , Joshua Hahn , Rakie Kim , Byungchul Park , Gregory Price , Ying Huang , "Alistair Popple" , , Subject: Re: [PATCH v3] mm/migrate: rename PAGE_ migration flags to FOLIO_ Message-Id: <20260324122443.0488fecde3e3183856903afa@linux-foundation.org> In-Reply-To: <20260324190706.964555-4-shivankg@amd.com> References: <20260324190706.964555-4-shivankg@amd.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 24 Mar 2026 19:07:09 +0000 Shivank Garg wrote: > These flags only track folio-specific state during migration and are > not used for movable_ops pages. Rename the enum values and the > old_page_state variable to match. eek, sorry, I have a finger in the dike, trying to slow things right down now. I'll set this aside for consideration after 7.1-rc1.