From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 8BD634746BE for ; Wed, 29 Jul 2026 11:52:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785325943; cv=none; b=Xe0qzi8L+UEtGLyTZeND+8eeN1MDhxyFO0CJD94QZbc4iD2PmYjDs6Ye2JSDkfiV1kX6cuJR0GcBdhyCxqbPuKLBoLV677+WwXjy7zJ1Jl+2ZpLA/a83dbt/oTl5FfhpnTPcfCZAmHjBW0RbTe2HXLBawF4vMJ36eaNi17TSqqk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785325943; c=relaxed/simple; bh=IgAN7UnWx3H6BkdgHgHpTJ4Fnou4I35eqyGgnu4T0as=; h=Mime-Version:Content-Type:Date:Message-Id:To:Cc:Subject:From: References:In-Reply-To; b=E7RzHFKT9EXccFHTa8SOcN2DyiFO8D9p78DWiQsuevrOsoXZxDcALsiL39sGb2luEEIDF90NtLK6WWMMMx6T6eMC+vohTN8Amv6T2uEXwh/VFrwleS2o0xWU6daphxqOqN2XHiyksyHQXEJ8CGyVwYXe6wBj3uUrrgdLt6RhJps= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=daSQqxUj; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="daSQqxUj" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785325939; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IgAN7UnWx3H6BkdgHgHpTJ4Fnou4I35eqyGgnu4T0as=; b=daSQqxUjeLR8iF7yEXiHx8SjqwVLuNWGwqCP9X3CJcXaiYnu6rWMnkSAghF/orVdbI+afa ijtbXVpWmUQLAT/u4zL4c6BKT2guXWEneGNWwEGGAbxQtDpYKcKLm365mjueRWnnrn+/LX KISZJJ+3fjZiSwzLopVzw3q1tDT+Oh4= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 29 Jul 2026 11:52:05 +0000 Message-Id: To: "Brendan Jackman" , "Borislav Petkov" , "Dave Hansen" , "Peter Zijlstra" , "Andrew Morton" , "David Hildenbrand" , "Vlastimil Babka" , "Mike Rapoport" , "Wei Xu" , "Johannes Weiner" , "Zi Yan" , "Lorenzo Stoakes" Cc: , , , "Sumit Garg" , "Will Deacon" , , "Kalyazin, Nikita" , , "Itazuri, Takahiro" , "Andy Lutomirski" , "David Kaplan" , "Thomas Gleixner" , "Yosry Ahmed" , "Patrick Bellasi" , "Reiji Watanabe" , "Sean Christopherson" , "Nikita Kalyazin" , "Ackerley Tng" Subject: Re: [PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Brendan Jackman" References: <20260726-page_alloc-unmapped-v3-0-6f5729aa9832@google.com> In-Reply-To: <20260726-page_alloc-unmapped-v3-0-6f5729aa9832@google.com> X-Migadu-Flow: FLOW_OUT On Sun Jul 26, 2026 at 10:22 PM UTC, Brendan Jackman wrote: > Based on mm-new, plus this series: > https://lore.kernel.org/all/20260716-folio-alloc-cleanups-v1-0-5363b8e92d= 33@google.com/ Sorry this is slightly inaccurate. Due to the discussion on 3/3 of that series, this is based on mm-new plus _only the first two patches_ of the above.