linux-uconsole/drivers/net/atlx
Tony Zelenoff bb2f6102c8 atl1: fix kernel panic in case of DMA errors
[ Upstream commit 03662e41c7 ]

Problem:
There was two separate work_struct structures which share one
handler. Unfortunately getting atl1_adapter structure from
work_struct in case of DMA error was done from incorrect
offset which cause kernel panics.

Solution:
The useless work_struct for DMA error removed and
handler name changed to more generic one.

Signed-off-by: Tony Zelenoff <antonz@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-27 09:51:20 -07:00
..
atl1.c atl1: fix kernel panic in case of DMA errors 2012-04-27 09:51:20 -07:00
atl1.h atl1: fix kernel panic in case of DMA errors 2012-04-27 09:51:20 -07:00
atl2.c ethtool: cosmetic: Use ethtool ethtool_cmd_speed API 2011-04-29 14:03:01 -07:00
atl2.h tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
atlx.c atl1: fix kernel panic in case of DMA errors 2012-04-27 09:51:20 -07:00
atlx.h atlx: move modinfo data from atlx.h to atl1.c 2009-05-26 20:50:12 -07:00
Makefile