Re: [PATCH net] Add netdev all_adj_list refcnt propagation to fix panic

2016-10-05 Thread David Ahern
On 10/4/16 3:06 PM, David Miller wrote: > Applied and queued up for -stable, thanks. While our original problem was fixed by this patch, Roopa found another series of commands where it fails to properly do dev_put so a followup is needed.

Re: [PATCH net] Add netdev all_adj_list refcnt propagation to fix panic

2016-10-04 Thread David Miller
From: Andrew Collins Date: Mon, 3 Oct 2016 13:43:02 -0600 > This is a respin of a patch to fix a relatively easily reproducible kernel > panic related to the all_adj_list handling for netdevs in recent kernels. > > The following sequence of commands will reproduce the

[PATCH net] Add netdev all_adj_list refcnt propagation to fix panic

2016-10-03 Thread Andrew Collins
This is a respin of a patch to fix a relatively easily reproducible kernel panic related to the all_adj_list handling for netdevs in recent kernels. The following sequence of commands will reproduce the issue: ip link add link eth0 name eth0.100 type vlan id 100 ip link add link eth0 name