netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v3 0/2] bridge: Fix kernel oops during bridge creation
@ 2017-04-10 11:59 idosch
  2017-04-10 11:59 ` [PATCH net v3 1/2] bridge: implement missing ndo_uninit() idosch
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: idosch @ 2017-04-10 11:59 UTC (permalink / raw)
  To: netdev; +Cc: davem, stephen, bridge, mlxsw, peter, nikolay, Ido Schimmel

From: Ido Schimmel <idosch@mellanox.com>

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: register netdevice before executing changelink

 net/bridge/br_device.c    | 20 +++++++++++---------
 net/bridge/br_if.c        |  1 -
 net/bridge/br_multicast.c |  7 +++++--
 net/bridge/br_netlink.c   |  7 +++++--
 net/bridge/br_private.h   |  5 +++++
 5 files changed, 26 insertions(+), 14 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-12  2:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10 11:59 [PATCH net v3 0/2] bridge: Fix kernel oops during bridge creation idosch
2017-04-10 11:59 ` [PATCH net v3 1/2] bridge: implement missing ndo_uninit() idosch
2017-04-10 11:59 ` [PATCH net v3 2/2] bridge: netlink: register netdevice before executing changelink idosch
2017-04-10 20:06 ` [PATCH net v3 0/2] bridge: Fix kernel oops during bridge creation Stephen Hemminger
2017-04-12  2:23 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).