]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a resource limit for the total number of kqueues available to the
authorkib <kib@FreeBSD.org>
Mon, 21 Oct 2013 16:46:12 +0000 (16:46 +0000)
committerkib <kib@FreeBSD.org>
Mon, 21 Oct 2013 16:46:12 +0000 (16:46 +0000)
commit734382a525a0efc40130c452c5a765dc2249ad55
tree04786befd82e74b0298aa6139cca4192ba215854
parent80e669df9e8ddb312b35886be11c306ee738b4f1
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