On Thu, 1 Feb 2018 17:29:28 +0800
Wu Zongyong <cordius...@huawei.com> wrote:

> Like SR-IOV, driver should notify that sysfs files like some attrs or
> symbol links after cretation finished.
> 
> Signed-off-by: Wu Zongyong <cordius...@huawei.com>
> ---

This is the users list, per the MAINTAINERS file in the kernel, patches
are to be sent to k...@vger.kernel.org, preferably with explicit
maintainer CCs.  There are scripts in the source tree to help with this:

$ ./scripts/get_maintainer.pl -f drivers/vfio/mdev/mdev_core.c 
Kirti Wankhede <kwankh...@nvidia.com> (maintainer:VFIO MEDIATED DEVICE DRIVERS)
Alex Williamson <alex.william...@redhat.com> (maintainer:VFIO DRIVER)
k...@vger.kernel.org (open list:VFIO MEDIATED DEVICE DRIVERS)
linux-ker...@vger.kernel.org (open list)

Note the whitespace in the patch below is incorrect, spaces rather
than tabs, ./scripts/checkpatch.pl can help with these sorts of trivial
errors.  Please correct and resend to the appropriate lists.  Thanks,

Alex

>  drivers/vfio/mdev/mdev_core.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/vfio/mdev/mdev_core.c b/drivers/vfio/mdev/mdev_core.c
> index 1269910..a23f1d7 100644
> --- a/drivers/vfio/mdev/mdev_core.c
> +++ b/drivers/vfio/mdev/mdev_core.c
> @@ -351,6 +351,8 @@ int mdev_device_create(struct kobject *kobj, struct 
> device *dev, uuid_le uuid)
>               goto create_failed;
>       }
>  
> +        kobject_uevent(&(mdev->dev.kobj), KOBJ_CHANGE);
> +
>       mdev->type_kobj = kobj;
>       dev_dbg(&mdev->dev, "MDEV: created\n");
>  

_______________________________________________
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users

Reply via email to