[PATCH v6 0/3] x86/bugs: BHI updates

Josh Poimboeuf posted 3 patches 1 year, 5 months ago
Documentation/admin-guide/hw-vuln/spectre.rst | 86 +++----------------
.../admin-guide/kernel-parameters.txt         | 12 ++-
arch/x86/entry/syscall_32.c                   | 10 ++-
arch/x86/entry/syscall_64.c                   |  9 +-
arch/x86/entry/syscall_x32.c                  |  7 +-
arch/x86/entry/syscalls/syscall_32.tbl        |  6 +-
arch/x86/entry/syscalls/syscall_64.tbl        |  6 +-
arch/x86/kernel/cpu/bugs.c                    | 16 ++--
arch/x86/um/sys_call_table_32.c               | 10 ++-
arch/x86/um/sys_call_table_64.c               | 11 ++-
scripts/syscalltbl.sh                         | 18 +++-
tools/objtool/noreturns.h                     |  4 +
12 files changed, 86 insertions(+), 109 deletions(-)
[PATCH v6 0/3] x86/bugs: BHI updates
Posted by Josh Poimboeuf 1 year, 5 months ago
Dear x86 maintainers, can you take these for -next?

v6:
- added Tested-bys / Reviewed-bys
- fixed documentation oops


Josh Poimboeuf (3):
  x86/syscall: Mark exit[_group] syscall handlers __noreturn
  x86/bugs: Remove duplicate Spectre cmdline option descriptions
  x86/bugs: Add 'spectre_bhi=vmexit' cmdline option

 Documentation/admin-guide/hw-vuln/spectre.rst | 86 +++----------------
 .../admin-guide/kernel-parameters.txt         | 12 ++-
 arch/x86/entry/syscall_32.c                   | 10 ++-
 arch/x86/entry/syscall_64.c                   |  9 +-
 arch/x86/entry/syscall_x32.c                  |  7 +-
 arch/x86/entry/syscalls/syscall_32.tbl        |  6 +-
 arch/x86/entry/syscalls/syscall_64.tbl        |  6 +-
 arch/x86/kernel/cpu/bugs.c                    | 16 ++--
 arch/x86/um/sys_call_table_32.c               | 10 ++-
 arch/x86/um/sys_call_table_64.c               | 11 ++-
 scripts/syscalltbl.sh                         | 18 +++-
 tools/objtool/noreturns.h                     |  4 +
 12 files changed, 86 insertions(+), 109 deletions(-)

-- 
2.45.1