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

kuznet@ms2.inr.ac.ru
Sun, 28 Feb 1999 23:35:11 +0300 (MSK)


Hello!

> Which was the other problem?

Another problem was that we may have up to 2*max_files unix sockets:
not-yet-accepted ones are not associated with files/inodes.

We could limit number of unix sockets by max_files,
but it is still not complete solution: max_files may be decreased.

Using list is always OK, however it also requires reviewing
af_unix.c: f.e. pending socket destruction must be blocked
while gc is running.

Alexey

-
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/