From: David Miller <da...@davemloft.net>
Date: Mon, 22 Mar 2021 16:55:26 -0700 (PDT)

> From: Eric Dumazet <eric.duma...@gmail.com>
> Date: Mon, 22 Mar 2021 11:21:45 -0700
> 
> This hunk:
>> @@ -10682,6 +10682,9 @@ struct net_device *alloc_netdev_mqs(int sizeof_priv, 
>> const char *name,
>>      dev->pcpu_refcnt = alloc_percpu(int);
>>      if (!dev->pcpu_refcnt)
>>              goto free_dev;
>> +    dev_hold(dev);
>> +#else
>> +    refcount_set(&dev->dev_refcnt, 1);
>>  #endif
>>  
>>      if (dev_addr_init(dev))
>  gets rejects in net-next.  Please respin.
>  

My bad, I was trying to apply it to 'net' mistakedly.

All good now, thanks.

Reply via email to