[GIT,PULL] x86/urgent for v6.7-rc5

Message ID 20231210105016.GAZXWX6N31tS8bu6k3@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.7-rc5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.7_rc5

Message

Borislav Petkov Dec. 10, 2023, 10:50 a.m. UTC
  Hi Linus,

please pull two x86/urgent fixes for v6.7-rc5.

Thx.

---

The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:

  Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.7_rc5

for you to fetch changes up to 9b8493dc43044376716d789d07699f17d538a7c4:

  x86/CPU/AMD: Check vendor in the AMD microcode callback (2023-12-02 11:40:24 +0100)

----------------------------------------------------------------
- Add a forgotten CPU vendor check in the AMD microcode post-loading
  callback so that the callback runs only on AMD

- Make sure SEV-ES protocol negotiation happens only once and on the BSP

----------------------------------------------------------------
Ashwin Dayanand Kamat (1):
      x86/sev: Fix kernel crash due to late update to read-only ghcb_version

Borislav Petkov (AMD) (1):
      x86/CPU/AMD: Check vendor in the AMD microcode callback

 arch/x86/kernel/cpu/amd.c |  3 +++
 arch/x86/kernel/sev.c     | 11 +++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 10, 2023, 7:12 p.m. UTC | #1
The pull request you sent on Sun, 10 Dec 2023 11:50:16 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.7_rc5

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

Thank you!