[GIT,PULL] x86/urgent for v6.4-rc6

Message ID 20230611110551.GEZIWqj1EgUPmZbPne@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.4-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.4_rc6

Message

Borislav Petkov June 11, 2023, 11:05 a.m. UTC
  Hi Linus,

please pull a single urgent x86 fix for 6.4.

Thx.

---

The following changes since commit edc0a2b5957652f4685ef3516f519f84807087db:

  x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms (2023-05-25 10:48:42 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.4_rc6

for you to fetch changes up to a37f2699c36a7f6606ba3300f243227856c5ad6b:

  x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed (2023-06-02 16:59:57 -0700)

----------------------------------------------------------------
- Set up the kernel CS earlier in the boot process in case EFI boots the
  kernel after bypassing the decompressor and the CS descriptor used
  ends up being the EFI one which is not mapped in the identity page
  table, leading to early SEV/SNP guest communication exceptions
  resulting in the guest crashing

----------------------------------------------------------------
Tom Lendacky (1):
      x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed

 arch/x86/kernel/head_64.S | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 11, 2023, 5:43 p.m. UTC | #1
The pull request you sent on Sun, 11 Jun 2023 13:05:51 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.4_rc6

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

Thank you!