2007/11/26, Jack F Vogel <[EMAIL PROTECTED]>:
> jfv         2007-11-26 19:47:03 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/em           if_em.c
>   Log:
>   Fix for a reported panic in certain circumstances. When
>   calling em_stop() now make sure the TX lock is held as
>   well as CORE.

Thanks!

To make it more explicit, callout_stop() needs to run always with
referred lock held in order to not have a race for when running the
callout handler. Now both callout_stop() are covert.

Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to