linux-uconsole/drivers/net
Chris Mason 868c257ab2 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll
commit c98235cb85 upstream.

The mlx4 driver is triggering schedules while atomic inside
mlx4_en_netpoll:

	spin_lock_irqsave(&cq->lock, flags);
	napi_synchronize(&cq->napi);
		^^^^^ msleep here
	mlx4_en_process_rx_cq(dev, cq, 0);
	spin_unlock_irqrestore(&cq->lock, flags);

This was part of a patch by Alexander Guller from Mellanox in 2011,
but it still isn't upstream.

Signed-off-by: Chris Mason <clm@fb.com>
Acked-By: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Masoud Sharbiani <msharbiani@twitter.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-06-16 13:42:52 -07:00
..
appletalk
arcnet arcnet: cleanup sizeof parameter 2013-08-11 18:35:25 -07:00
bonding bonding: Remove debug_fs files when module init fails 2014-05-30 21:52:14 -07:00
caif caif: CAIF_VIRTIO should depend on HAS_DMA 2013-05-11 16:28:24 -07:00
can can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails 2014-03-23 21:38:19 -07:00
cris
dsa
ethernet mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll 2014-06-16 13:42:52 -07:00
fddi
hamradio hamradio/yam: fix info leak in ioctl 2014-01-15 15:28:48 -08:00
hippi
hyperv netvsc: don't flush peers notifying work during setting mtu 2014-01-15 15:28:47 -08:00
ieee802154 at86rf230: change irq handling to prevent lockups with edge type irq 2013-04-16 16:34:08 -04:00
irda net/irda: fix error return code in bfin_sir_open() 2013-05-08 13:13:29 -07:00
phy net: phy: fix a bug when verify the EEE support 2013-05-27 23:30:09 -07:00
plip net: add ETH_P_802_3_MIN 2013-03-28 01:20:42 -04:00
ppp net: rework recvmsg handler msg_name and msg_namelen logic 2013-12-08 07:29:25 -08:00
slip
team team: fix master carrier set when user linkup is enabled 2013-12-08 07:29:26 -08:00
usb net: qmi_wwan: add a number of Dell devices 2014-05-30 21:52:18 -07:00
vmxnet3 vmxnet3: fix building without CONFIG_PCI_MSI 2014-03-23 21:38:18 -07:00
wan wanxl: fix info leak in ioctl 2013-11-04 04:31:04 -08:00
wimax
wireless ath9k: protect tid->sched check 2014-06-07 13:25:40 -07:00
xen-netback xen-netback: remove pointless clause from if statement 2014-04-14 06:42:18 -07:00
dummy.c dummy: fix oops when loading the dummy failed 2013-07-28 16:30:01 -07:00
eql.c
ifb.c ifb: fix oops when loading the ifb failed 2013-07-28 16:30:01 -07:00
Kconfig
LICENSE.SRC
loopback.c
macvlan.c macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces. 2014-05-30 21:52:16 -07:00
macvtap.c macvtap: signal truncated packets 2014-01-15 15:28:46 -08:00
Makefile
mdio.c
mii.c
netconsole.c
ntb_netdev.c ntb_netdev: remove from list on exit 2013-05-15 10:58:14 -07:00
rionet.c
sb1000.c
Space.c
sungem_phy.c
tun.c tun: update file current position 2014-01-15 15:28:46 -08:00
veth.c net: vlan: announce STAG offload capability in some drivers 2013-04-19 14:46:06 -04:00
virtio_net.c virtio-net: alloc big buffers also when guest can receive UFO 2014-03-23 21:38:10 -07:00
vxlan.c vxlan: fix potential NULL dereference in arp_reduce() 2014-04-14 06:42:17 -07:00
xen-netfront.c xen-netfront: fix resource leak in netfront 2014-02-06 11:08:17 -08:00