On Sun Jun 28, 2026 at 11:53 PM JST, Danilo Krummrich wrote: > Explicitly annotate the Device reference produced by from_raw() in the > ioctl dispatch macro as Device<_, Normal>. Without this annotation, the > context is inferred from the handler's first parameter type, which would > allow a handler declaring &Device<T, Registered> to obtain a Registered > reference without runtime proof via RegistrationGuard. > > Reviewed-by: Lyude Paul <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]>
Reviewed-by: Alexandre Courbot <[email protected]>
