]> git.baikalelectronics.ru Git - kernel.git/commit
s390: move spectre sysfs attribute code
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 24 Apr 2018 06:23:54 +0000 (08:23 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 7 May 2018 19:12:41 +0000 (21:12 +0200)
commit3a9e98e1d2a98f034707094705f920393775d195
tree3021ba22fe63f5844c30591396a017d8d5dba9e4
parent30c3c7ea471a98179ca5b04a7b98f2a4b99cdfe7
s390: move spectre sysfs attribute code

The nospec-branch.c file is compiled without the gcc options to
generate expoline thunks. The return branch of the sysfs show
functions cpu_show_spectre_v1 and cpu_show_spectre_v2 is an indirect
branch as well. These need to be compiled with expolines.

Move the sysfs functions for spectre reporting to a separate file
and loose an '.' for one of the messages.

Cc: stable@vger.kernel.org # 4.16
Fixes: 36abcbd91a ("s390: add sysfs attributes for spectre")
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/Makefile
arch/s390/kernel/nospec-branch.c
arch/s390/kernel/nospec-sysfs.c [new file with mode: 0644]