Thread (2 messages) flat view 2 messages, 2 authors, 2007-11-11

Re: [PATCH 3/3][UNIX] The unix_nr_socks limit can be exceeded

From: David Miller <davem@davemloft.net>
Date: 2007-11-11 06:08:44

From: Pavel Emelyanov <redacted>
Date: Wed, 07 Nov 2007 17:01:17 +0300
The unix_nr_socks value is limited with the 2 * get_max_files() value,
as seen from the unix_create1(). However, the check and the actual
increment are separated with the GFP_KERNEL allocation, so this limit
can be exceeded under a memory pressure - task may go to sleep freeing
the pages and some other task will be allowed to allocate a new sock
and so on and so forth.

So make the increment before the check (similar thing is done in the
sock_kmalloc) and go to kmalloc after this.

Signed-off-by: Pavel Emelyanov <redacted>
Applied, good catch Pavel.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help