]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bpf-fsession-support-for-s390'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 3 Mar 2026 16:36:26 +0000 (08:36 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 3 Mar 2026 16:36:26 +0000 (08:36 -0800)
commit2ca7f635c7a324690bb5af38f6aa727c69c11dec
treef5960a4a18c2ded0e5e94edefb8c077c13a6fcb2
parent74fef05ef11846515f4386d451b176ccb9e062b5
parentc1eee8d1e84fd199571b09a0b66d3da6a1d160a9
Merge branch 'bpf-fsession-support-for-s390'

Menglong Dong says:

====================
bpf: fsession support for s390

Implement bpf fsession for the s390 architecture.

Changes v2 -> v1:
* keep LGHI as it was in the 1st patch
* fix up the comment style
* remove the unnecessary checking of fentry->nr_links and fexit->nr_links
  in the 2nd patch
* v1: https://lore.kernel.org/bpf/20260223084022.653186-1-dongml2@chinatelecom.cn/
====================

Link: https://patch.msgid.link/20260224092208.1395085-1-dongml2@chinatelecom.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>