Kirill Korotaev <dev@sw.ru> writes: > Eric, > > All my commments are inline below. > >> This patch modifies the fork/exit, signal handling, and pid and >> process group manipulating syscalls to support multiple process >> spaces, and implements the data for allow multiple instaces of the pid >> namespace. > > [ ... skipped .... ] > >> +extern struct pspace init_pspace; >> + >> +#define INVALID_PID 0x7fffffff > <<<< what is it for? It is a hold over from an earlier version that never got deleted. oops. Eric - 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/
- References:
- [RFC][PATCH 0/20] Multiple instances of the process id namespace
- From: ebiederm@xmission.com (Eric W. Biederman)
- [RFC][PATCH 01/20] pid: Intoduce the concept of a wid (wait id)
- From: ebiederm@xmission.com (Eric W. Biederman)
- [RFC][PATCH 02/20] pspace: The parent process id of pid 1 is always 0.
- From: ebiederm@xmission.com (Eric W. Biederman)
- [RFC][PATCH 03/20] pid: Introduce a generic helper to test for init.
- From: ebiederm@xmission.com (Eric W. Biederman)
- [RFC][PATCH 04/20] pspace: Allow multiple instaces of the process id namespace
- From: ebiederm@xmission.com (Eric W. Biederman)
- Re: [RFC][PATCH 04/20] pspace: Allow multiple instaces of the process id namespace
- From: Kirill Korotaev <dev@sw.ru>
- [RFC][PATCH 0/20] Multiple instances of the process id namespace
- Prev by Date: Re: [RFC][PATCH 20/20] proc: Update /proc to support multiple pid spaces.
- Next by Date: RE: EC interrupt mode by default breaks power button and lid button
- Previous by thread: Re: [RFC][PATCH 04/20] pspace: Allow multiple instaces of the process id namespace
- Next by thread: Re: [RFC][PATCH 04/20] pspace: Allow multiple instaces of the process id namespace
- Index(es):
![]() |