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 51F9C33A9D3 for ; Mon, 16 Mar 2026 18:32:55 +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=1773685975; cv=none; b=NlsSMrg5oVjbmwG4nEmB51u1uSDSMWIz559FKtMVo9Pt5mEQV3Q1YkxQYW2i1pEKryL9dencZpFjubRphNK9a4VXOE6KOSFQLIoA7Ri+3jALocf7UU/8hT1DUIh3Ze2eCT4IpwQjtotmnPJpfkoes/vHVnk9dbVC5E3BGtGGMtg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773685975; c=relaxed/simple; bh=MK/sWLShD/q5Y5tIlOlIakl0XycOHWa6fuIyYd25R90=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=Z2O4+Z0HbT+zjwBL0gJJ0P6KgwfQ9ds4ZTGLjNjZtajQa9KFuVtsg0l7VHqyVlDmpfGC1xHhvgoDJoXOTgsyC24OSQbrHk25JeoGJZvEdVz+MmCOitcK6PTsDGyfsZAvekju/0FLkqRlrZfEdMV+I/o7kOVzxIGVPyM88i5Sx7A= 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=UQfzlHP5; 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="UQfzlHP5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB00EC19421; Mon, 16 Mar 2026 18:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1773685975; bh=MK/sWLShD/q5Y5tIlOlIakl0XycOHWa6fuIyYd25R90=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UQfzlHP5Yjxp1sr72ViHEiNMwu7vNxWeOLkjycua4jkqjg43cXkmp4ompwMtp2Buz dkeeth/vN+vzuyju4OHSpwoE0ThtLn9hsTXyNbfg5vPZrBfvZPpiFNfP7NUrxCQa11 FJuLK2PUJmV6b7BzpYOqixAJyxgo54eC5NSW+pCM= Date: Mon, 16 Mar 2026 11:32:54 -0700 From: Andrew Morton To: "Lorenzo Stoakes (Oracle)" Cc: David Hildenbrand , "Liam R . Howlett" , Vlastimil Babka , Jann Horn , Pedro Falcato , Mike Rapoport , Suren Baghdasaryan , Kees Cook , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code Message-Id: <20260316113254.ec5402eac815c824894086d4@linux-foundation.org> In-Reply-To: References: <20260316091704.24d7f8230ad57e8b7d18e9f8@linux-foundation.org> 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 Mon, 16 Mar 2026 17:41:10 +0000 "Lorenzo Stoakes (Oracle)" wrote: > (trimmed mail list for sanity) > > On Mon, Mar 16, 2026 at 09:17:04AM -0700, Andrew Morton wrote: > > On Mon, 16 Mar 2026 13:07:49 +0000 "Lorenzo Stoakes (Oracle)" wrote: > > > > > This series converts a lot of the existing use of the legacy vm_flags_t > > > data type to the new vma_flags_t type which replaces it. > > > > This series assumes the non-presence of your series "mm: expand > > mmap_prepare functionality and usage". Seems that series is due for a > > respin so I'll drop v1. > > Are there really that many clashes between the two? I didn't look very closely - hit one reject and gave up. Plus I'm not sure that I kept up with all the -fixlets. > I am working on a respin now, I can rebase that on this series if it helps. Yes please. I just pushed.