On Tue, May 6, 2025 at 12:26 AM Sasha Levin sashal@kernel.org wrote:
From: Lyude Paul lyude@redhat.com
[ Upstream commit 95cb0cb546c2892b7a31ff2fce6573f201a214b8 ]
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@redhat.com Cc: Greg Kroah-Hartman gregkh@linuxfoundation.org Link: https://lore.kernel.org/r/20250227193522.198344-1-lyude@redhat.com Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org Signed-off-by: Sasha Levin sashal@kernel.org
Does someone need this in 6.14.y?
Thanks!
Cheers, Miguel