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 030D5C32774 for ; Tue, 23 Aug 2022 07:58:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241439AbiHWH6A (ORCPT ); Tue, 23 Aug 2022 03:58:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240214AbiHWH56 (ORCPT ); Tue, 23 Aug 2022 03:57:58 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CB3D65810; Tue, 23 Aug 2022 00:57:56 -0700 (PDT) Received: from zn.tnic (p200300ea971b98b2329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:971b:98b2:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 8A4D41EC04D3; Tue, 23 Aug 2022 09:57:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1661241470; 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:in-reply-to:in-reply-to: references:references; bh=3mE3nTXApLjUmImCPqQybp4IqzCsnzvDjXelGFAt42I=; b=qU+vii90OWFoZpTwbju3J8CZSUsW/vqp/l9uVNhhSinPQ7im2bebvXu9D3g8Ffl/iutupq hfKsC+qpwB/66HuUD423Oei5Glh/ibJ4eUlQIHOMZwU8745hAa24swrDXcKnA6QZoT/ARN c19n4ti0xnp8FsNpin+C75FyzggXwhQ= Date: Tue, 23 Aug 2022 09:57:46 +0200 From: Borislav Petkov To: linux-kernel@vger.kernel.org Cc: linux-tip-commits@vger.kernel.org, Tony Luck , Dave Hansen , x86@kernel.org Subject: Re: [tip: x86/cpu] x86/cpu: Add new Raptor Lake CPU model number Message-ID: References: <166121188787.401.17379235294060223774.tip-bot2@tip-bot2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <166121188787.401.17379235294060223774.tip-bot2@tip-bot2> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 22, 2022 at 11:44:47PM -0000, tip-bot2 for Tony Luck wrote: > The following commit has been merged into the x86/cpu branch of tip: > > Commit-ID: 81779270304dd556e1bb9e62561115714c15fa6a > Gitweb: https://git.kernel.org/tip/81779270304dd556e1bb9e62561115714c15fa6a > Author: Tony Luck > AuthorDate: Mon, 22 Aug 2022 10:12:21 -07:00 > Committer: Dave Hansen > CommitterDate: Mon, 22 Aug 2022 16:35:53 -07:00 > > x86/cpu: Add new Raptor Lake CPU model number > > Note1: Model 0xB7 already claimed the "no suffix" #define for a regular > client part, so add (yet another) suffix "S" to distinguish this new > part from the earlier one. > > Note2: the RAPTORLAKE* and ALDERLAKE* processors are very similar from a > software enabling point of view. There are no known features that have > model-specific enabling and also differ between the two. In other words, > every single place that list *one* or more RAPTORLAKE* or ALDERLAKE* > processors should eventually list all of them. > > Note3: This is being merged before there is an in-tree user. Merging > this provides an "anchor" so that the different folks can update their > subsystems (like perf) in parallel to use this define and test it. Yeah, then you should probably stick it in x86/urgent so that it goes to Linus now. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette