From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92978C0015E for ; Mon, 24 Jul 2023 21:06:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230355AbjGXVGS (ORCPT ); Mon, 24 Jul 2023 17:06:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbjGXVGQ (ORCPT ); Mon, 24 Jul 2023 17:06:16 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51B35187; Mon, 24 Jul 2023 14:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=qzkou1/9hiJPDpVgyviv6ijmBviqc87pbvQJ/Vzf/cc=; b=mOW7hNdLXkMOx5Dj0+PgUUHZK1 x9PeL3yRHU9TntDw9PyODfjbiUMbl6KqK+MwqoFfbbuZ/b1nOsN/Kqwf6aGxyCJk0qojjNEAlSGVa yfEix2d9Zy0DVaHKsjYqtNrTsVNkGXPlbEO+k2ToNo2H57Tisz9q60FinuecjSMoZRNVPbN+hyBt0 txkqyw8+6cz8rO80RskBPY/tqjNoESfTQN9kZAdpbt1U0T2NLHYUWuFmehvwy3lV983iaHJUibVUD yTTQsPXfPU2lGk+yNwizVvcvzOGQF6mewRFhubVNHR5XTu+cJObAHZPvZdmxcx/0aeOlXpsSVYgWk zCiqPeGw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1qO2kN-004oEw-34; Mon, 24 Jul 2023 21:05:39 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id DB1D5300155; Mon, 24 Jul 2023 23:05:38 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id C2FAB26688798; Mon, 24 Jul 2023 23:05:38 +0200 (CEST) Date: Mon, 24 Jul 2023 23:05:38 +0200 From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , x86@kernel.org, Tom Lendacky , Andrew Cooper , Arjan van de Ven , "James E.J. Bottomley" , Dick Kennedy , James Smart , "Martin K. Petersen" , linux-scsi@vger.kernel.org, linux-hwmon@vger.kernel.org, Jean Delvare , Huang Rui , Guenter Roeck , Steve Wahl , Mike Travis , Dimitri Sivanich , Russ Anderson Subject: Re: [patch 00/29] x86/cpu: Rework the topology evaluation Message-ID: <20230724210538.GE3745454@hirez.programming.kicks-ass.net> References: <20230724155329.474037902@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230724155329.474037902@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 24, 2023 at 07:43:50PM +0200, Thomas Gleixner wrote: +- a few small nits Acked-by: Peter Zijlstra (Intel)