Re: [RFC][PATCH 13/14] Define CLONE_NEWPID flag

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cedric Le Goater <clg@xxxxxxxxxx> writes:

> sukadev@xxxxxxxxxx wrote:
>> This was discussed on containers and we thought it would be useful
>> to reserve this flag.
>> ---
>> 
>> From: Sukadev Bhattiprolu <sukadev@xxxxxxxxxx>
>> Subject: [RFC][PATCH 13/14] Define CLONE_NEWPID flag
>> 
>> Define CLONE_NEWPID flag that will be used to clone pid namespaces.
>> 
>> Signed-off-by: Sukadev Bhattiprolu <sukadev@xxxxxxxxxx>
>> ---
>>  include/linux/sched.h |    1 +
>>  1 file changed, 1 insertion(+)
>> 
>> Index: 2.6.21-rc3-mm2/include/linux/sched.h
>> ===================================================================
>> --- 2.6.21-rc3-mm2.orig/include/linux/sched.h
>> +++ 2.6.21-rc3-mm2/include/linux/sched.h
>> @@ -26,6 +26,7 @@
>> #define CLONE_STOPPED 0x02000000 /* Start in stopped state */
>>  #define CLONE_NEWUTS		0x04000000	/* New utsname group? */
>>  #define CLONE_NEWIPC		0x08000000	/* New ipcs */
>> +#define CLONE_NEWPID		0x10000000      /* New pid namespace */
>> 
>>  /*
>>   * Scheduling policies
>> 
>
> I think we can send this one to -mm.

Sounds good to me.

Eric
_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers


[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux