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 E2AF326FA6C; Fri, 21 Nov 2025 18:51:33 +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=1763751094; cv=none; b=IRcwrFA9G9cBZ+yxpI22yoiB+nymHeWOl7pKIw0Bi49k/Ij+6RqR5d7In9eokqTBVpY03nyeh7EtOc/kR2ILbuAmbWdxrb/iq59tRhDeLexQ88Cxmlj1Z98gzZ/B8hDEpKX/kyjygKP779Z2sVm6Gr6NPDgXSI10ovSJCU7USy4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763751094; c=relaxed/simple; bh=d2GokLH9Jn7Ay35MXv4HSVUXdJS/fnCjmcIwOcL9BgA=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=aNvZVVJlOdRugTsNA/dWBjKY5hQTfzSmP1zDv6cOJapaaEa6ZT5XfkEBrGjtkc31IkKMUGJ7xzGt2NBHRIFEmaTBR3klR5Q+2n7Ta0mkltmzDOJnqEgIbjBzNYkcSZQhsUZxuGuUD+RVsrPzpOd//SyqrbU8i1hIbNrlcbsMcgU= 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=Mqq83c+A; 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="Mqq83c+A" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8378DC4CEF1; Fri, 21 Nov 2025 18:51:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1763751093; bh=d2GokLH9Jn7Ay35MXv4HSVUXdJS/fnCjmcIwOcL9BgA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Mqq83c+AcV3bkcoekyHmiQP/DqqYSLvxbz5l/EP7TMtFKSF7Y1Dfuq6nLL5ZCwD7I Z4Y7RhDpT3IL2ZJF3wsSy+RVz56gobTC3n8MTAfklAdDkzaGyJupYGWQUMDvbJM1Wr m3urCQ1obcfSRU4B9FjtR5fbCIr1Z4wBKfqeREiQ= Date: Fri, 21 Nov 2025 10:51:31 -0800 From: Andrew Morton To: Lorenzo Stoakes Cc: Muchun Song , Oscar Salvador , David Hildenbrand , "Liam R . Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Axel Rasmussen , Yuanchu Xie , Wei Xu , Peter Xu , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , Kees Cook , Matthew Wilcox , Jason Gunthorpe , John Hubbard , Leon Romanovsky , Zi Yan , Baolin Wang , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lance Yang , Xu Xin , Chengming Zhou , Jann Horn , Matthew Brost , Joshua Hahn , Rakie Kim , Byungchul Park , Gregory Price , Ying Huang , Alistair Popple , Pedro Falcato , Shakeel Butt , David Rientjes , Rik van Riel , Harry Yoo , Kemeng Shi , Kairui Song , Nhat Pham , Baoquan He , Chris Li , Johannes Weiner , Qi Zheng , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , Bjorn Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , rust-for-linux@vger.kernel.org Subject: Re: [PATCH v2 4/4] mm: introduce VMA flags bitmap type Message-Id: <20251121105131.1dea1fbd744587b433390116@linux-foundation.org> In-Reply-To: References: <195625e7d1a8ff9156cb9bb294eb128b6a4e9294.1763126447.git.lorenzo.stoakes@oracle.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: rust-for-linux@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, 21 Nov 2025 17:44:43 +0000 Lorenzo Stoakes wrote: > As Vlastimil noticed, something has gone fairly horribly wrong here in the > actual commit [0] vs. the patch here for tools/testing/vma/vma_internal.h. > > We should only have the delta shown here, let me know if I need to help with a > conflict resolution! :) OK, thanks, easy fix.