Re: [PATCH net v4] failover: allow name change on IFF_UP slave interfaces

2019-03-28 Thread Samudrala, Sridhar
On 3/28/2019 4:47 PM, Si-Wei Liu wrote: When a netdev appears through hot plug then gets enslaved by a failover master that is already up and running, the slave will be opened right away after getting enslaved. Today there's a race that userspace (udev) may fail to rename the slave if the kern

Re: [PATCH net v3] failover: allow name change on IFF_UP slave interfaces

2019-03-28 Thread kbuild test robot
Hi Si-Wei, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] url: https://github.com/0day-ci/linux/commits/Si-Wei-Liu/failover-allow-name-change-on-IFF_UP-slave-interfaces/20190329-020744 config: openrisc-or1ksim_defconfig (attached as .config) compiler

Re: [PATCH net v3] failover: allow name change on IFF_UP slave interfaces

2019-03-28 Thread Stephen Hemminger
On Wed, 27 Mar 2019 16:44:19 -0700 si-wei liu wrote: > On 3/27/2019 4:11 AM, Jiri Pirko wrote: > > Wed, Mar 27, 2019 at 12:48:13AM CET, si-wei@oracle.com wrote: > >> When a netdev appears through hot plug then gets enslaved by a failover > >> master that is already up and running, the slave

Re: [PATCH] MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE

2019-03-28 Thread Juergen Gross
On 28/03/2019 13:06, Thomas Hellstrom wrote: > Alok Kataria will be handing over VMware's maintainership of these > interfaces to Thomas Hellström, with pv-drivers as backup contact. > > Cc: Juergen Gross > Cc: virtualization@lists.linux-foundation.org > Cc: x...@kernel.org > Cc: t...@linutronix.

[PATCH] MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE

2019-03-28 Thread Thomas Hellstrom via Virtualization
Alok Kataria will be handing over VMware's maintainership of these interfaces to Thomas Hellström, with pv-drivers as backup contact. Cc: Juergen Gross Cc: virtualization@lists.linux-foundation.org Cc: x...@kernel.org Cc: t...@linutronix.de Cc: mi...@redhat.com Cc: h...@zytor.com Cc: linux-ker...

Re: [PATCH v2 -next] drm/virtio: remove set but not used variable 'vgdev'

2019-03-28 Thread Gerd Hoffmann
On Mon, Mar 25, 2019 at 09:26:31AM +, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/gpu/drm/virtio/virtgpu_ttm.c: In function 'virtio_gpu_init_mem_type': > drivers/gpu/drm/virtio/virtgpu_ttm.c:117:28: warning: > variable 'vgdev' set but not used [-Wunused-but-