Re: [PATCH] net-sysfs: call dev_hold if kobject_init_and_add success

From: David Miller
Date: Tue Mar 19 2019 - 16:46:48 EST


From: Yue Haibing <yuehaibing@xxxxxxxxxx>
Date: Tue, 19 Mar 2019 10:16:53 +0800

> From: YueHaibing <yuehaibing@xxxxxxxxxx>
>
> In netdev_queue_add_kobject and rx_queue_add_kobject,
> if sysfs_create_group failed, kobject_put will call
> netdev_queue_release to decrease dev refcont, however
> dev_hold has not be called. So we will see this while
> unregistering dev:
>
> unregister_netdevice: waiting for bcsh0 to become free. Usage count = -1
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Fixes: d0d668371679 ("net: don't decrement kobj reference count on init failure")
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied and queued up for -stable.