On Thu, Aug 11, 2022 at 06:49:37PM -0500, David Vernet wrote: > This patch set defines a new map type, BPF_MAP_TYPE_USER_RINGBUF, which > provides single-user-space-producer / single-kernel-consumer semantics over > a ringbuffer. Along with the new map type, a helper function called > bpf_user_ringbuf_drain() is added which allows a BPF program to specify a > callback with the following signature, to which samples are posted by the > helper: [...] I just noticed that Andrii left some comments on v1 about 20 mins ago. Please disregard this version -- I'll apply Andrii's comments and then send out a follow on v3 version.