Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-26 Thread Kees Cook
On Thu, Sep 26, 2019 at 09:02:07AM -0700, Joe Perches wrote: > > the [a-f0-9]{1,40} already excludes "commit". > > No it doesn't as commit starts with c which matches [a-f0-9]{1,40} Whoops! Yes, sorry, you're right. I needed a trailing whitespace in the regex. -- Kees Cook

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-26 Thread Joe Perches
On Thu, 2019-09-26 at 08:53 -0700, Kees Cook wrote: > On Thu, Sep 26, 2019 at 08:14:03AM -0700, Joe Perches wrote: > > On Wed, 2019-09-25 at 11:40 -0700, Kees Cook wrote: > > > Is "6" a safe lower bound here? I thought 12 was the way to go? > > [] > > > $ git log | egrep 'Fixes: [a-f0-9]{1,40}' | c

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-26 Thread Kees Cook
On Thu, Sep 26, 2019 at 08:14:03AM -0700, Joe Perches wrote: > On Wed, 2019-09-25 at 11:40 -0700, Kees Cook wrote: > > Is "6" a safe lower bound here? I thought 12 was the way to go? > [] > > $ git log | egrep 'Fixes: [a-f0-9]{1,40}' | col2 | awk '{print length }' | > > sort | uniq -c | sort -n |

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-26 Thread Joe Perches
On Wed, 2019-09-25 at 11:40 -0700, Kees Cook wrote: > On Wed, Sep 25, 2019 at 10:13:37AM -0700, Joe Perches wrote: > > On Thu, 2019-09-19 at 09:56 +0300, Dan Carpenter wrote: > > > When I sent a patch, I use get_maintainer.pl then I add whoever the > > > wrote the commit from the Fixes tag. Then I

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-26 Thread Geert Uytterhoeven
Hi Joe, On Wed, Sep 25, 2019 at 7:32 PM Joe Perches wrote: > On Thu, 2019-09-19 at 09:56 +0300, Dan Carpenter wrote: > > When I sent a patch, I use get_maintainer.pl then I add whoever the > > wrote the commit from the Fixes tag. Then I remove Colin King and Kees > > Cook from the CC list becaus

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-25 Thread Kees Cook
On Wed, Sep 25, 2019 at 10:13:37AM -0700, Joe Perches wrote: > On Thu, 2019-09-19 at 09:56 +0300, Dan Carpenter wrote: > > When I sent a patch, I use get_maintainer.pl then I add whoever the > > wrote the commit from the Fixes tag. Then I remove Colin King and Kees > > Cook from the CC list becaus

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-25 Thread Joe Perches
On Thu, 2019-09-19 at 09:56 +0300, Dan Carpenter wrote: > When I sent a patch, I use get_maintainer.pl then I add whoever the > wrote the commit from the Fixes tag. Then I remove Colin King and Kees > Cook from the CC list because they worked all over the tree and I know > them. I also normally r

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-23 Thread Jonathan Corbet
On Mon, 23 Sep 2019 08:58:28 -0700 Doug Anderson wrote: > I swear that I was involved in a conversation in the past where > someone suggested to stop CCing LKML on patches and Jonathan Corbet > jumped in and said that he supported CCing LKML on all patches. I don't *think* I said that, I have no

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-23 Thread Doug Anderson
Hi, On Sat, Sep 21, 2019 at 1:56 AM Jani Nikula wrote: > > On Fri, 20 Sep 2019, Doug Anderson wrote: > > On Fri, Sep 20, 2019 at 7:54 AM Laurent Pinchart > > wrote: > >> And remove Kees Cook and Colin King ? :-) Jokes aside, brushing up > >> get_maintainer.pl a bit is a good idea. I'm for inst

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-21 Thread Jani Nikula
On Fri, 20 Sep 2019, Doug Anderson wrote: > On Fri, Sep 20, 2019 at 7:54 AM Laurent Pinchart > wrote: >> And remove Kees Cook and Colin King ? :-) Jokes aside, brushing up >> get_maintainer.pl a bit is a good idea. I'm for instance not sure adding >> LKML automatically is a good idea if other ma

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-20 Thread Doug Anderson
Hi, On Fri, Sep 20, 2019 at 7:54 AM Laurent Pinchart wrote: > > On Thu, Sep 19, 2019 at 09:22:45AM +0200, Geert Uytterhoeven wrote: > > On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter > > wrote: > > > On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > > > > > > +Patches for

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-20 Thread Laurent Pinchart
On Thu, Sep 19, 2019 at 09:22:45AM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter > wrote: > > On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > > > > > +Patches for the media subsystem should be sent to the media mailing > > > > > list >

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-20 Thread Daniel Vetter
On Fri, Sep 20, 2019 at 1:27 PM Joe Perches wrote: > > On Thu, 2019-09-19 at 10:08 +0300, Dan Carpenter wrote: > > On Wed, Sep 18, 2019 at 03:48:31PM -0300, Mauro Carvalho Chehab wrote: > > > Em Wed, 18 Sep 2019 20:27:05 +0300 > > > Laurent Pinchart escreveu: > > > > > > > > Anyway, not sure if t

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-19 Thread Joe Perches
On Thu, 2019-09-19 at 10:08 +0300, Dan Carpenter wrote: > On Wed, Sep 18, 2019 at 03:48:31PM -0300, Mauro Carvalho Chehab wrote: > > Em Wed, 18 Sep 2019 20:27:05 +0300 > > Laurent Pinchart escreveu: > > > > > > Anyway, not sure if the other sub-maintainers see the same way. From my > > > > side,

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-19 Thread Mauro Carvalho Chehab
Em Thu, 19 Sep 2019 09:56:44 +0300 Dan Carpenter escreveu: > On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > > > > +Patches for the media subsystem should be sent to the media mailing > > > > list > > > > +at linux-media@vger.kernel.org as plain text only e-mail. Emails

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-19 Thread Jani Nikula
On Thu, 19 Sep 2019, Geert Uytterhoeven wrote: > Hi Jani, > > On Thu, Sep 19, 2019 at 10:49 AM Jani Nikula wrote: >> On Thu, 19 Sep 2019, Geert Uytterhoeven wrote: >> > On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter >> > wrote: >> >> On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Cheh

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-19 Thread Geert Uytterhoeven
Hi Jani, On Thu, Sep 19, 2019 at 10:49 AM Jani Nikula wrote: > On Thu, 19 Sep 2019, Geert Uytterhoeven wrote: > > On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter > > wrote: > >> On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > >> When I sent a patch, I use get_maintainer.

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-19 Thread Jani Nikula
On Thu, 19 Sep 2019, Geert Uytterhoeven wrote: > On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter > wrote: >> On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: >> When I sent a patch, I use get_maintainer.pl then I add whoever the >> wrote the commit from the Fixes tag. Then I

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-19 Thread Geert Uytterhoeven
On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter wrote: > On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > > > > +Patches for the media subsystem should be sent to the media mailing > > > > list > > > > +at linux-media@vger.kernel.org as plain text only e-mail. Emails with >

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-19 Thread Dan Carpenter
On Wed, Sep 18, 2019 at 03:48:31PM -0300, Mauro Carvalho Chehab wrote: > Em Wed, 18 Sep 2019 20:27:05 +0300 > Laurent Pinchart escreveu: > > > > Anyway, not sure if the other sub-maintainers see the same way. From my > > > side, > > > I prefer not to be c/c, as this is just more noise, as I just

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-18 Thread Dan Carpenter
On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > > > +Patches for the media subsystem should be sent to the media mailing list > > > +at linux-media@vger.kernel.org as plain text only e-mail. Emails with > > > +HTML will be automatically rejected by the mail server. There's

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-18 Thread Mauro Carvalho Chehab
Em Wed, 18 Sep 2019 20:27:05 +0300 Laurent Pinchart escreveu: > > Anyway, not sure if the other sub-maintainers see the same way. From my > > side, > > I prefer not to be c/c, as this is just more noise, as I just rely on > > patchwork for media patches. What about changing this to: > > > >

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-18 Thread Laurent Pinchart
Hi Mauro, On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > Em Wed, 18 Sep 2019 15:36:20 +0300 Laurent Pinchart escreveu: > > On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > > > Document the basic policies of the media subsystem profile. > > > > > >

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-18 Thread Mauro Carvalho Chehab
Em Wed, 18 Sep 2019 15:36:20 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > > Document the basic policies of the media subsystem profile. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > > > That's basically a

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-18 Thread Laurent Pinchart
Hi Mauro, On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > Document the basic policies of the media subsystem profile. > > Signed-off-by: Mauro Carvalho Chehab > --- > > That's basically a modified version of: > https://patchwork.linuxtv.org/patch/52999/ > > Applied

Re: single maintainer profile directory (was Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation)

2019-09-17 Thread Kees Cook
On Tue, Sep 17, 2019 at 10:28:17AM -0300, Mauro Carvalho Chehab wrote: > No matter where the profiles will physically be stored, its contents belong > to subsystem-specific documentation, and should be visible at the same index > file as the kAPI docs is located, as anyone interested on submittin

Re: single maintainer profile directory (was Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation)

2019-09-17 Thread Mauro Carvalho Chehab
Hi Kees, Em Mon, 16 Sep 2019 20:35:45 -0700 Kees Cook escreveu: > On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > > Document the basic policies of the media subsystem profile. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > > > That's basically a modified ver

single maintainer profile directory (was Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation)

2019-09-16 Thread Kees Cook
On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > Document the basic policies of the media subsystem profile. > > Signed-off-by: Mauro Carvalho Chehab > --- > > That's basically a modified version of: > https://patchwork.linuxtv.org/patch/52999/ > > Applied to the new