All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH 0/3] rtnl_lock fixes
@ 2015-07-07 15:53 ` Vasily Averin
  0 siblings, 0 replies; 6+ messages in thread
From: Vasily Averin @ 2015-07-07 15:53 UTC (permalink / raw)
  To: intel-wired-lan

While investigation possible reasons of net_todo_list corruption 
on rhel6 based OpenVZ kernel I've found few places not fixed in mainline.

Vasily Averin (3):
  missing rtnl_unlock in i40evf_resume()
  missing rtnl_unlock in igb_sriov_reinit()
  ipmr_free_table() should be called under taken rtnl_lock

 drivers/net/ethernet/intel/i40evf/i40evf_main.c | 1 +
 drivers/net/ethernet/intel/igb/igb_main.c       | 1 +
 net/ipv6/ip6mr.c                                | 2 ++
 3 files changed, 4 insertions(+)

-- 
1.9.1


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

end of thread, other threads:[~2015-07-08 23:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-07 15:53 [Intel-wired-lan] [PATCH 0/3] rtnl_lock fixes Vasily Averin
2015-07-07 15:53 ` Vasily Averin
2015-07-08 23:15 ` [Intel-wired-lan] " David Miller
2015-07-08 23:15   ` David Miller
2015-07-08 23:23   ` [Intel-wired-lan] " Jeff Kirsher
2015-07-08 23:23     ` Jeff Kirsher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.