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 F272C2475E3; Mon, 19 Jan 2026 19:33:06 +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=1768851187; cv=none; b=GMGb3ic04hv9Q4xWWO1Pf6patpTKzp8K+5UH4I2PGuzbWORXpxRaXMabf+3LnGz7iABHkpN3yNQkuXrW47AZnw3M7WmUo6/lQ7wGcyhiUyVB/YgpOCq1K7Vb8GxBAqe/CZtnJ3HaJTloykzwRniIu2FKE8V79LRzYSroL2ATKrM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768851187; c=relaxed/simple; bh=PRVJ16ccr6KBA8Uf9ujjZQyURMiuVIb1RLBxOuAUaAc=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=Bg3k/HJohQU0Ui43Tui59Z3QrdFRYQpxiXO47J9y+HPZKZwxkKN6+Rol9qrbFpL3P5welYY7eKuWg6ZSFbfatLAAAhq9e0myB3Kpa+S7uz4pcEuwWw0FJ+9s7HwnupOEDQp3Z1V9YBqTZEmD0FVa9wZZQzdt7paJARsgB5y9aJA= 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=Jwiw8ZqX; 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="Jwiw8ZqX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CD0EC116C6; Mon, 19 Jan 2026 19:33:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1768851186; bh=PRVJ16ccr6KBA8Uf9ujjZQyURMiuVIb1RLBxOuAUaAc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Jwiw8ZqXymRq+wiALadlAbpDLsKCve1hI4wsWYVAZMJ9n7yGkAWX7+yzeWf1ds/2Z npx4R/EHTL5QWpEUX5ULuLD87ON54PXj60lr7sfRkY+Nea7RWwEvR00fj1d8bhjzWn nMJ+Jzcn2nBqy0YkA+hgqmk+zw4e9UPb0gVqDV24= Date: Mon, 19 Jan 2026 11:33:02 -0800 From: Andrew Morton To: Lorenzo Stoakes Cc: Jarkko Sakkinen , Dave Hansen , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H . Peter Anvin" , Arnd Bergmann , Greg Kroah-Hartman , Dan Williams , Vishal Verma , Dave Jiang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , Christian Koenig , Huang Rui , Matthew Auld , Matthew Brost , Alexander Viro , Christian Brauner , Jan Kara , Benjamin LaHaise , Gao Xiang , Chao Yu , Yue Hu , Jeffle Xu , Sandeep Dhavale , Hongbo Li , Chunhai Guo , Theodore Ts'o , Andreas Dilger , Muchun Song , Oscar Salvador , David Hildenbrand , Konstantin Komarov , Mike Marshall , Martin Brandenburg , Tony Luck , Reinette Chatre , Dave Martin , James Morse , Babu Moger , Carlos Maiolino , Damien Le Moal , Naohiro Aota , Johannes Thumshirn , Matthew Wilcox , "Liam R . Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Hugh Dickins , Baolin Wang , Zi Yan , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lance Yang , Jann Horn , Pedro Falcato , David Howells , Paul Moore , James Morris , "Serge E . Hallyn" , Yury Norov , Rasmus Villemoes , linux-sgx@vger.kernel.org, linux-kernel@vger.kernel.org, nvdimm@lists.linux.dev, linux-cxl@vger.kernel.org, dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, linux-erofs@lists.ozlabs.org, linux-ext4@vger.kernel.org, linux-mm@kvack.org, ntfs3@lists.linux.dev, devel@lists.orangefs.org, linux-xfs@vger.kernel.org, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, Jason Gunthorpe Subject: Re: [PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them Message-Id: <20260119113302.76b21eb8be2f9d0bb076446d@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-security-module@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 Mon, 19 Jan 2026 14:48:51 +0000 Lorenzo Stoakes wrote: > We introduced the bitmap VMA type vma_flags_t in the aptly named commit > 9ea35a25d51b ("mm: introduce VMA flags bitmap type") in order to permit > future growth in VMA flags and to prevent the asinine requirement that VMA > flags be available to 64-bit kernels only if they happened to use a bit > number about 32-bits. > > This is a long-term project as there are very many users of VMA flags > within the kernel that need to be updated in order to utilise this new > type. Thanks, let's give this a run in mm-new for a few days, see if that helps shake anything out. I didn't add [11/12] due to a significant merge clash, but it compiles!