]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lock
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Mon, 18 Apr 2016 19:19:45 +0000 (21:19 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Sat, 25 Feb 2017 05:47:26 +0000 (21:47 -0800)
commit62fae7de558b06ca0bbb88e60e38708ea6a5e5e8
tree328f15060b14b4d3e045363d225f6af98ffb86b7
parentaa0401aeaa3e5d859bbd15b0c5c325b5ace725c9
ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lock

Orabug: 24568240

vxlan_get_rx_port requires rtnl_lock to be held.

Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
Cc: Shannon Nelson <shannon.nelson@intel.com>
Cc: Carolyn Wyborny <carolyn.wyborny@intel.com>
Cc: Don Skidmore <donald.c.skidmore@intel.com>
Cc: Bruce Allan <bruce.w.allan@intel.com>
Cc: John Ronciak <john.ronciak@intel.com>
Cc: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit b1f99a787e8239da3ea859709f5fb60b3fd02c13)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c