Re: [PATCH net] bonding: update nest level on unlink

2019-01-10 Thread David Miller
From: Willem de Bruijn Date: Tue, 8 Jan 2019 12:32:42 -0500 > From: Willem de Bruijn > > A network device stack with multiple layers of bonding devices can > trigger a false positive lockdep warning. Adding lockdep nest levels > fixes this. Update the level on both enslave and unlink, to avoid

Re: [PATCH net] bonding: update nest level on unlink

2019-01-09 Thread Willem de Bruijn
On Tue, Jan 8, 2019 at 11:00 PM David Miller wrote: > > > Willem, this was an empty reply to your own patch. > > Were you trying to say something that I should know? I corrected a typo in Eric's email address. Sorry for the confusing email, David. Should have added a short comment (and Eric proba

Re: [PATCH net] bonding: update nest level on unlink

2019-01-08 Thread David Miller
Willem, this was an empty reply to your own patch. Were you trying to say something that I should know?

Re: [PATCH net] bonding: update nest level on unlink

2019-01-08 Thread Willem de Bruijn
On Tue, Jan 8, 2019 at 12:32 PM Willem de Bruijn wrote: > > From: Willem de Bruijn > > A network device stack with multiple layers of bonding devices can > trigger a false positive lockdep warning. Adding lockdep nest levels > fixes this. Update the level on both enslave and unlink, to avoid the

[PATCH net] bonding: update nest level on unlink

2019-01-08 Thread Willem de Bruijn
From: Willem de Bruijn A network device stack with multiple layers of bonding devices can trigger a false positive lockdep warning. Adding lockdep nest levels fixes this. Update the level on both enslave and unlink, to avoid the following series of events .. ip netns add test ip netns ex