From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-43103.protonmail.ch (mail-43103.protonmail.ch [185.70.43.103]) (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 4BDAD47A0DF for ; Wed, 3 Jun 2026 12:02:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.103 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780488177; cv=none; b=dsDIR+l83hRnITSw5+cF6BlwfLSXoh4c+awio+zj3AwKrjjNMPmF75nd+rhAWBUbmGyJyke0nx2q2F/H9HBLEXwyulnK70dmLEavXphClWzcbbrQVH1F6YX/QJwMK8yZ7NM1lXN2Plp5eLDlm4xLS0YWDkaFVJ+I9VpOlVw67ag= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780488177; c=relaxed/simple; bh=hNOitZL+9vhXa7HBNCVRLC7tkiM0ZFalO98cxxkZq6Q=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=F2EbKZL/fBTwzNAcOa6bv0f2QM+u/GSoVtqhvL6Ztn4M7rG78mdm1R4Eiqa27fAOXmCPtiamukfu9LtGAch8jN4VRsrvk+1cS1pm83FWkuMLSxfs4y3Q2zIAZQkshW8d4m9YP4o2EMGbiYTSL+BCdvhNucO7ihFfQyboivNKsUw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=NtTNDR+e; arc=none smtp.client-ip=185.70.43.103 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="NtTNDR+e" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1780488167; x=1780747367; bh=1voqKK1JRsaaqWLCH2t/vKxaHlkg7FvSJplCl8m1p+E=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=NtTNDR+e+EZD5d0u4BARsoJd9ZEdwIOxmJLYUNHmoylzWLA0BujKFz1kYIE6DPQcq FOHBZvfIG2XGltxnlSkfiUDJarV8fZiEMSsuJXCD02HrGkp45d2p7WbTVmamUzKkHw 4WcDZd9UcoQY7zOK+ycbZUl98kVEY4PxCGg2W0PU4gYABCsHZsrh+Zd9nXIr6Cjum7 S4ARtiIxrTtrTld5DigSl7rpe2HMpbWfRkOWFWNxxNtYSsXq3xkTaCfUT2ER9l/QNp u+aAdgqa2z0DR0ag8r7594HKYcco3+DZQb+8vRrt6hXOTJAtN76sFH1zT486MHnfST qwkbQqrk6VWvQ== Date: Wed, 03 Jun 2026 12:02:10 +0000 To: mingo@redhat.com, dave.hansen@linux.intel.com, bp@alien8.de From: Maciej Wieczor-Retman Cc: hpa@zytor.com, darwi@linutronix.de, tglx@kernel.org, sohil.mehta@intel.com, andrew.cooper3@citrix.com, linux-kernel@vger.kernel.org, x86@kernel.org, m.wieczorretman@pm.me, john.ogness@linutronix.de, ludloff@gmail.com, maciej.wieczor-retman@intel.com, x86-cpuid@lists.linux.dev Subject: [PATCH v1 0/2] x86/cpuid: kcpuid: Update to x86-cpuid-db v3.1 with fixes Message-ID: Feedback-ID: 164464600:user:proton X-Pm-Message-ID: 991f57ea87ba56786b6067b2a6168f3858e77649 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=utf-8 Content-Transfer-Encoding: quoted-printable Update asm/include/leaf_types.h and kcpuid's CSV to the latest x86-cpuid-db release [1]. Changes consist of typo fixes and making formatting of entries consistent with each other. [1] https://gitlab.com/x86-cpuid.org/x86-cpuid-db Ahmed S. Darwish (1): x86/cpuid: Fix a few more typos Maciej Wieczor-Retman (1): x86/cpuid: Fix typos arch/x86/include/asm/cpuid/leaf_types.h | 62 ++++++++++++------------- tools/arch/x86/kcpuid/cpuid.csv | 52 ++++++++++----------- 2 files changed, 57 insertions(+), 57 deletions(-) --=20 2.54.0