From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 2/2] binder: implement namepsace support for Android binder driver Date: Wed, 8 Jan 2014 15:49:28 -0800 Message-ID: <20140108234928.GA20259@kroah.com> References: <45c5d62a35f19228a681f5be9834741baabfdb0d.1387706794.git.orenl@cellrox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <45c5d62a35f19228a681f5be9834741baabfdb0d.1387706794.git.orenl-3AfRa/s5aFdBDgjK7y7TUQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: Linux Containers , linux-kernel , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Eric Biederman , lxc-devel List-Id: containers.vger.kernel.org On Sun, Dec 22, 2013 at 05:07:40AM -0500, Oren Laadan wrote: > Add namespaces support for the Android binder driver. > As binder is an IPC mechanism, tie its namespace to IPC_NS. Why does binder need namespace support? Does the Android userspace code support this? I need an ack from the Android developers before I can take this. Same goes for the ipc core changes, I need an ack from the maintainer of that code before I can take it as well. thanks, greg k-h