Re: [RFC PATCH 00/20] rv: Add support for BPF monitors

From: Alexei Starovoitov

Date: Wed Sep 16 2026 - 23:34:46 EST


On Tue Sep 15, 2026 at 7:15 AM UTC, Gabriele Monaco wrote:
>
> Essentially sharing the API simplified how the userspace component handles some
> things and allowed to share reactors.

It's surely tempting to reuse userspace, but unlike kernel the user
space is much easier to change, so let's not add kernel struct-ops,
since they're not necessary to achieve the goal.