]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 's390-bpf-use-kernel-s-expoline-thunks'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 22 May 2025 15:40:57 +0000 (08:40 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 22 May 2025 15:41:06 +0000 (08:41 -0700)
commitd90f0bce579c66ac1066edf36203bd5596fd978b
tree1b928af6b4f153c16bbbf9e0e427dd8afca251c9
parent4e2e6841ff761cc15a54e8bebcf35d7325ec78a2
parent7f332f9fe9d854c1680fea223b6cb04530859a1a
Merge branch 's390-bpf-use-kernel-s-expoline-thunks'

Ilya Leoshkevich says:

====================
This series simplifies the s390 JIT by replacing the generation of
expolines (Spectre mitigation) with using the ones from the kernel
text. This is possible thanks to the V!=R s390 kernel rework.
Patch 1 is a small prerequisite for arch/s390 that I would like to
get in via the BPF tree. It has Heiko's Acked-by.
Patches 2 and 3 are the implementation.
====================

Link: https://patch.msgid.link/20250519223646.66382-1-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>