Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorJakub Kicinski <kuba@kernel.org>
Fri, 11 Aug 2023 01:18:24 +0000 (18:18 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Aug 2023 01:18:25 +0000 (18:18 -0700)
commit9ebbb29db9cae23e29881b9a268767d4baa53cdb
treeb3e8c443398289d9fde5370cb36f382d86c7c7f6
parent25aa0bebba72b318e71fe205bfd1236550cc9534
parenteb3515dc99c7c85f4170b50838136b2a193f8012
Merge branch 'x86/bugs' of git://git./linux/kernel/git/tip/tip

Cross merge x86 fixes to fix clang linking errors:

ld.lld: error: ./arch/x86/kernel/vmlinux.lds:221: at least one side of the expression must be absolute

These will hopefully be downstream by the time we ship
the next batch of fixes.

* 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Move gds_ucode_mitigated() declaration to header
  x86/speculation: Add cpu_show_gds() prototype
  driver core: cpu: Make cpu_show_not_affected() static
  x86/srso: Fix build breakage with the LLVM linker
  Documentation/srso: Document IBPB aspect and fix formatting
  driver core: cpu: Unify redundant silly stubs
  Documentation/hw-vuln: Unify filename specification in index

Link: https://lore.kernel.org/all/CAHk-=wj_b+FGTnevQSBAtCWuhCk=0oQ_THvthBW2hzqpOTLFmg@mail.gmail.com/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>