lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250411070401.1358760-1-darwi@linutronix.de>
Date: Fri, 11 Apr 2025 09:03:59 +0200
From: "Ahmed S. Darwish" <darwi@...utronix.de>
To: Ingo Molnar <mingo@...hat.com>,
	Borislav Petkov <bp@...en8.de>,
	Dave Hansen <dave.hansen@...ux.intel.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
	Andrew Cooper <andrew.cooper3@...rix.com>,
	"H. Peter Anvin" <hpa@...or.com>,
	John Ogness <john.ogness@...utronix.de>,
	x86@...nel.org,
	x86-cpuid@...ts.linux.dev,
	LKML <linux-kernel@...r.kernel.org>,
	"Ahmed S. Darwish" <darwi@...utronix.de>
Subject: [PATCH v1 0/2] x86: CPUID refactorings: follow-up

Hi,

These are minor post-mortem patches for the merged CPUID bugfixes and
refactorings at tip:x86/cpu.

The first removes a no-longer-used macro.

The second standardizes all instances of CPUID(N) to CPUID(0xN), as the
CPUID(0xN) style is now the standard in the upcoming cached CPUID model.
It is more concise than "CPUID leaf 0xN" as used in the previous patch
queues commit logs and aligns better with extended leaf references like
CPUID(0x80000005) and CPUID(0x8000001d).

Thanks,

8<-----

Ahmed S. Darwish (2):
  x86/cpuid: Remove obsolete CPUID(0x2) iteration macro
  x86/cacheinfo: Standardize header files and CPUID references

 arch/x86/include/asm/cpuid/leaf_0x2_api.h | 23 -----------------------
 arch/x86/kernel/cpu/cacheinfo.c           | 20 ++++++++++----------
 2 files changed, 10 insertions(+), 33 deletions(-)

base-commit: d02c83d75f9f76dda046edbd9f39b911427677c9
-- 
2.49.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ