[GIT,PULL] x86/cpu for v6.7

Message ID 20231027170151.GOZTvs/wR/47ib4+qe@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/cpu for v6.7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cpu_for_6.7_rc1

Message

Borislav Petkov Oct. 27, 2023, 5:01 p.m. UTC
  Hi Linus,

please pull some x86/cpu updates for 6.7.

Thx.

---

The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

  Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cpu_for_6.7_rc1

for you to fetch changes up to b5034c63858d8cb44587bb1ce5a0790a1b4e4a05:

  x86/cpu/amd: Remove redundant 'break' statement (2023-09-29 11:24:09 +0200)

----------------------------------------------------------------
- Make sure the "svm" feature flag is cleared from /proc/cpuinfo when
  virtualization support is disabled in the BIOS on AMD and Hygon
  platforms

- A minor cleanup

----------------------------------------------------------------
Baolin Liu (1):
      x86/cpu/amd: Remove redundant 'break' statement

Paolo Bonzini (1):
      x86/cpu: Clear SVM feature if disabled by BIOS

 arch/x86/include/asm/msr-index.h |  6 +++++-
 arch/x86/include/asm/svm.h       |  6 ------
 arch/x86/kernel/cpu/amd.c        | 11 ++++++++++-
 arch/x86/kernel/cpu/hygon.c      | 10 ++++++++++
 arch/x86/kvm/svm/svm.c           |  8 --------
 5 files changed, 25 insertions(+), 16 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 30, 2023, 11:50 p.m. UTC | #1
The pull request you sent on Fri, 27 Oct 2023 19:01:51 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cpu_for_6.7_rc1

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

Thank you!