Archive-only list for patches
 help / color / mirror / Atom feed
From: Tony Luck <tony.luck@intel.com>
To: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	x86@kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	"Peter Zijlstra (Intel)" <peterz@infradead.org>,
	linux-kernel@vger.kernel.org, patches@lists.linux.dev,
	Tony Luck <tony.luck@intel.com>
Subject: [PATCH v7 0/2] New Intel CPUID families
Date: Fri, 28 Jun 2024 16:35:38 -0700	[thread overview]
Message-ID: <20240628233540.77900-1-tony.luck@intel.com> (raw)

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@intel.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


             reply	other threads:[~2024-06-28 23:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28 23:35 Tony Luck [this message]
2024-06-28 23:35 ` [PATCH v7 1/2] x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macros Tony Luck
2024-06-28 23:35 ` [PATCH v7 2/2] x86/cpu/vfm: Delete all the *_FAM6_ CPU #defines Tony Luck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240628233540.77900-1-tony.luck@intel.com \
    --to=tony.luck@intel.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=patches@lists.linux.dev \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox