Displaying 3 results from an estimated 3 matches for "__cpuhp_remove_state_cpuslocked".
2017 Jul 24
2
[PATCH] virtio-net: fix module unloading
Unregister the driver before removing multi-instance hotplug
callbacks. This order avoids the warning issued from
__cpuhp_remove_state_cpuslocked when the number of remaining
instances isn't yet zero.
Fixes: 8017c279196a ("net/virtio-net: Convert to hotplug state machine")
Cc: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
Signed-off-by: Andrew Jones <drjones at redhat.com>
---
drivers/net/virtio_net.c | 2 +...
2017 Jul 24
2
[PATCH] virtio-net: fix module unloading
Unregister the driver before removing multi-instance hotplug
callbacks. This order avoids the warning issued from
__cpuhp_remove_state_cpuslocked when the number of remaining
instances isn't yet zero.
Fixes: 8017c279196a ("net/virtio-net: Convert to hotplug state machine")
Cc: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
Signed-off-by: Andrew Jones <drjones at redhat.com>
---
drivers/net/virtio_net.c | 2 +...
2017 Jul 26
0
[PATCH] virtio-net: fix module unloading
On 2017?07?24? 21:38, Andrew Jones wrote:
> Unregister the driver before removing multi-instance hotplug
> callbacks. This order avoids the warning issued from
> __cpuhp_remove_state_cpuslocked when the number of remaining
> instances isn't yet zero.
>
> Fixes: 8017c279196a ("net/virtio-net: Convert to hotplug state machine")
> Cc: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> Signed-off-by: Andrew Jones <drjones at redhat.com>
> ---
&g...