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 4F3D7C433FE for ; Fri, 4 Nov 2022 21:49:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229974AbiKDVtG (ORCPT ); Fri, 4 Nov 2022 17:49:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229609AbiKDVtF (ORCPT ); Fri, 4 Nov 2022 17:49:05 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDE864387F; Fri, 4 Nov 2022 14:49:04 -0700 (PDT) Received: from zn.tnic (p200300ea9733e7a4329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9733:e7a4: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 41B801EC02DD; Fri, 4 Nov 2022 22:49:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1667598543; 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=OY27dLdiYfuU1sMogPWR57JBMYDSBf0CGGnxQqALvZk=; b=M4reb3CZD/GqNEeUk3iLuQvcb+nXQ39mKduU8Bq+FxTd2zkulUL4kyhHVJmx0SbLd58Ba5 i7ZRHxIjFjuJLc5d6WY8hTWPaBsU3p5tHnXTGeivWTo0eXDv7i8BAChYC1aC540u0TPeNV 4udSyNebF4KtwqHHGxx6E8EWULZFNZ4= Date: Fri, 4 Nov 2022 22:48:59 +0100 From: Borislav Petkov To: Kim Phillips Cc: x86@kernel.org, Boris Ostrovsky , Dave Hansen , "H. Peter Anvin" , Ingo Molnar , Joao Martins , Jonathan Corbet , Konrad Rzeszutek Wilk , Paolo Bonzini , Sean Christopherson , Thomas Gleixner , David Woodhouse , Greg Kroah-Hartman , Juergen Gross , Peter Zijlstra , Tony Luck , Babu Moger , Tom Lendacky , kvm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] x86/cpufeatures: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax) Message-ID: References: <20221104213651.141057-1-kim.phillips@amd.com> <20221104213651.141057-2-kim.phillips@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221104213651.141057-2-kim.phillips@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Nov 04, 2022 at 04:36:49PM -0500, Kim Phillips wrote: > AMD Zen4 processors advertise features in this leaf. > Add the leaf and its Automatic IBRS feature bit. > > Note: New whole leaf (vs a bit) due to propagation via KVM > later in this series. No, not a separate leaf - use scattered.c For an example what to do for KVM, see https://lore.kernel.org/r/20221103025030.78371-1-jiaxi.chen@linux.intel.com Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette