Re: [PATCH net v3 0/2] bridge: Fix kernel oops during bridge creation

2017-04-11 Thread David Miller
From: ido...@idosch.org Date: Mon, 10 Apr 2017 14:59:26 +0300 > From: Ido Schimmel > > First patch adds a missing ndo_uninit() in the bridge driver, which is a > prerequisite for the second patch that actually fixes the oops. > > Please consider both patches for 4.4.y, 4.9.y and 4.10.y Series

Re: [PATCH net v3 0/2] bridge: Fix kernel oops during bridge creation

2017-04-10 Thread Stephen Hemminger
On Mon, 10 Apr 2017 14:59:26 +0300 ido...@idosch.org wrote: > From: Ido Schimmel > > First patch adds a missing ndo_uninit() in the bridge driver, which is a > prerequisite for the second patch that actually fixes the oops. > > Please consider both patches for 4.4.y, 4.9.y and 4.10.y > > Ido S

[PATCH net v3 0/2] bridge: Fix kernel oops during bridge creation

2017-04-10 Thread idosch
From: Ido Schimmel First patch adds a missing ndo_uninit() in the bridge driver, which is a prerequisite for the second patch that actually fixes the oops. Please consider both patches for 4.4.y, 4.9.y and 4.10.y Ido Schimmel (2): bridge: implement missing ndo_uninit() bridge: netlink: regi