From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) (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 0FF67263F44 for ; Thu, 30 Apr 2026 09:07:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.110 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777540070; cv=none; b=I5hK/aEiPn/5Sex6CIpY3skgqpfwRX3OyOMvuFcU3Q5lyzQWf+50tWYHfPxD0lkBwSpyXpWnkCejoyzafg702IxH0DYuRDcMYtAPL5d9rDbO2t6HiKfTOxKTXtW6lyt+xAef3R8Wk2C9lNDUpe8v0JuVftrn+0si+VESrDpmzZw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777540070; c=relaxed/simple; bh=PRUUVY/ZP2dv2rMDW10pZg/ZBzoRIUlOHNmEYZIm2pg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=XWKvcsDgr0IAWrUCkd8u7bkuE1N04R/x+UaVDnv706vJxlwmlMyGf3rB/L5kYPknpIUt9BCDxkDU/sFpHzCSQmNn9VXrzcV7bL5YJg/4ERYz1gQiHNUsbTlGSfEDwdcB+VUoYizIGVEGEovBe8SddyVEyAaNldaaAv9GHbazvHk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=RCKYq/x+; arc=none smtp.client-ip=115.124.30.110 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="RCKYq/x+" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1777540059; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=6sW9yUuiuOqvKVvfAL90obEUno+eOlkGZaMX/8MItf4=; b=RCKYq/x+yrrqDRWCjy7B/kotpQUSX+/1EKVOluNva43ZvQG2ezw5oF7DiW8lrdF93ufkFBGD7M9nrC+DUQF8xbD0ev76Hi/fAalIO89hfF2nTSn9CYtj4CapZyErxIUgz96AjmxpdmqSrQWHzoO966l/LBLNtwcAEupRr/CwWuI= X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam011083073210;MF=ying.huang@linux.alibaba.com;NM=1;PH=DS;RN=46;SR=0;TI=SMTPD_---0X2-fQ.Z_1777540049; Received: from DESKTOP-5N7EMDA(mailfrom:ying.huang@linux.alibaba.com fp:SMTPD_---0X2-fQ.Z_1777540049 cluster:ay36) by smtp.aliyun-inc.com; Thu, 30 Apr 2026 17:07:36 +0800 From: "Huang, Ying" To: Shivank Garg Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Baolin Wang , Lance Yang Subject: Re: [PATCH 1/7] mm/migrate: rename PAGE_ migration flags to FOLIO_ In-Reply-To: <20260428155043.39251-4-shivankg@amd.com> (Shivank Garg's message of "Tue, 28 Apr 2026 15:50:39 +0000") References: <20260428155043.39251-2-shivankg@amd.com> <20260428155043.39251-4-shivankg@amd.com> Date: Thu, 30 Apr 2026 17:07:28 +0800 Message-ID: <87v7d8vmsv.fsf@DESKTOP-5N7EMDA> User-Agent: Gnus/5.13 (Gnus v5.13) 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=ascii Shivank Garg writes: > 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. > > No functional change. > > Suggested-by: David Hildenbrand > Acked-by: David Hildenbrand (Arm) > Reviewed-by: Zi Yan > Reviewed-by: Baolin Wang > Reviewed-by: Lance Yang > Signed-off-by: Shivank Garg LGTM, Thanks! Feel free to add my Reviewed-by: Huang Ying in the future versions. [snip] --- Best Regards, Huang, Ying