Re: [PATCH v5 1/2] rust: netlink: add raw netlink abstraction
From: Miguel Ojeda
Date: Tue May 26 2026 - 10:39:09 EST
On Mon, May 25, 2026 at 3:17 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> This implements a safe and relatively simple API over the netlink API,
> that allows you to add different attributes to a netlink message and
> broadcast it. As the first user of this API only makes use of broadcast,
> only broadcast messages are supported here.
> rust/kernel/netlink.rs | 336 ++++++++++++++++++++++++++++++++++++++++
This should be added to an existing or new `MAINTAINERS` entry, i.e.
as usual, either inheriting it if the maintainers want, or delegating
it to a sub- or co-maintainer, etc. depending on what people want.
Cheers,
Miguel