summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason Baron2012-03-16 21:34:03 +0100
committerLinus Torvalds2012-03-18 20:25:04 +0100
commit93dc6107a76daed81c07f50215fa6ae77691634f (patch)
treeb104aeb2798f60f06fd9f7abda5ae9ef5219e0bb /Makefile
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadkernel-qcow2-linux-93dc6107a76daed81c07f50215fa6ae77691634f.tar.gz
kernel-qcow2-linux-93dc6107a76daed81c07f50215fa6ae77691634f.tar.xz
kernel-qcow2-linux-93dc6107a76daed81c07f50215fa6ae77691634f.zip
Don't limit non-nested epoll paths
Commit 28d82dc1c4ed ("epoll: limit paths") that I did to limit the number of possible wakeup paths in epoll is causing a few applications to longer work (dovecot for one). The original patch is really about limiting the amount of epoll nesting (since epoll fds can be attached to other fds). Thus, we probably can allow an unlimited number of paths of depth 1. My current patch limits it at 1000. And enforce the limits on paths that have a greater depth. This is captured in: https://bugzilla.redhat.com/show_bug.cgi?id=681578 Signed-off-by: Jason Baron <jbaron@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions