Message ID | 20241016084136.10305-1-puranjay@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Implement mechanism to signal other threads | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Wed, 16 Oct 2024 08:41:34 +0000 you wrote: > This set implements a kfunc called bpf_send_signal_task() that is similar > to sigqueue() as it can send a signal along with a cookie to a thread or > thread group. > > The send_signal selftest has been updated to also test this new kfunc under > all contexts. > > [...] Here is the summary with links: - [bpf-next,v5,1/2] bpf: implement bpf_send_signal_task() kfunc https://git.kernel.org/bpf/bpf-next/c/6280cf718db0 - [bpf-next,v5,2/2] selftests/bpf: Augment send_signal test with remote signaling https://git.kernel.org/bpf/bpf-next/c/0e14189459f6 You are awesome, thank you!