From: Alan Cox (idl.sbctgo@regiocom.net)
Date: Wed Feb 13 2002 - 12:26:13 EET
> I have been looking and searching the latest kernel pachecs and update for
> the fixes that were issued some time ago, but I have yet to see them.
Thats because they were wrong..
> + * Jeroen Vreeken : Add check for sk->dead in
> sock_def_write_space
> *
> * To Fix:
> *
> @@ -1146,7 +1147,7 @@
> /* Do not wake up a writer until he can make "significant"
> * progress. --DaveM
> */
> - if((atomic_read(&sk->wmem_alloc) << 1) <= sk->sndbuf) {
> + if(!sk->dead && (atomic_read(&sk->wmem_alloc) << 1) <= sk->sndbuf) {
> if (sk->sleep && waitqueue_active(sk->sleep))
See 2.4.18-ac which has a newer update for this.
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to ghfvi.jeijnd@wcomnet.com
More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2b30 : Wed Feb 13 2002 - 12:13:50 EET