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

Message ID 20230730093049.GBZMYtycNKuAuP1+wB@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.5-rc4 |

Pull-request

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

Message

Borislav Petkov July 30, 2023, 9:30 a.m. UTC
  Hi Linus,

please pull a couple of urgent x86 fixes for 6.5.

Thx.

---

The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -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.5_rc4

for you to fetch changes up to fd470a8beed88440b160d690344fbae05a0b9b1b:

  x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (2023-07-22 18:04:22 +0200)

----------------------------------------------------------------
- AMD's automatic IBRS doesn't enable cross-thread branch target
  injection protection (STIBP) for user processes. Enable STIBP on such
  systems.

- Do not delete (but put the ref instead) of AMD MCE error thresholding
  sysfs kobjects when destroying them in order not to delete the kernfs
  pointer prematurely

- Restore annotation in ret_from_fork_asm() in order to fix kthread
  stack unwinding from being marked as unreliable and thus breaking
  livepatching

----------------------------------------------------------------
Kim Phillips (1):
      x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled

Peter Zijlstra (1):
      x86: Fix kthread unwind

Yazen Ghannam (1):
      x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocks

 Documentation/admin-guide/hw-vuln/spectre.rst | 11 +++++++----
 arch/x86/entry/entry_64.S                     | 16 +++++++++++++++-
 arch/x86/kernel/cpu/bugs.c                    | 15 +++++++++------
 arch/x86/kernel/cpu/mce/amd.c                 |  4 ++--
 4 files changed, 33 insertions(+), 13 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 30, 2023, 7:43 p.m. UTC | #1
The pull request you sent on Sun, 30 Jul 2023 11:30:49 +0200:

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

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

Thank you!