Re: [RFC PATCH v2 net-next 00/12] Make .ndo_get_stats64 sleepable

2021-01-08 Thread Jacob Keller
On 1/6/2021 5:45 AM, Vladimir Oltean wrote: > On Tue, Jan 05, 2021 at 08:58:50PM +0200, Vladimir Oltean wrote: >> This is marked as Request For Comments for a reason. > > If nobody has any objections, I will remove the memory leaks I > introduced to check if anybody is paying attention, and I w

Re: [RFC PATCH v2 net-next 00/12] Make .ndo_get_stats64 sleepable

2021-01-06 Thread Vladimir Oltean
On Tue, Jan 05, 2021 at 08:58:50PM +0200, Vladimir Oltean wrote: > This is marked as Request For Comments for a reason. If nobody has any objections, I will remove the memory leaks I introduced to check if anybody is paying attention, and I will resubmit this as a non-RFC series.

[RFC PATCH v2 net-next 00/12] Make .ndo_get_stats64 sleepable

2021-01-05 Thread Vladimir Oltean
From: Vladimir Oltean Changes in v2: - Addressed the recursion issues in .ndo_get_stats64 from bonding and net_failover. - Renamed netdev_lists_lock to netif_lists_lock - Stopped taking netif_lists_lock from drivers as much as possible. This series converts all callers of dev_get_stats() to be