https://github.com/torvalds/linux
Revision 9a469abe9c6bab3ce237ee433541931bbd827faf authored by Joerg Ahrens on 20 August 2006, 20:51:57 UTC, committed by Jeff Garzik on 24 August 2006, 04:38:32 UTC
I am using a Xircom CEM33 pcmcia NIC which has occasional hardware problems.
If the netdev watchdog detects a transmit timeout, do_reset is called which
msleeps - this is illegal in atomic context.

This patch schedules the timeout handling as a workqueue item.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent cb95818
History
Tip revision: 9a469abe9c6bab3ce237ee433541931bbd827faf authored by Joerg Ahrens on 20 August 2006, 20:51:57 UTC
[PATCH] xirc2ps_cs: Cannot reset card in atomic context
Tip revision: 9a469ab
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 521 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 70.9 KB
Makefile -rw-r--r-- 46.5 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top