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 04B0B288C08; Fri, 2 Jan 2026 18:04: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=1767377074; cv=none; b=S2xFvuh3QBo29dnRln/1irMEtuaHWuXjghfyTkCgVE+5fMny444E9SzB4FmlrOGIygy7bLBgQLFUoAFD0O2h6sP0uZZWnkBv50vKyJOVdbeZmSNpnMwHbl23S4sxhirxHHd5TxWu+h/+gnshBheK2g+Bt7nHal576dXBHbhQWGw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767377074; c=relaxed/simple; bh=9Q3BCyqOSN+oJgFNTsghHD+u6iamA25tuC/5QoeUzQI=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=duraF7lyrEPP1WZU4yIkiZPZL6RHVlZpevVMUKDvYqbJlQ4s48ngzUn4wzDJ4DuM9yu60mqdMeP0L7xXi0nIK7YMGrfdh+Td9szq6wMVfOYCHcblBdEOFjZDsTHCJf+yKj7y8zeedHfd3tAKyU5yJTZXlPscgxMub/qKCp4KwRo= 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=m4LVIjF3; 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="m4LVIjF3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDEB7C116B1; Fri, 2 Jan 2026 18:04:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1767377072; bh=9Q3BCyqOSN+oJgFNTsghHD+u6iamA25tuC/5QoeUzQI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=m4LVIjF3/x1+uJPkmzdQVneFBhdr/tNflWJvzon2aAKXFzapOWWp8T9zfIUe6d3Fu /gElMshb/CMy7xVVdFVFtfq0zPQL7Po74BU1gTpXa7kMFv+gt7F6M9I77NtH9DPO1l PeYULVm06wYXARz/UnbL6bNqJludz4ddsr/It9s4= Date: Fri, 2 Jan 2026 10:04:30 -0800 From: Andrew Morton To: Mike Rapoport Cc: Alex Shi , Alexander Gordeev , Andreas Larsson , Borislav Petkov , Brian Cain , "Christophe Leroy (CS GROUP)" , Catalin Marinas , "David S. Miller" , Dave Hansen , David Hildenbrand , Dinh Nguyen , Geert Uytterhoeven , Guo Ren , Heiko Carstens , Helge Deller , Huacai Chen , Ingo Molnar , Johannes Berg , John Paul Adrian Glaubitz , Jonathan Corbet , "Liam R. Howlett" , Lorenzo Stoakes , Magnus Lindholm , Matt Turner , Max Filippov , Michael Ellerman , Michal Hocko , Michal Simek , Muchun Song , Oscar Salvador , Palmer Dabbelt , Pratyush Yadav , Richard Weinberger , Russell King , Stafford Horne , Suren Baghdasaryan , Thomas Bogendoerfer , Thomas Gleixner , Vasily Gorbik , Vineet Gupta , Vlastimil Babka , Will Deacon , x86@kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-cxl@vger.kernel.org, linux-doc@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-mm@kvack.org, linux-openrisc@vger.kernel.org, linux-parisc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-um@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, loongarch@lists.linux.dev, sparclinux@vger.kernel.org Subject: Re: [PATCH 00/28] arch, mm: consolidate hugetlb early reservation Message-Id: <20260102100430.623bc1d19b867588bc64f890@linux-foundation.org> In-Reply-To: References: <20251228124001.3624742-1-rppt@kernel.org> <20251231172714.a7fe44e856c14fdc8fe1cb43@linux-foundation.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-s390@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, 2 Jan 2026 08:59:12 +0200 Mike Rapoport wrote: > > > I tried to trim the distribution list and although it's still quite long > > > if you feel that someone was wrongly excluded please add them back. > > > > I'll add these to mm.git's mm-new branch for some testing. I'll > > suppress the usual email storm because 41 * 28 is a lot of emails ;) > > kbuild reported failures on some configurations so I'm anyway going to send > a lot of emails for v2 :) Cool, I grabbed v2.