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]
Date: Fri, 28 Jun 2024 16:35:38 -0700
From: Tony Luck <tony.luck@...el.com>
To: Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>,
	Borislav Petkov <bp@...en8.de>,
	Dave Hansen <dave.hansen@...ux.intel.com>,
	x86@...nel.org
Cc: "H. Peter Anvin" <hpa@...or.com>,
	"Peter Zijlstra (Intel)" <peterz@...radead.org>,
	linux-kernel@...r.kernel.org,
	patches@...ts.linux.dev,
	Tony Luck <tony.luck@...el.com>
Subject: [PATCH v7 0/2] New Intel CPUID families

Final steps in the migration to new Intel family support.

These two patches should be applied at the end of the v6.11 merge window
after all the trees listed below have been merged.

Maybe right before v6.11-rc1 is tagged, or in the rc1..rc2 week of
updates.

Posting patches now as I'll be offline for the merge window.

Base for this series in linux-next 1eb586a9782c ("Add linux-next specific
files for 20240628") which I used to test build allmodconfig.

Signed-off-by: Tony Luck <tony.luck@...el.com>

Original cover letter here:
Link: https://lore.kernel.org/all/20240416211941.9369-1-tony.luck@intel.com/

Changes since v6 https://lore.kernel.org/all/20240520224620.9480-1-tony.luck@intel.com/

All but the final two cleanup patches have been applied to various
maintainer trees and are staged in linux-next ready for the v6.11
merge window. Trees (as named in linux-next Next/SHA1s) commit-ids and
shortlog names here:

char-misc	a43b9ec091b1 peci, hwmon: Switch to new Intel CPU model defines
crypto		adc5167be555 crypto: x86/poly1305 - Switch to new Intel CPU model defines
crypto		b2d3d79780fa crypto: x86/twofish - Switch to new Intel CPU model defines
drivers-x86	0ff9c76fda20 platform/x86: intel_telemetry: Switch to new Intel CPU model defines
drivers-x86	12929ac3ef8d platform/x86: intel_ips: Switch to new Intel CPU model defines
drivers-x86	1630dc626c87 platform/x86: ISST: Add model specific loading for common module
drivers-x86	33af65ad6749 platform/x86/intel/pmc: Switch to new Intel CPU model defines
drivers-x86	490d573b5a85 platform/x86/intel/ifs: Switch to new Intel CPU model defines
drivers-x86	568e639a617f platform/x86: intel-uncore-freq: Switch to new Intel CPU model defines
drivers-x86	5b3eaf10e2e0 x86/platform/atom: Switch to new Intel CPU model defines
drivers-x86	70a4fa3f4fc1 platform/x86: intel_turbo_max_3: Switch to new Intel CPU model defines
drivers-x86	a42f41466f98 platform/x86: intel_speed_select_if: Switch to new Intel CPU model defines
drivers-x86	d30f57b7413f platform/x86: intel_scu_wdt: Switch to new Intel CPU model defines
drivers-x86	fad21268dc31 platform/x86: p2sb: Switch to new Intel CPU model defines
edac		9593189cf061 EDAC/sb_edac: Switch to new Intel CPU model defines
edac		bc39bfbaa2c8 EDAC/i10nm: Switch to new Intel CPU model defines
edac		c2c887e9f967 EDAC/skx: Switch to new Intel CPU model defines
edac		e09d576c862e EDAC, pnd2: Switch to new Intel CPU model defines
extcon		089a6e37c539 extcon: axp288: Switch to new Intel CPU model defines
jc_docs		f77afc2796d5 Documentation/x86: Switch to new Intel CPU model defines
kvm-x86		0c468a6a020c KVM: VMX: Switch to new Intel CPU model infrastructure
kvm-x86		8387435bebac KVM: x86/pmu: Switch to new Intel CPU model defines
pci		d5debddce5b6 PCI/PM: Switch to new Intel CPU model defines
pm		0f46ecc4242a thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model defines
pm		17c4fc386b0c intel_idle: Switch to new Intel CPU model defines
pm		35ba8ec0fbd0 ACPI: x86: Switch to new Intel CPU model defines
pm		4b32e5e873f7 powercap: intel_rapl_msr: Switch to new Intel CPU model defines
pm		691fef8ccbb7 cpufreq: Switch to new Intel CPU model defines
pm		a31a0a3e90b4 thermal: intel: intel_soc_dts_thermal: Switch to new Intel CPU model defines
pm		b9064fb834bf powercap: intel_rapl: Switch to new Intel CPU model defines
pm		ca8752384c6f cpufreq: intel_pstate: Switch to new Intel CPU model defines
pm		dde8ec86c3fd ACPI: LPSS: Switch to new Intel CPU model defines
sound-asoc	34864c05a54d ASoC: Intel: avs: es8336: Switch to new Intel CPU model defines
tip		189e8d4b9849 x86/virt/tdx: Switch to new Intel CPU model defines
tip		2cf615a4519b x86/platform/intel-mid: Switch to new Intel CPU model defines
tip		6568fc18c2f6 x86/cpu/intel: Switch to new Intel CPU model defines
tip		6fd5e8855e60 x86/boot: Switch to new Intel CPU model defines
tip		744866f5c0e2 x86/cpu: Switch to new Intel CPU model defines
tip		8e887536b896 perf/x86/rapl: Switch to new Intel CPU model defines
tip		ac6bee4bf73c x86/PCI: Switch to new Intel CPU model defines
tip		d142df13f357 perf/x86/intel: Switch to new Intel CPU model defines
turbostat	1b3bf0747d4f tools/power/turbostat: Switch to new Intel CPU model defines
v4l-dvb-next	156922faabce media: atomisp: Switch to new Intel CPU model defines

Tony Luck (2):
  x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macros
  x86/cpu/vfm: Delete all the *_FAM6_ CPU #defines

 arch/x86/include/asm/cpu_device_id.h | 20 -------
 arch/x86/include/asm/intel-family.h  | 85 +---------------------------
 2 files changed, 2 insertions(+), 103 deletions(-)


base-commit: 1eb586a9782cde8e5091b9de74603e0a8386b09e
-- 
2.45.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ