[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e9c86e8a-3790-05b1-4c3f-6951abf14df2@oracle.com>
Date: Wed, 28 Mar 2018 16:18:49 -0700
From: Nagarathnam Muthusamy <nagarathnam.muthusamy@...cle.com>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
Cc: Linux Containers <containers@...ts.linux-foundation.org>,
linux-kernel@...r.kernel.org, linux-api@...r.kernel.org,
khlebnikov@...dex-team.ru, prakash.sangappa@...cle.com,
luto@...nel.org, akpm@...ux-foundation.org, oleg@...hat.com,
serge.hallyn@...ntu.com, esyr@...hat.com, jannh@...gle.com,
linux-security-module@...r.kernel.org,
Pavel Emelyanov <xemul@...nvz.org>
Subject: Re: [REVIEW][PATCH 09/11] ipc/shm: Fix shmctl(..., IPC_STAT, ...)
between pid namespaces.
On 03/28/2018 04:04 PM, ebiederm@...ssion.com wrote:
> NAGARATHNAM MUTHUSAMY <nagarathnam.muthusamy@...cle.com> writes:
>
>> On 3/23/2018 2:33 PM, ebiederm@...ssion.com wrote:
>>> NAGARATHNAM MUTHUSAMY <nagarathnam.muthusamy@...cle.com> writes:
>>>
>>>> Thanks!
>>>>
>>>> Reviewed-by: Nagarathnam Muthusamy <nagarathnam.muthusamy@...cle.com>
>>> Does this look like it will address the issue you have been fighting
>>> with pids?
>> We do use IPC shared memory but it is a single large one, shared by multiple
>> levels. We are currently looking into using a similar solution based on file
>> locks.
>> When a new level is created, a file representing that level could be created in
>> a common path which could be locked by the init process of that level.
>> Parent levels could query the locking pid of that file to get the pid
>> translation
>> of the init process of the required level. Then it could open a file descriptor
>> and use the translate_pid API for further translations.
> Do you want to resend the translate_pid API with file descriptors as it
> was in the lwn article? That I will apply.
Sure Eric! We are currently implementing and testing the file locks + FD
based
approach, just to make sure it covers all the requirements. Will resend the
patch with FD based translate_pid API in few days.
Thanks,
Nagarathnam.
>
> Eric
Powered by blists - more mailing lists