Re: [Real fix] Re: Kernel panic: can't push onto full stack

Alexander Viro (viro@math.psu.edu)
Tue, 2 Mar 1999 10:45:46 -0500 (EST)


Alexey, could you comment on test for tsk->dead in unix_accept()?
Just what is tested there? It had been added in 2.1.124 and AFAICS there
is no way to ->dead on a passed sock to be set. Was it just-in-case test
or should it be unix_peer(tsk)->dead? IOW, if somebody did connect()
and then close() before we accept() should we return this (hung)
connection on accept()?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/