All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] x86/cpu: Do some janitorial work
@ 2021-11-12 10:32 Borislav Petkov
  2021-11-12 10:32 ` [PATCH 1/6] x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid= Borislav Petkov
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Borislav Petkov @ 2021-11-12 10:32 UTC (permalink / raw)
  To: X86 ML; +Cc: LKML

From: Borislav Petkov <bp@suse.de>

Beef up clearcpuid= so that it supports the strings from /proc/cpuinfo
too and remove a bunch of useless, and, in some cases even downright
dangerous, chicken bits we have added over the years.

Thx.

Borislav Petkov (6):
  x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=
  x86/cpu: Remove "nosep"
  x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"
  x86/cpu: Remove "nosmep"
  x86/cpu: Remove "noexec"
  x86/cpu: Remove "noclflush"

 .../admin-guide/kernel-parameters.txt         | 28 ++----
 Documentation/x86/cpuinfo.rst                 |  5 +-
 Documentation/x86/x86_64/boot-options.rst     |  9 --
 arch/x86/Kconfig                              | 11 ---
 arch/x86/include/asm/disabled-features.h      |  8 +-
 arch/x86/include/asm/proto.h                  |  1 -
 arch/x86/include/asm/smap.h                   | 24 -----
 arch/x86/kernel/cpu/common.c                  | 88 +++++++++----------
 arch/x86/kernel/setup.c                       | 28 +++++-
 arch/x86/mm/Makefile                          |  3 +-
 arch/x86/mm/init_64.c                         |  1 -
 arch/x86/mm/setup_nx.c                        | 62 -------------
 scripts/Makefile.lib                          |  4 +-
 scripts/link-vmlinux.sh                       |  6 +-
 .../arch/x86/include/asm/disabled-features.h  |  8 +-
 15 files changed, 83 insertions(+), 203 deletions(-)
 delete mode 100644 arch/x86/mm/setup_nx.c

-- 
2.29.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-01-25 11:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 10:32 [PATCH 0/6] x86/cpu: Do some janitorial work Borislav Petkov
2021-11-12 10:32 ` [PATCH 1/6] x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid= Borislav Petkov
2022-01-25 11:45   ` [PATCH v1.1] " Borislav Petkov
2021-11-12 10:32 ` [PATCH 2/6] x86/cpu: Remove "nosep" Borislav Petkov
2021-11-12 10:32 ` [PATCH 3/6] x86/cpu: Remove CONFIG_X86_SMAP and "nosmap" Borislav Petkov
2021-11-12 10:32 ` [PATCH 4/6] x86/cpu: Remove "nosmep" Borislav Petkov
2021-11-12 10:32 ` [PATCH 5/6] x86/cpu: Remove "noexec" Borislav Petkov
2021-11-12 10:32 ` [PATCH 6/6] x86/cpu: Remove "noclflush" Borislav Petkov
2021-11-15  9:03   ` Lai Jiangshan
2021-11-15  9:12     ` Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.