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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932369AbaAHXtB (ORCPT ); Wed, 8 Jan 2014 18:49:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43950 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932219AbaAHXs6 (ORCPT ); Wed, 8 Jan 2014 18:48:58 -0500 Date: Wed, 8 Jan 2014 15:49:28 -0800 From: Greg Kroah-Hartman To: Oren Laadan Cc: Linux Containers , linux-kernel , lxc-devel , Serge Hallyn , Eric Biederman , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Amir Goldstein Subject: Re: [PATCH 2/2] binder: implement namepsace support for Android binder driver 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-Disposition: inline In-Reply-To: <45c5d62a35f19228a681f5be9834741baabfdb0d.1387706794.git.orenl@cellrox.com> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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