[GIT,PULL] x86/urgent for v6.2-rc7

Message ID Y9949A/s6DB4oVwF@zn.tnic
State New
Headers
Series [GIT,PULL] x86/urgent for v6.2-rc7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.2_rc7

Message

Borislav Petkov Feb. 5, 2023, 9:37 a.m. UTC
  Hi Linus,

please pull a single urgent x86 fix for 6.2.

Thx.

---

The following changes since commit 6d796c50f84ca79f1722bb131799e5a5710c4700:

  Linux 6.2-rc6 (2023-01-29 13:59:43 -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.2_rc7

for you to fetch changes up to 9d2c7203ffdb846399b82b0660563c89e918c751:

  x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses (2023-01-31 12:51:19 +0100)

----------------------------------------------------------------
- Prevent the compiler from reordering accesses to debug regs which could cause
  a #VC exception in SEV-ES guests at the wrong place in the NMI handling path

----------------------------------------------------------------
Joerg Roedel (1):
      x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses

 arch/x86/include/asm/debugreg.h | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 5, 2023, 7:48 p.m. UTC | #1
The pull request you sent on Sun, 5 Feb 2023 10:37:56 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.2_rc7

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

Thank you!