All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] MAINTAINERS: add Hridya and myself into Android driver maintainers list
@ 2020-07-08 23:12 Suren Baghdasaryan
  2020-07-09  8:18 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Suren Baghdasaryan @ 2020-07-08 23:12 UTC (permalink / raw)
  To: surenb; +Cc: hridya, gregkh, tkjos, christian, arve, maco, joel, linux-kernel

Add new maintainers for ashmem driver to handle related issues.

Signed-off-by: Suren Baghdasaryan <surenb@google.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1d4aa7f942de..8b2f139b196d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1170,6 +1170,8 @@ M:	Todd Kjos <tkjos@android.com>
 M:	Martijn Coenen <maco@android.com>
 M:	Joel Fernandes <joel@joelfernandes.org>
 M:	Christian Brauner <christian@brauner.io>
+M:	Hridya Valsaraju <hridya@google.com>
+M:	Suren Baghdasaryan <surenb@google.com>
 L:	devel@driverdev.osuosl.org
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
-- 
2.27.0.383.g050319c2ae-goog


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Hridya and myself into Android driver maintainers list
  2020-07-08 23:12 [PATCH 1/1] MAINTAINERS: add Hridya and myself into Android driver maintainers list Suren Baghdasaryan
@ 2020-07-09  8:18 ` Greg KH
  2020-07-09 13:03   ` Joel Fernandes
  2020-07-09 15:47   ` Todd Kjos
  0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2020-07-09  8:18 UTC (permalink / raw)
  To: Suren Baghdasaryan
  Cc: hridya, tkjos, christian, arve, maco, joel, linux-kernel

On Wed, Jul 08, 2020 at 04:12:53PM -0700, Suren Baghdasaryan wrote:
> Add new maintainers for ashmem driver to handle related issues.
> 
> Signed-off-by: Suren Baghdasaryan <surenb@google.com>

Can I get an ack/reviewed-by/something by the existing maintainers to
verify this?  :)

And I thought we were deleting ashmem soon?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Hridya and myself into Android driver maintainers list
  2020-07-09  8:18 ` Greg KH
@ 2020-07-09 13:03   ` Joel Fernandes
  2020-07-09 13:09     ` Christian Brauner
  2020-07-09 15:47   ` Todd Kjos
  1 sibling, 1 reply; 5+ messages in thread
From: Joel Fernandes @ 2020-07-09 13:03 UTC (permalink / raw)
  To: Greg KH
  Cc: Suren Baghdasaryan, Hridya Valsaraju, Todd Kjos,
	Christian Brauner, Arve Hjønnevåg, Martijn Coenen,
	LKML

On Thu, Jul 9, 2020 at 4:18 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> And I thought we were deleting ashmem soon?

This seems harder than initially thought. The Android userspace is
intertwined with ashmem in various ways (security policies, apps etc).
There were various concerns with old apps using /dev/ashmem directly
without going through library layers and that such apps could not be
upgraded. Various approaches were tried to work around this by
different folks to varying degrees of effect. Also, I am no longer
with the Android team at Google, but I continue to work with them
upstream.

Fwiw, I will continue reviewing this and other Android code from my
side. Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Hridya and myself into Android driver maintainers list
  2020-07-09 13:03   ` Joel Fernandes
@ 2020-07-09 13:09     ` Christian Brauner
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Brauner @ 2020-07-09 13:09 UTC (permalink / raw)
  To: Joel Fernandes
  Cc: Greg KH, Suren Baghdasaryan, Hridya Valsaraju, Todd Kjos,
	Christian Brauner, Arve Hjønnevåg, Martijn Coenen,
	LKML

On Thu, Jul 09, 2020 at 09:03:13AM -0400, Joel Fernandes wrote:
> On Thu, Jul 9, 2020 at 4:18 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> > And I thought we were deleting ashmem soon?
> 
> This seems harder than initially thought. The Android userspace is
> intertwined with ashmem in various ways (security policies, apps etc).
> There were various concerns with old apps using /dev/ashmem directly
> without going through library layers and that such apps could not be
> upgraded. Various approaches were tried to work around this by
> different folks to varying degrees of effect. Also, I am no longer
> with the Android team at Google, but I continue to work with them
> upstream.
> 
> Fwiw, I will continue reviewing this and other Android code from my
> side. Thanks.

Same.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Hridya and myself into Android driver maintainers list
  2020-07-09  8:18 ` Greg KH
  2020-07-09 13:03   ` Joel Fernandes
@ 2020-07-09 15:47   ` Todd Kjos
  1 sibling, 0 replies; 5+ messages in thread
From: Todd Kjos @ 2020-07-09 15:47 UTC (permalink / raw)
  To: Greg KH
  Cc: Suren Baghdasaryan, Hridya Valsaraju, Christian Brauner,
	Arve Hjønnevåg, Martijn Coenen, Joel Fernandes (Google),
	LKML

On Thu, Jul 9, 2020 at 1:18 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Wed, Jul 08, 2020 at 04:12:53PM -0700, Suren Baghdasaryan wrote:
> > Add new maintainers for ashmem driver to handle related issues.
> >
> > Signed-off-by: Suren Baghdasaryan <surenb@google.com>

Acked-by: Todd Kjos <tkjos@google.com>

>
> Can I get an ack/reviewed-by/something by the existing maintainers to
> verify this?  :)
>
> And I thought we were deleting ashmem soon?
>
> thanks,
>
> greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-09 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 23:12 [PATCH 1/1] MAINTAINERS: add Hridya and myself into Android driver maintainers list Suren Baghdasaryan
2020-07-09  8:18 ` Greg KH
2020-07-09 13:03   ` Joel Fernandes
2020-07-09 13:09     ` Christian Brauner
2020-07-09 15:47   ` Todd Kjos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.