]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'bpf-tail-calls-in-sleepable-programs'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 30 Jan 2026 20:17:48 +0000 (12:17 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 30 Jan 2026 20:17:55 +0000 (12:17 -0800)
Jiri Olsa says:

====================
this patchset allows sleepable programs to use tail calls.

At the moment we need to have separate sleepable uprobe program
to retrieve user space data and pass it to complex program with
tail calls. It'd be great if the program with tail calls could
be sleepable and do the data retrieval directly.

====================

Link: https://patch.msgid.link/20260130081208.1130204-1-jolsa@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge