Message ID | 20240917085024.765883-1-jolsa@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | uprobe, bpf: Add session support | expand |
Hello: This series was applied to bpf/bpf.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Tue, 17 Sep 2024 10:50:10 +0200 you wrote: > hi, > this patchset is adding support for session uprobe attachment and > using it through bpf link for bpf programs. > > The session means that the uprobe consumer is executed on entry > and return of probed function with additional control: > - entry callback can control execution of the return callback > - entry and return callbacks can share data/cookie > > [...] Here is the summary with links: - [PATCHv4,01/14] uprobe: Add data pointer to consumer handlers (no matching commit) - [PATCHv4,02/14] uprobe: Add support for session consumer (no matching commit) - [PATCHv4,03/14] bpf: Add support for uprobe multi session attach (no matching commit) - [PATCHv4,04/14] bpf: Add support for uprobe multi session context (no matching commit) - [PATCHv4,05/14] bpf: Allow return values 0 and 1 for uprobe/kprobe session (no matching commit) - [PATCHv4,06/14] libbpf: Fix uretprobe.multi.s programs auto attachment https://git.kernel.org/bpf/bpf/c/8c8b47597403 - [PATCHv4,07/14] libbpf: Add support for uprobe multi session attach (no matching commit) - [PATCHv4,08/14] selftests/bpf: Add uprobe session test (no matching commit) - [PATCHv4,09/14] selftests/bpf: Add uprobe session cookie test (no matching commit) - [PATCHv4,10/14] selftests/bpf: Add uprobe session recursive test (no matching commit) - [PATCHv4,11/14] selftests/bpf: Add uprobe session verifier test for return value (no matching commit) - [PATCHv4,12/14] selftests/bpf: Add kprobe session verifier test for return value (no matching commit) - [PATCHv4,13/14] selftests/bpf: Add uprobe session single consumer test (no matching commit) - [PATCHv4,14/14] selftests/bpf: Add consumers stress test on single uprobe (no matching commit) You are awesome, thank you!