From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 23B651D5151 for ; Mon, 6 Oct 2025 19:34:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.92.199 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759779276; cv=none; b=EStwE8Y+z5u1Q4tTTfv91+MOz6G6Hai07Mk7UEkqMv88gEvug5oW39Um3R5gwvWLKqyAX5CGWFaR97Ze9shR3qnZf2x+PVaKZLsHYHv86/PBj+Z5Ir1HsxgJIEh0kuKwFDT6znOnVeK7gcr8k1GTIe4+K+vvwjrkq2BXF51bedI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759779276; c=relaxed/simple; bh=JDJm+S2bjTSWK4cQZ0ryS8ysnVXj9nnpU9GqHnB4+zU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lmjtRbLexhAz4PNdOe7nc/kv7n2uZd6azuvveTVJpaPyWKV//uPPW8IP7sYD99SzPu0OknUDRxDQRIc4rCMtxbd8PSiOJLev0iuoPPAoIF2ws5zquoREioLpG/RaZQiuysHcBthGYFMrG0HN0bzHHWoJA7VT5t8qMMiTM8+skFI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=De1mZsGx; arc=none smtp.client-ip=90.155.92.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="De1mZsGx" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=8tVVPMvuMGyIPyxoYSnAZGOks6trTfJpXRjbeOgyePk=; b=De1mZsGxipy+wMWo8qPcYohkdb lkUcX8DgLOwzbmdczKDvMFppg69OiPp1tUgX/74E5t3KaTqQGSd9wysm56+1oVUhLEFk3EHzKEwqN xJa1kKS1ZcdUYoU0da0YogvCFGMSItW3twfNjJI60DHKQx+AaVq8JadtUlCt9TChhcV8gZDqG/1GU ZT4zV2GNybfbEOuhs3TC4S11WyIQZbzcspB8OpSCQ/mz/Pida0f+vvBjT2L02SuBpq5gl1QDkb+CP NtyZrw1OpmTBtYZneLnnAk3iKaUqeNXAR69drp2xF/bFTfQj1+eU8AbzaW5dEjPdErTDCEThAG8Rt 6U1hXFtQ==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1v5qyV-0000000H8bA-3rBL; Mon, 06 Oct 2025 19:34:24 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id B8EDF300325; Mon, 06 Oct 2025 21:34:21 +0200 (CEST) Date: Mon, 6 Oct 2025 21:34:21 +0200 From: Peter Zijlstra To: Tim Chen Cc: Ingo Molnar , Juri Lelli , Dietmar Eggemann , Ben Segall , Mel Gorman , Valentin Schneider , Tim Chen , Vincent Guittot , Len Brown , linux-kernel@vger.kernel.org, Chen Yu , K Prateek Nayak , "Gautham R . Shenoy" , Zhao Liu , Vinicius Costa Gomes , Arjan Van De Ven Subject: Re: [PATCH v5 0/2] Fix NUMA sched domain build errors for GNR and CWF Message-ID: <20251006193421.GA3245006@noisy.programming.kicks-ass.net> References: 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: On Fri, Oct 03, 2025 at 12:31:26PM -0700, Tim Chen wrote: > Tim Chen (2): > sched: Create architecture specific sched domain distances > sched/topology: Fix sched domain build error for GNR, CWF in SNC-3 > mode > > arch/x86/kernel/smpboot.c | 70 +++++++++++++++++++++ > include/linux/sched/topology.h | 1 + > kernel/sched/topology.c | 108 ++++++++++++++++++++++++++------- > 3 files changed, 157 insertions(+), 22 deletions(-) Right, I suppose this'll do. I'll throw it on the pile for post -rc1 or so.