]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
uio_hv_generic: Bind to FCopy device by default
authorBen Hutchings <benh@debian.org>
Mon, 25 May 2026 12:04:22 +0000 (14:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jul 2026 12:50:09 +0000 (14:50 +0200)
commit87d3621ccc63b3999d756bb59f0cedd738c28eb3
treebb01c740b748e5035567659f0cd7fbbe9dd1b8a4
parent6815504f61e79383c77fa8fa8b219b1d6788475a
uio_hv_generic: Bind to FCopy device by default

The Hyper-V kernel-mode fcopy driver was removed in 6.10 and the new
fcopy daemon requires this uio driver to function.  However, by
default the driver does not bind to any devices, and must be
configured through the sysfs "new_id" file.

Since the FCopy device is now only usable through this driver, add its
ID to the driver's ID table so that the daemon will work "out of the
box".

Signed-off-by: Ben Hutchings <benh@debian.org>
Fixes: ec314f61e4fc ("Drivers: hv: Remove fcopy driver")
Cc: stable <stable@kernel.org>
Link: https://patch.msgid.link/ahQ6xuhSReidmN-3@decadent.org.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio_hv_generic.c