public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [v2][PATCH 0/5] x86/cpu: Remove duplicate microcode version matching infrastructure
@ 2024-12-13 18:51 Dave Hansen
  2024-12-13 18:51 ` [v2][PATCH 1/5] x86/cpu: Introduce new microcode matching helper Dave Hansen
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Dave Hansen @ 2024-12-13 18:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: x86, tglx, bp, kan.liang, Dave Hansen

Changes from v1:
 * Fix missing conversion site in i10nm (Boris)
 * Shorten X86_STEPPING_MIN/MAX and helper names (Boris)
 * Fix up changelog typo/thinko reversing struct names (Tony)
 * Move skx_cpuids[] to a non-stepping helper
Changes from RFC:
 * Convert stepping match helpers to always take a range and never
   take a raw stepping bitmap. - Ingo

--

x86 has generic CPU matching infrastructure. This lets you build
tables of CPUs with some property.  It's mostly used for enumerating
model-specific features, but it is quite a bit more flexible than
that. In includes a facility to match steppings and microcode
versions. This generic infrastructure is built around 'struct
x86_cpu_id'.

There is a less generic, parallel CPU matching facility built around
'struct x86_cpu_desc'. It is used only for matching specific microcode
revisions.  All of the 'struct x86_cpu_desc' users can be converted to
'struct x86_cpu_id'.

Do that conversion then remove the 'struct x86_cpu_desc'
infrastructure.

Feedback is getting pretty cosmetic at this point so barring any big
comments on this, I'll probably apply it early next week.

--

 arch/x86/events/intel/core.c         |   62 ++++++++-----------
 arch/x86/include/asm/cpu_device_id.h |   51 ++--------------
 arch/x86/kernel/apic/apic.c          |   18 ++---
 arch/x86/kernel/cpu/amd.c            |    9 +-
 arch/x86/kernel/cpu/common.c         |   78 ++++++++++++-------------
 arch/x86/kernel/cpu/match.c          |   28 +-------
 drivers/edac/i10nm_base.c            |   21 +++---
 drivers/edac/skx_base.c              |    2 
 include/linux/mod_devicetable.h      |    2 
 9 files changed, 105 insertions(+), 166 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-04-09 15:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 18:51 [v2][PATCH 0/5] x86/cpu: Remove duplicate microcode version matching infrastructure Dave Hansen
2024-12-13 18:51 ` [v2][PATCH 1/5] x86/cpu: Introduce new microcode matching helper Dave Hansen
2024-12-13 18:51 ` [v2][PATCH 2/5] x86/cpu: Expose only stepping min/max interface Dave Hansen
2024-12-13 18:51 ` [v2][PATCH 3/5] x86/cpu: Replace PEBS use of 'x86_cpu_desc' use with 'x86_cpu_id' Dave Hansen
2024-12-13 18:51 ` [v2][PATCH 4/5] x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id' Dave Hansen
2025-04-09 11:13   ` Jiri Slaby
2025-04-09 15:18     ` Borislav Petkov
2025-04-09 15:21       ` Dave Hansen
2025-04-09 15:45         ` Jiri Slaby
2024-12-13 18:51 ` [v2][PATCH 5/5] x86/cpu: Remove 'x86_cpu_desc' infrastructure Dave Hansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox