Re: [PATCH v2 1/3] vmbus: add support for dynamic device id's

From: Greg KH
Date: Thu Nov 10 2016 - 10:59:40 EST


On Mon, Oct 17, 2016 at 12:29:59PM -0700, Stephen Hemminger wrote:
> From: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>
>
> This patch adds sysfs interface to dynamically bind new UUID values
> to existing VMBus device. This is useful for generic UIO driver to
> act similar to uio_pci_generic.
>
> Signed-off-by: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>
> ---
> v2 - allow device driver to have empty id table, and fix bugs
>
> drivers/hv/vmbus_drv.c | 174 ++++++++++++++++++++++++++++++++++++++++++++++---
> include/linux/hyperv.h | 6 ++
> 2 files changed, 172 insertions(+), 8 deletions(-)

Can I get an ack from the hyperv maintainers before accepting this?

thanks,

greg k-h