]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'x86-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jul 2025 18:27:52 +0000 (11:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jul 2025 18:27:52 +0000 (11:27 -0700)
commit07fa9cad54609df3eea00cd5b167df6088ce01a6
tree12ef8d6cc24557342f09992acf2103db6902fd4a
parent92329d578d60fe944e30da287ee28f5c154a5802
parent6b995d01683feae619aa3263d18a6aa19bface16
Merge tag 'x86-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 bug fix from Thomas Gleixner:
 "A single fix for a GCC wreckage, which emits a KCSAN instrumentation
  call in __sev_es_nmi_complete() despite the function being annotated
  with 'noinstr'.

  As all functions in that source file are noinstr, exclude the whole
  file from KCSAN in the Makefile to cure it"

* tag 'x86-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/sev: Work around broken noinstr on GCC