Re: [PATCH v2] rust/faux: Add missing parent argument to Registration::new()

From: Alice Ryhl
Date: Fri Feb 28 2025 - 04:08:21 EST


On Thu, Feb 27, 2025 at 8:35 PM Lyude Paul <lyude@xxxxxxxxxx> wrote:
>
> A little late in the review of the faux device interface, we added the
> ability to specify a parent device when creating new faux devices - but
> this never got ported over to the rust bindings. So, let's add the missing
> argument now so we don't have to convert other users later down the line.
>
> Signed-off-by: Lyude Paul <lyude@xxxxxxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>