]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a resource limit for the total number of kqueues available to the
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 21 Oct 2013 16:46:12 +0000 (16:46 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 21 Oct 2013 16:46:12 +0000 (16:46 +0000)
commit85a0ddfd0b269f9527883973092c457f04c1af19
tree04786befd82e74b0298aa6139cca4192ba215854
parent9110db818a1e36cffed5208b6d005d9c1b84236a
Add a resource limit for the total number of kqueues available to the
user.  Kqueue now saves the ucred of the allocating thread, to
correctly decrement the counter on close.

Under some specific and not real-world use scenario for kqueue, it is
possible for the kqueues to consume memory proportional to the square
of the number of the filedescriptors available to the process.  Limit
allows administrator to prevent the abuse.

This is kernel-mode side of the change, with the user-mode enabling
commit following.

Reported and tested by: pho
Discussed with: jmg
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
bin/sh/miscbltin.c
etc/login.conf
lib/libc/sys/getrlimit.2
lib/libutil/login_class.3
lib/libutil/login_class.c
usr.bin/limits/limits.c
usr.bin/procstat/procstat_rlimit.c