]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bpf,s390: introduce emit_store_stack_imm64() for trampoline
authorMenglong Dong <menglong8.dong@gmail.com>
Tue, 24 Feb 2026 09:22:06 +0000 (17:22 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 3 Mar 2026 16:36:25 +0000 (08:36 -0800)
commit339193c44e75d302bae11e93cbb76980912df660
tree433a31ce27bcf94e5d3d279a127579a8bb0ac069
parent74fef05ef11846515f4386d451b176ccb9e062b5
bpf,s390: introduce emit_store_stack_imm64() for trampoline

Introduce a helper to store 64-bit immediate on the trampoline stack with
a help of a register.

Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/r/20260224092208.1395085-2-dongml2@chinatelecom.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/s390/net/bpf_jit_comp.c