Re: [PATCH 2/5] skge: irq lock race

2006-09-06 Thread Jeff Garzik
Stephen Hemminger wrote: The driver needs to access the IRQ status inside of lock to avoid races with other places changing IRQ mask etc. This may be related to some of the SMP bugs reported against skge in kernel bugzilla. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] ---

[PATCH 2/5] skge: irq lock race

2006-09-01 Thread Stephen Hemminger
The driver needs to access the IRQ status inside of lock to avoid races with other places changing IRQ mask etc. This may be related to some of the SMP bugs reported against skge in kernel bugzilla. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- netdev-2.6.orig/drivers/net/skge.c +++