Re: [PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-09-04 Thread Christian Brauner
On Wed, Sep 04, 2019 at 12:49:39PM +0200, Greg Kroah-Hartman wrote: > On Wed, Sep 04, 2019 at 12:44:32PM +0200, Christian Brauner wrote: > > On Wed, Sep 04, 2019 at 09:19:29AM +0200, Greg Kroah-Hartman wrote: > > > On Fri, Aug 09, 2019 at 11:41:12AM -0700, Hridya Valsaraju wrote: > > > > On Fri,

[RESEND PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-09-04 Thread Christian Brauner
From: Hridya Valsaraju Length of a binderfs device name cannot exceed BINDERFS_MAX_NAME. This patch adds a check in binderfs_init() to ensure the same for the default binder devices that will be created in every binderfs instance. Co-developed-by: Christian Brauner Signed-off-by: Christian

Re: [PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-09-04 Thread Greg Kroah-Hartman
On Wed, Sep 04, 2019 at 12:44:32PM +0200, Christian Brauner wrote: > On Wed, Sep 04, 2019 at 09:19:29AM +0200, Greg Kroah-Hartman wrote: > > On Fri, Aug 09, 2019 at 11:41:12AM -0700, Hridya Valsaraju wrote: > > > On Fri, Aug 9, 2019 at 11:14 AM Christian Brauner > > > wrote: > > > > > > > > On

Re: [PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-09-04 Thread Christian Brauner
On Wed, Sep 04, 2019 at 09:19:29AM +0200, Greg Kroah-Hartman wrote: > On Fri, Aug 09, 2019 at 11:41:12AM -0700, Hridya Valsaraju wrote: > > On Fri, Aug 9, 2019 at 11:14 AM Christian Brauner > > wrote: > > > > > > On Fri, Aug 09, 2019 at 04:55:08PM +0200, Greg Kroah-Hartman wrote: > > > > On Thu,

Re: [PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-08-15 Thread Joel Fernandes
On Thu, Aug 08, 2019 at 03:27:26PM -0700, Hridya Valsaraju wrote: > Length of a binderfs device name cannot exceed BINDERFS_MAX_NAME. > This patch adds a check in binderfs_init() to ensure the same > for the default binder devices that will be created in every > binderfs instance. > >

Re: [PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-08-09 Thread Christian Brauner
On Fri, Aug 09, 2019 at 04:55:08PM +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 08, 2019 at 03:27:26PM -0700, Hridya Valsaraju wrote: > > Length of a binderfs device name cannot exceed BINDERFS_MAX_NAME. > > This patch adds a check in binderfs_init() to ensure the same > > for the default binder

Re: [PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-08-09 Thread Greg Kroah-Hartman
On Thu, Aug 08, 2019 at 03:27:26PM -0700, Hridya Valsaraju wrote: > Length of a binderfs device name cannot exceed BINDERFS_MAX_NAME. > This patch adds a check in binderfs_init() to ensure the same > for the default binder devices that will be created in every > binderfs instance. > >

[PATCH v3 2/2] binder: Validate the default binderfs device names.

2019-08-08 Thread Hridya Valsaraju
Length of a binderfs device name cannot exceed BINDERFS_MAX_NAME. This patch adds a check in binderfs_init() to ensure the same for the default binder devices that will be created in every binderfs instance. Co-developed-by: Christian Brauner Signed-off-by: Christian Brauner Signed-off-by: