Merge tag 'x86_urgent_for_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2022 16:30:35 +0000 (09:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2022 16:30:35 +0000 (09:30 -0700)
commit534b0abc627a4034ecaf177e780b1680e61b37f4
tree8f6857319e119baf4c14404135bd13f8176ecb68
parentb357fd1c2afc1a3e1b73dc4574bb7ac0e3bd4193
parentdf5b035b5683d6a25f077af889fb88e09827f8bc
Merge tag 'x86_urgent_for_v6.0' of git://git./linux/kernel/git/tip/tip

Pull x86 fixes from Borislav Petkov:

 - Add the respective UP last level cache mask accessors in order not to
   cause segfaults when lscpu accesses their representation in sysfs

 - Fix for a race in the alternatives batch patching machinery when
   kprobes are set

* tag 'x86_urgent_for_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/cacheinfo: Add a cpu_llc_shared_mask() UP variant
  x86/alternative: Fix race in try_get_desc()