summaryrefslogtreecommitdiffstats
path: root/Documentation/sysctl
diff options
context:
space:
mode:
authorKonstantin Khlebnikov2016-02-21 08:06:14 +0100
committerGreg Kroah-Hartman2016-03-08 01:11:14 +0100
commit8b253b07e990ca453f31503aacb29004f2a87364 (patch)
tree1b4ec23c3e2e71813a333d940e02fecc32c13c80 /Documentation/sysctl
parenttty: goldfish: support platform_device with id -1 (diff)
downloadkernel-qcow2-linux-8b253b07e990ca453f31503aacb29004f2a87364.tar.gz
kernel-qcow2-linux-8b253b07e990ca453f31503aacb29004f2a87364.tar.xz
kernel-qcow2-linux-8b253b07e990ca453f31503aacb29004f2a87364.zip
TTY, devpts: document pty count limiting
Logic has been changed in kernel 3.4 by commit e9aba5158a80 ("tty: rework pty count limiting") but still not documented. Sysctl kernel.pty.max works as global limit, kernel.pty.reserve ptys are reserved for initial devpts instance (mounted without "newinstance"). Per-instance limit also could be set by mount option "max=%d". Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r--Documentation/sysctl/kernel.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt
index a93b414672a7..d05e70b7d8dd 100644
--- a/Documentation/sysctl/kernel.txt
+++ b/Documentation/sysctl/kernel.txt
@@ -64,6 +64,7 @@ show up in /proc/sys/kernel:
- printk_delay
- printk_ratelimit
- printk_ratelimit_burst
+- pty ==> Documentation/filesystems/devpts.txt
- randomize_va_space
- real-root-dev ==> Documentation/initrd.txt
- reboot-cmd [ SPARC only ]