s390/nospec: build expoline.o for modules_prepare target
authorVasily Gorbik <gor@linux.ibm.com>
Mon, 27 Jun 2022 12:50:53 +0000 (14:50 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 13 Jul 2022 13:21:55 +0000 (15:21 +0200)
commitc4e789572557aa147b13bf7fe09cc99663ed0cf5
tree49da32666321502636d714842b4df4d9674b5d54
parentd7d488f41b41a1b7a1df3c74f2f65eb4585f5d55
s390/nospec: build expoline.o for modules_prepare target

When CONFIG_EXPOLINE_EXTERN is used expoline thunks are generated
from arch/s390/lib/expoline.S and postlinked into every module.
This is also true for external modules. Add expoline.o build to
the modules_prepare target.

Fixes: 1d2ad084800e ("s390/nospec: add an option to use thunk-extern")
Reported-by: Joe Lawrence <joe.lawrence@redhat.com>
Tested-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Tested-by: C. Erastus Toe <ctoe@redhat.com>
Tested-by: Joe Lawrence <joe.lawrence@redhat.com>
Link: https://lore.kernel.org/r/patch-1.thread-d13b6c.git-a2387a74dc49.your-ad-here.call-01656331067-ext-4899@work.hours
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/Makefile
arch/s390/lib/Makefile
arch/s390/lib/expoline.S [deleted file]
arch/s390/lib/expoline/Makefile [new file with mode: 0644]
arch/s390/lib/expoline/expoline.S [new file with mode: 0644]