All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: fix entry of char/misc
@ 2015-10-13 10:04 Sudip Mukherjee
  2015-10-13 14:48 ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Sudip Mukherjee @ 2015-10-13 10:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Andrew Morton
  Cc: linux-kernel, Joe Perches, Sudip Mukherjee

Greg and Arnd are supporter of char and misc drivers. While using
getmaintainer.pl on any patch or any file in these directories their
names were never displayed.
And for this reason quite a few patches for these char and misc have
never been picked up as they never had Greg or Arnd in To or Cc.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
---

I personally faced this multiple times and faced again just now while
sending another patch for misc. Greg can also confirm about the missing
patches. But this maybe a problem with getmaintainer.pl file also.
So adding Joe Perches to Cc list.

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 21348d8..a8a1676 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2698,8 +2698,8 @@ M:	Arnd Bergmann <arnd@arndb.de>
 M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
 S:	Supported
-F:	drivers/char/*
-F:	drivers/misc/*
+F:	drivers/char/
+F:	drivers/misc/
 F:	include/linux/miscdevice.h
 
 CHECKPATCH
-- 
1.9.1


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

* Re: [PATCH] MAINTAINERS: fix entry of char/misc
  2015-10-13 10:04 [PATCH] MAINTAINERS: fix entry of char/misc Sudip Mukherjee
@ 2015-10-13 14:48 ` Joe Perches
  2015-10-13 17:19   ` Sudip Mukherjee
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2015-10-13 14:48 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: Greg Kroah-Hartman, Andrew Morton, linux-kernel

On Tue, 2015-10-13 at 15:34 +0530, Sudip Mukherjee wrote:
> Greg and Arnd are supporter of char and misc drivers. While using
> getmaintainer.pl on any patch or any file in these directories their
> names were never displayed.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
>  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
>  S:	Supported
> -F:	drivers/char/*
> -F:	drivers/misc/*
> +F:	drivers/char/
> +F:	drivers/misc/
>  F:	include/linux/miscdevice.h

Do Greg and Arnd really want to be supporting all
subsystems below drivers/char like agp and xillybus?





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

* Re: [PATCH] MAINTAINERS: fix entry of char/misc
  2015-10-13 14:48 ` Joe Perches
@ 2015-10-13 17:19   ` Sudip Mukherjee
  2015-10-13 17:35     ` Joe Perches
  2015-10-13 17:39     ` Greg Kroah-Hartman
  0 siblings, 2 replies; 6+ messages in thread
From: Sudip Mukherjee @ 2015-10-13 17:19 UTC (permalink / raw)
  To: Joe Perches; +Cc: Greg Kroah-Hartman, Andrew Morton, linux-kernel

On Tue, Oct 13, 2015 at 07:48:05AM -0700, Joe Perches wrote:
> On Tue, 2015-10-13 at 15:34 +0530, Sudip Mukherjee wrote:
> > Greg and Arnd are supporter of char and misc drivers. While using
> > getmaintainer.pl on any patch or any file in these directories their
> > names were never displayed.
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> >  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
> >  S:	Supported
> > -F:	drivers/char/*
> > -F:	drivers/misc/*
> > +F:	drivers/char/
> > +F:	drivers/misc/
> >  F:	include/linux/miscdevice.h
> 
> Do Greg and Arnd really want to be supporting all
> subsystems below drivers/char like agp and xillybus?

I don't know that. Maybe Greg and Arnd can say.
But wasn't that the intention when char/* and misc/* was mentioned here?

regards
sudip

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

* Re: [PATCH] MAINTAINERS: fix entry of char/misc
  2015-10-13 17:19   ` Sudip Mukherjee
@ 2015-10-13 17:35     ` Joe Perches
  2015-10-13 17:39     ` Greg Kroah-Hartman
  1 sibling, 0 replies; 6+ messages in thread
From: Joe Perches @ 2015-10-13 17:35 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: Greg Kroah-Hartman, Andrew Morton, linux-kernel

On Tue, 2015-10-13 at 22:49 +0530, Sudip Mukherjee wrote:
> On Tue, Oct 13, 2015 at 07:48:05AM -0700, Joe Perches wrote:
> > On Tue, 2015-10-13 at 15:34 +0530, Sudip Mukherjee wrote:
> > > Greg and Arnd are supporter of char and misc drivers. While using
> > > getmaintainer.pl on any patch or any file in these directories their
> > > names were never displayed.
> > []
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > []
> > >  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
> > >  S:	Supported
> > > -F:	drivers/char/*
> > > -F:	drivers/misc/*
> > > +F:	drivers/char/
> > > +F:	drivers/misc/
> > >  F:	include/linux/miscdevice.h
> > 
> > Do Greg and Arnd really want to be supporting all
> > subsystems below drivers/char like agp and xillybus?
> 
> I don't know that. Maybe Greg and Arnd can say.
> But wasn't that the intention when char/* *nd misc/* was mentioned here?

No.

It was specific to files that are only in the top level
directories drivers/char/ and drivers/misc/ but not any
files in directories below those.

There should be some difference between S: uses for
some of the char and misc bits.

Besides, as commit 46e642614b36 shows, Greg and Arnd are
self-described fools...

Still, it may be sensible have 2 MAINTAINERS sections like:

CHAR and MISC CORE
M:	Arnd Bergmann <arnd@arndb.de>
M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
S:	Supported
F:	drivers/char/*
F:	drivers/misc/*
F:	include/linux/miscdevice.h

CHAR and MISC DRIVERS
M:	Arnd Bergmann <arnd@arndb.de>
M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
S:	Odd fixes
F:	drivers/char/
F:	drivers/misc/

but maybe there should be some exclusions in the
drivers block like:

X:	drivers/char/hw_random/
X:	drivers/char/ipmi/

and probably some others.



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

* Re: [PATCH] MAINTAINERS: fix entry of char/misc
  2015-10-13 17:19   ` Sudip Mukherjee
  2015-10-13 17:35     ` Joe Perches
@ 2015-10-13 17:39     ` Greg Kroah-Hartman
  2015-10-14  4:48       ` Sudip Mukherjee
  1 sibling, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2015-10-13 17:39 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: Joe Perches, Andrew Morton, linux-kernel

On Tue, Oct 13, 2015 at 10:49:24PM +0530, Sudip Mukherjee wrote:
> On Tue, Oct 13, 2015 at 07:48:05AM -0700, Joe Perches wrote:
> > On Tue, 2015-10-13 at 15:34 +0530, Sudip Mukherjee wrote:
> > > Greg and Arnd are supporter of char and misc drivers. While using
> > > getmaintainer.pl on any patch or any file in these directories their
> > > names were never displayed.
> > []
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > []
> > >  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
> > >  S:	Supported
> > > -F:	drivers/char/*
> > > -F:	drivers/misc/*
> > > +F:	drivers/char/
> > > +F:	drivers/misc/
> > >  F:	include/linux/miscdevice.h
> > 
> > Do Greg and Arnd really want to be supporting all
> > subsystems below drivers/char like agp and xillybus?
> 
> I don't know that. Maybe Greg and Arnd can say.
> But wasn't that the intention when char/* and misc/* was mentioned here?

Kind of, I'm here to pick up the portions of this tree that do not have
a maintainer already (random.c is one example.)

thanks,

greg k-h

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

* Re: [PATCH] MAINTAINERS: fix entry of char/misc
  2015-10-13 17:39     ` Greg Kroah-Hartman
@ 2015-10-14  4:48       ` Sudip Mukherjee
  0 siblings, 0 replies; 6+ messages in thread
From: Sudip Mukherjee @ 2015-10-14  4:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Joe Perches, Andrew Morton, linux-kernel

On Tue, Oct 13, 2015 at 10:39:47AM -0700, Greg Kroah-Hartman wrote:
> On Tue, Oct 13, 2015 at 10:49:24PM +0530, Sudip Mukherjee wrote:
> > On Tue, Oct 13, 2015 at 07:48:05AM -0700, Joe Perches wrote:
> > > On Tue, 2015-10-13 at 15:34 +0530, Sudip Mukherjee wrote:
> > > > Greg and Arnd are supporter of char and misc drivers. While using
> > > > getmaintainer.pl on any patch or any file in these directories their
> > > > names were never displayed.
> > > []
> > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > []
> > > >  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
> > > >  S:	Supported
> > > > -F:	drivers/char/*
> > > > -F:	drivers/misc/*
> > > > +F:	drivers/char/
> > > > +F:	drivers/misc/
> > > >  F:	include/linux/miscdevice.h
> > > 
> > > Do Greg and Arnd really want to be supporting all
> > > subsystems below drivers/char like agp and xillybus?
> > 
> > I don't know that. Maybe Greg and Arnd can say.
> > But wasn't that the intention when char/* and misc/* was mentioned here?
> 
> Kind of, I'm here to pick up the portions of this tree that do not have
> a maintainer already (random.c is one example.)

Then what about the ones that has a maintainer? I had specifically
sgi-gru in mind when I made this patch. I hope you remember the issue
that I pointed out when i sent some patches for that.

regards
sudip

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

end of thread, other threads:[~2015-10-14  4:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-13 10:04 [PATCH] MAINTAINERS: fix entry of char/misc Sudip Mukherjee
2015-10-13 14:48 ` Joe Perches
2015-10-13 17:19   ` Sudip Mukherjee
2015-10-13 17:35     ` Joe Perches
2015-10-13 17:39     ` Greg Kroah-Hartman
2015-10-14  4:48       ` Sudip Mukherjee

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.