On Fri, Oct 14, 2022 at 03:28:51PM -0500, David Vernet wrote: > In order to enable this, this patch adds three new kfuncs: > > struct task_struct *bpf_task_acquire(struct task_struct *p); > struct task_struct *bpf_task_kptr_get(struct task_struct **pp); > void bpf_task_release(struct task_struct *p); > > A follow-on patch will add selftests validating these kfuncs. > > Signed-off-by: David Vernet <void@xxxxxxxxxxxxx> And somehow I managed to remove the commit title for this one. Sincere apologies for the noise everyone. Hopefully I'll stop going off the rails in v5.