Re: [PATCH v3 1/4] rust: netlink: add raw netlink abstraction

From: Matthew Maurer

Date: Thu Apr 16 2026 - 17:55:10 EST


>
> So i would agree with you, freeing it on error somewhere within
> genlmsg_multicast() would make sense.
>
> Andrew

If this should be fixed separately, then for the rust part:

Reviewed-by: Matthew Maurer <mmaurer@xxxxxxxxxx>

with the caveat that documentation is added to the two `const_new`
functions to indicate that they are expected to panic on error, and
should only be used at const time.