LWN.net Logo

Updated dynamic pty patch available

From:  "H. Peter Anvin" <hpa@zytor.com>
To:  linux-kernel <linux-kernel@vger.kernel.org>
Subject:  Updated dynamic pty patch available
Date:  Wed, 11 Feb 2004 22:00:46 -0800
Cc:  tytso@thunk.org, William Lee Irwin III <wli@holomorphy.com>

ftp://ftp.kernel.org/pub/linux/kernel/people/hpa/dynpty-test-2.patch

... against the current top-of-bkcvs 2.6 kernel.

This version of the patch makes *both* legacy and Unix98 ptys configure 
options (Unix98 only if EMBEDDED), and the number of legacy ptys is a 
configuration option -- useful if you want to reduce the memory 
footprint, or if you really wants lots of these guys (256 is no longer a 
hard limit.)

Additionally, I have added a sysctl option -- /proc/sys/kernel/pty/max 
-- for limiting the number of Unix98 ptys.  It was way too effective a 
DoS to eat up all kernel memory by opening /dev/ptmx repeatedly.  The 
default is 4096, but it can be adjusted all the way up to 2^20 if desirable.

	-hpa


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds