| From: |
| sukadev@us.ibm.com |
| To: |
| Andrew Morton <akpm@osdl.org> |
| Subject: |
| [PATCH 0/4] Helper patches for PTY namespaces |
| Date: |
| Sat, 12 Apr 2008 10:29:33 -0700 |
| Message-ID: |
| <20080412172933.GA19295@us.ibm.com> |
| Cc: |
| serue@us.ibm.com, matthltc@us.ibm.com,
"Eric W. Biederman" <ebiederm@xmission.com>, hpa@zytor.com,
Pavel Emelyanov <xemul@openvz.org>,
Containers <containers@lists.osdl.org>,
linux-kernel@vger.kernel.org |
| Archive-link: |
| Article,
Thread
|
Some simple helper patches to enable implementation of multiple PTY
(or device) namespaces.
[PATCH 1/4]: Propagate error code from devpts_pty_new
[PATCH 2/4]: Factor out PTY index allocation
[PATCH 3/4]: Move devpts globals into init_pts_ns
[PATCH 3/4]: Enable multiple mounts of /dev/pts
This patchset is based on earlier versions developed by Serge Hallyn
and Matt Helsley.