[libvirt] [PATCH 0/5] A few fixes and improvements to the nodedev driver

Erik Skultety posted 5 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1501051198.git.eskultet@redhat.com
src/node_device/node_device_udev.c | 59 +++++++++++++++++++++++++++-----------
1 file changed, 42 insertions(+), 17 deletions(-)
[libvirt] [PATCH 0/5] A few fixes and improvements to the nodedev driver
Posted by Erik Skultety 6 years, 8 months ago
These are just the few I came across when working on another nodedev-related
series.

Erik Skultety (5):
  nodedev: mdev: Report an error when virFileResolveLink fails
  nodedev: udev: Remove the udevEventHandleCallback on fatal error
  nodedev: Clear the udev_monitor reference once unref'd
  nodedev: Introduce udevHandleOneDevice
  nodedev: Protect every access to udev_monitor by locking the driver

 src/node_device/node_device_udev.c | 59 +++++++++++++++++++++++++++-----------
 1 file changed, 42 insertions(+), 17 deletions(-)

--
2.13.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/5] A few fixes and improvements to the nodedev driver
Posted by Erik Skultety 6 years, 8 months ago
On Wed, Jul 26, 2017 at 08:43:59AM +0200, Erik Skultety wrote:
> These are just the few I came across when working on another nodedev-related
> series.
>
> Erik Skultety (5):
>   nodedev: mdev: Report an error when virFileResolveLink fails
>   nodedev: udev: Remove the udevEventHandleCallback on fatal error
>   nodedev: Clear the udev_monitor reference once unref'd
>   nodedev: Introduce udevHandleOneDevice
>   nodedev: Protect every access to udev_monitor by locking the driver
>
>  src/node_device/node_device_udev.c | 59 +++++++++++++++++++++++++++-----------
>  1 file changed, 42 insertions(+), 17 deletions(-)
>


As per comments in 5/5 I went ahead with pushing patches 1, 2, and 4, dropping
3 and 5 completely as those were addressing some obscure corner cases.

Thanks,
Erik

> --
> 2.13.3
>
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list