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

Message ID Y8Pnsx1k3TN/GWlc@zn.tnic
State New
Headers
Series [GIT,PULL] x86/urgent for v6.2-rc4 |

Pull-request

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

Message

Borislav Petkov Jan. 15, 2023, 11:46 a.m. UTC
  Hi Linus,

please pull a bunch of urgent x86 fixes for 6.2.

Thx.

---

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

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_rc4

for you to fetch changes up to 26ce6ec364f18d2915923bc05784084e54a5c4cc:

  x86/mm: fix poking_init() for Xen PV guests (2023-01-12 11:22:20 +0100)

----------------------------------------------------------------
- Make sure the poking PGD is pinned for Xen PV as it requires it this way

- Fixes for two resctrl races when moving a task or creating a new monitoring
  group

- Fix SEV-SNP guests running under HyperV where MTRRs are disabled to not return
  a UC- type mapping type on memremap() and thus cause a serious slowdown

- Fix insn mnemonics in bioscall.S now that binutils is starting to fix
  confusing insn suffixes

----------------------------------------------------------------
Juergen Gross (2):
      x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case
      x86/mm: fix poking_init() for Xen PV guests

Peter Newman (2):
      x86/resctrl: Fix task CLOSID/RMID update race
      x86/resctrl: Fix event counts regression in reused RMIDs

Peter Zijlstra (1):
      x86/boot: Avoid using Intel mnemonics in AT&T syntax asm

 arch/x86/boot/bioscall.S               |  4 +--
 arch/x86/kernel/cpu/resctrl/monitor.c  | 49 +++++++++++++++++++++++-----------
 arch/x86/kernel/cpu/resctrl/rdtgroup.c | 12 ++++++++-
 arch/x86/mm/init.c                     |  4 +++
 arch/x86/mm/pat/memtype.c              |  3 ++-
 5 files changed, 52 insertions(+), 20 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 15, 2023, 1:25 p.m. UTC | #1
The pull request you sent on Sun, 15 Jan 2023 12:46:59 +0100:

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

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

Thank you!