From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 56FD436EA8B; Mon, 22 Jun 2026 13:09:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782133748; cv=none; b=Uv4GS8x0PKdrV2WGH0D3LYsAcMDO0Aj14g5KfENRdX83BKP0fvrpjyQWxLm8RGLXePZ08FvOnKn5YWS4uE1Zp8F+dd9CA0EhuB7+7MkOm0jUh9iRaHRV5glFvrwo7ym/SW9zYrUcCcWbtN8v6k7V+N0gB5mPvtEtWxP/LenXPU0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782133748; c=relaxed/simple; bh=gZFdRQ3GzBV1ICnHazzOEay0tG4QdLrRZcdMJ9xFc38=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fEMheCqXTfhy0+Av1GtaTl7C+ZgZwrvGbw0+uN/k3aRD4u1345FSM/CDeMsnQY2s6rW+cako66k/81+v/EoRyG7h+lHYd9B5xiwUeVlJWAakF3Kj8eJjK0MJiE85HlAsKV8gyzo8QkL5hf7IMCgjZK5Row/0nhQm5uq/xtdQvaY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KUM9v+wL; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KUM9v+wL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F34141F00A3A; Mon, 22 Jun 2026 13:08:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782133747; bh=gZFdRQ3GzBV1ICnHazzOEay0tG4QdLrRZcdMJ9xFc38=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=KUM9v+wLZQO1enI+613wmnzT5egxmMhGsrEkuqN+eZP9WGyAxxpH7mgEw3iPsFslR YiaYDYjhOFRElWICPJ+JqrqiOmq4erOBWjVa5gyD4vd4lDqQ3jdB6TduZ+6VveFBWT erzp5pR4Jmekf/pM3TbZ42h/1XVll872BDQWM2+tQ7gRSDA0JUtLXYwQItTlf5JR+8 2twS2Intb0BHBaKE8gx2QRKXwOCaST7ZNwWkuDGfDQispoVoItGORL02yUVxD/lVkT TAA9GEK5WxOg7ftjS59xgVbEkvODv/RHUhPIL1ISoP1N8/IiWxqyJXsWZ2tQTHg1gK Et44PH7BYtLvA== Date: Mon, 22 Jun 2026 14:08:51 +0100 From: Lorenzo Stoakes To: Brendan Jackman Cc: Andrew Morton , Vlastimil Babka , Suren Baghdasaryan , Michal Hocko , Johannes Weiner , Zi Yan , Muchun Song , Oscar Salvador , David Hildenbrand , "Liam R. Howlett" , Mike Rapoport , Matthew Brost , Joshua Hahn , Rakie Kim , Byungchul Park , Ying Huang , Alistair Popple , Hao Li , Christoph Lameter , David Rientjes , Roman Gushchin , Sebastian Andrzej Siewior , Clark Williams , Steven Rostedt , "Harry Yoo (Oracle)" , Gregory Price , Alexei Starovoitov , Matthew Wilcox , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-rt-devel@lists.linux.dev, Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Namhyung Kim , Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , James Clark , Sean Christopherson , Paolo Bonzini , kvm@vger.kernel.org, Thomas Gleixner , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Robin Holt , Steve Wahl , Arnd Bergmann , Greg Kroah-Hartman , Dimitris Michailidis , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH v2 00/13] mm: Some cleanups for page allocator APIs Message-ID: References: <20260622-alloc-trylock-v2-0-31f31367d420@google.com> 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-Disposition: inline In-Reply-To: <20260622-alloc-trylock-v2-0-31f31367d420@google.com> Thanks for the series (cleanups are always welcome :) but just a gentle, annoying, note to say it's week 2 of the merge window soooo we're not taking anything at the moment as it's a quiet period (mm-unstable taking only fixes AFAICT). Though, it's potentially good to get stuff in front of people early, just an FYI that we're trying to move towards keeping the merge window preview/RFC-only going forwards. I'm not sure if that'll fix the impossible review load problem (TM), but it at least helps keep us sane re: what's actually landing/not. So Andrew will expect you to resend this after 7.2-rc1 appears! Thanks, Lorenzo