]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bpf,s390: add fsession support for trampolines
authorMenglong Dong <menglong8.dong@gmail.com>
Tue, 24 Feb 2026 09:22:07 +0000 (17:22 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 3 Mar 2026 16:36:26 +0000 (08:36 -0800)
commit63d2b7d101267767f2a87921539b2cbbf9cc48b0
tree897cbf616db5758da80cb1175fc78a4e18eaca3d
parent339193c44e75d302bae11e93cbb76980912df660
bpf,s390: add fsession support for trampolines

Implement BPF_TRACE_FSESSION support for s390. The logic here is similar
to what we did in x86_64.

In order to simply the logic, we factor out the function invoke_bpf() for
fentry and fexit.

Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
Link: https://lore.kernel.org/r/20260224092208.1395085-3-dongml2@chinatelecom.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/s390/net/bpf_jit_comp.c