Re: [PATCH net-next] net: ipv6: Fix refcnt on host routes

2016-03-02 Thread Jeremiah Mahler
} > - if (ifp->rt) { > - dst_hold(&ifp->rt->dst); > + dst_hold(&ifp->rt->dst); > + > + ip6_del_rt(ifp->rt); > > - ip6_del_rt(ifp->rt); > - ifp->rt = NULL; > - } > rt_genid_bump_ipv6(net); > break; > } > -- > 2.1.4 > Tested-by: Jeremiah Mahler -- - Jeremiah Mahler

Re: [REGRESSION, bisect] net: ipv6: unregister_netdevice: waiting for lo to become free. Usage count = 2

2016-03-02 Thread Jeremiah Mahler
Hi David, On Wed, Mar 02, 2016 at 01:00:21PM -0800, David Ahern wrote: > On 3/2/16 12:31 PM, Jeremiah Mahler wrote: > >>On Tue, Mar 01, 2016 at 08:11:54AM +, Dexuan Cui wrote: > >>>Hi, I got this line every 10 seconds with today's linux-next in a Hyper-V > &

[REGRESSION, bisect] net: ipv6: unregister_netdevice: waiting for lo to become free. Usage count = 2

2016-03-02 Thread Jeremiah Mahler
Hi David, On Tue, Mar 01, 2016 at 12:07:49PM -0800, Jeremiah Mahler wrote: > Hi all, > > On Tue, Mar 01, 2016 at 08:11:54AM +, Dexuan Cui wrote: > > Hi, I got this line every 10 seconds with today's linux-next in a Hyper-V > > guest, even > > when I didn&#

Re: linux-next: next-20160301: unregister_netdevice: waiting for lo to become free. Usage count = 2

2016-03-01 Thread Jeremiah Mahler
have this problem on a Lenovo Carbon X1 when running linux-next 20160301. It worked with 20160225. I can test patches and I will try to bisect the problem as time allows. -- - Jeremiah Mahler

Re: BUG: rwlock bad magic on CPU#1, NetworkManager/

2015-05-24 Thread Jeremiah Mahler
Johannes, On Tue, May 19, 2015 at 12:15:28AM -0700, Jeremiah Mahler wrote: > Johannes, > > You mentioned off-list that you might have a fix for this somewhere in > mac80211-next. Do you have any idea when this will make it in to -next? > It is still broken as of