From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) (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 3B0DE41C2FB for ; Fri, 10 Jul 2026 11:40:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783683640; cv=none; b=Zaxqvn4BdWzf2UaVw7Cf+DDBxRRBuuU33Pu08CvgQwdwkgMjxBcZzuhlIFxr8M1//nxWDwH8WjiX1sdmTNbum2Zf1XFGhMEzb24kQ8pKZKat7wj0dT6TO6qNpnSVqqT+OHuwlfnvqK+5NYvmHhZIUi5O5p2EqYdUK5xYGag0Uok= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783683640; c=relaxed/simple; bh=OrPYZd5NDMfv8pRlPhyT70fwsoMSnnbfM7sl6T7UIjM=; h=Mime-Version:Content-Type:Date:Message-Id:To:Cc:Subject:From: References:In-Reply-To; b=N4SD77tjWoCMKMCPjjm+30mqYJvMRQko6lACQoWDSjlRN+4RYDXru0uX0z+BZkLxSBHnABPPWleHFoXHqkVm/HwtzyucgopzKCivuyWbIX0S0s63RXcU5Gr8+RxqmI2EjoFaaJj3ZMrtjkUgyyIiPELnXjWgUY995daV5Z+GH28= 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=IsGHalYU; arc=none smtp.client-ip=95.215.58.189 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="IsGHalYU" 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=1783683617; 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=OrPYZd5NDMfv8pRlPhyT70fwsoMSnnbfM7sl6T7UIjM=; b=IsGHalYUxEyirjigcXG/tg9xmbrg451VBb/1DNShyxFtvIU666hm+4+rwgMtjotisLcmKt MxjBakWlQsu1UOiCtzosoiMvC5aU5/U6w6ZonwRYjZYVwTIg8wa2WqtGVMHohiswdBfrd/ TucWv+v9wEDoTzJviRQGlpqJYuR95/M= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 10 Jul 2026 11:40:09 +0000 Message-Id: To: "Brendan Jackman" , "Ingo Molnar" , "Borislav Petkov" , "Dave Hansen" , , "H. Peter Anvin" , "Andy Lutomirski" , "Peter Zijlstra" , "Thomas Gleixner" , "Marcel Busch" , Cc: Subject: Re: [PATCH v3 0/4] x86/mm: some cleanups for pagetable setup code X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Brendan Jackman" References: <20260624-x86-init-cleanup-v3-0-b13de1f82366@google.com> In-Reply-To: <20260624-x86-init-cleanup-v3-0-b13de1f82366@google.com> X-Migadu-Flow: FLOW_OUT Hi Dave, others, I think these are probably ready to go now? Just a minor tweak applied to the 2nd patch. Cheers, Brendan