[GIT,PULL] x86/cpu for 6.5

Message ID 20230626182434.GKZJnX4kAKZ+ea+hOE@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/cpu for 6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cpu_for_v6.5

Message

Borislav Petkov June 26, 2023, 6:24 p.m. UTC
  Hi Linus,

please pull a couple of x86/cpu fixes for 6.5.

Thx.

---

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cpu_for_v6.5

for you to fetch changes up to f220125b999b2c9694149c6bda2798d8096f47ed:

  x86/retbleed: Add __x86_return_thunk alignment checks (2023-05-17 12:14:21 +0200)

----------------------------------------------------------------
- Compute the purposeful misalignment of zen_untrain_ret automatically
  and assert __x86_return_thunk's alignment so that future changes to
  the symbol macros do not accidentally break them.

- Remove CONFIG_X86_FEATURE_NAMES Kconfig option as its existence is
  pointless

----------------------------------------------------------------
Borislav Petkov (AMD) (1):
      x86/retbleed: Add __x86_return_thunk alignment checks

Lukas Bulwahn (2):
      x86/Kconfig: Make X86_FEATURE_NAMES non-configurable in prompt
      x86/cpu: Remove X86_FEATURE_NAMES

 arch/x86/Kconfig                  | 12 ------------
 arch/x86/Kconfig.cpu              |  2 +-
 arch/x86/boot/Makefile            |  2 --
 arch/x86/boot/cpu.c               | 13 -------------
 arch/x86/include/asm/cpufeature.h |  5 -----
 arch/x86/kernel/cpu/Makefile      |  4 +---
 arch/x86/kernel/cpu/common.c      |  4 ----
 arch/x86/kernel/vmlinux.lds.S     |  4 ++++
 arch/x86/lib/retpoline.S          |  2 +-
 9 files changed, 7 insertions(+), 41 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 26, 2023, 10:54 p.m. UTC | #1
The pull request you sent on Mon, 26 Jun 2023 20:24:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cpu_for_v6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/941d77c77339d2dd1cda8911da63da3c67e90860

Thank you!