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 D0E08EB64DD for ; Fri, 28 Jul 2023 07:34:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234307AbjG1HeY (ORCPT ); Fri, 28 Jul 2023 03:34:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231910AbjG1HeW (ORCPT ); Fri, 28 Jul 2023 03:34:22 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1F42B6 for ; Fri, 28 Jul 2023 00:34:21 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1690529659; 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: in-reply-to:in-reply-to:references:references; bh=h0q7ZkqD976QaRX4q/NSN/jN/78AbCP8awYpnsIUk6U=; b=m7SNnHIZYKmg4VVGejNry+NxciJ/rSqsQUU7oTIs/m7D0Nbpa06X8opBmlls6hRUCnwXPJ Y3F/iV4FA47E4FGKUSTrYLZy3f4A4DoRFtXzBouOUUK8M9JHF2xSrxkLboQxXKdo5qCYEM fPO+eqTLdwX43ZobimW5++OHf21LY74ie+UIB4j3fdSfPPbUCn+qwqhDe84lrcewi30WgK 7C6lV6+DzcltdOZEO5ME2a+Cqk6MbM03/mQXAWp5MtDVOLWh43Vmg35sHDTzdittLdYTaA oQ1R9cc4EhpsB3tRb4QF/Jz9VoTbtmhW3l0UFihVoKctF/lB0WRT5qwNqE3WQg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1690529659; 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: in-reply-to:in-reply-to:references:references; bh=h0q7ZkqD976QaRX4q/NSN/jN/78AbCP8awYpnsIUk6U=; b=rLgC1AS96eINluIBgrLl0VepR791Cj5VoBDjGugoOuZP/hq8D+pjFKf3oL2mqsZ1Cl1WuH Go3QSiVN6lqo/9Ag== To: Zhang Rui , peterz@infradead.org Cc: linux-kernel@vger.kernel.org, vkuznets@redhat.com Subject: Re: [PATCH] cpu/SMT: Fix cpu_smt_possible() comment In-Reply-To: <20230710032121.8341-1-rui.zhang@intel.com> References: <20230710032121.8341-1-rui.zhang@intel.com> Date: Fri, 28 Jul 2023 09:34:18 +0200 Message-ID: <87zg3gqykl.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 10 2023 at 11:21, Zhang Rui wrote: > The comment of cpu_smt_possible() is not aligned with the changelog of > commit e1572f1d08be ("cpu/SMT: create and export cpu_smt_possible()"), > and it is wrong. Why? Do I need to go and read that commit log and figure out what's wrong? > Fix cpu_smt_possible() comment. Zero information.