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 CEF3D1C3BF7 for ; Fri, 5 Dec 2025 20:15:02 +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=1764965703; cv=none; b=YYBlUjNV1pV/Ujf7r3ncqomBwM9mEWjKLuch31k3YAyuZCZjd2Onn2jOD/7O+LdYW5gkEBwsVYzLNMoxLccXjQ9DNA9GUrUtQWdeYSG0NY9OXKNJO766jgtI8oNKg9cXXw71xcZC+66/bcsQhQZSBPb8uClTgCT9wkUu7Sa47hk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764965703; c=relaxed/simple; bh=0fn1UiNC0mRB7naHeKuxyLyOMhIzaZBgB+o4/upettI=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=bJtr3uZjc5ZMyMwlkR5RUF0I+xLKZZUfouyi6nNEHzrmnViZzLUHEt5w+cmJOnDkJ7BWLvOi3bf+yx20WVuGLoX+A8bhk+83U5i0Z1ckBZNPf8C9M+0uiGOw36uUk8ZBRTGdivccF+uHvgBNAvF/Q6Gq7tzAY74byOZhlPFr6uE= 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=gm5rzkSR; 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="gm5rzkSR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 140B2C4CEF1; Fri, 5 Dec 2025 20:15:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1764965702; bh=0fn1UiNC0mRB7naHeKuxyLyOMhIzaZBgB+o4/upettI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=gm5rzkSRN986kBI2Nq2Pv98/LC63FI4qpEG3Y8VKWsDhuQP0Dy0m+YrTZ60ugsPOw KQ34xJsPPG20q/AW/aV/nbhWcCatbOrRs9Qnezd350+uXNu8O8ZNeuWqVhUC9aFvl1 JvFOKL+aeMBbm+KZx1fIegQ7BylZJM7Z45C9/A+Q= Date: Fri, 5 Dec 2025 12:15:01 -0800 From: Andrew Morton To: Lorenzo Stoakes Cc: David Hildenbrand , "Liam R . Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , oliver.sang@intel.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: avoid use of BIT() macro for initialising VMA flags Message-Id: <20251205121501.bf47efd78d0a1a8f0370645c@linux-foundation.org> In-Reply-To: <20251205175037.1287366-1-lorenzo.stoakes@oracle.com> References: <20251205175037.1287366-1-lorenzo.stoakes@oracle.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 Fri, 5 Dec 2025 17:50:37 +0000 Lorenzo Stoakes wrote: > Commit 2b6a3f061f11 ("mm: declare VMA flags by bit") significantly changed > > ... > > Andrew - note I've referenced the linux-next commit number above, could you > replace with the upstream commit hash once your PR is taken? Thanks! That's in mm-stable so the hash shouldn't be changing. I'm not really sure what's the best way to determine this. I use hp2:/usr/src/mm> git tag --contains 2b6a3f061f11 mm-everything-2025-11-29-19-43 mm-everything-2025-12-01-19-02 mm-everything-2025-12-03-23-49 mm-everything-2025-12-05-00-55 mm-stable-2025-12-03-21-26