linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bad MAINTAINERS pattern in section 'INTEL PMC CORE DRIVER'
@ 2018-09-28 21:53 Joe Perches
  2018-10-03  8:00 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2018-09-28 21:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Rajneesh Bhardwaj, Vishwanath Somayaji, platform-driver-x86,
	Andy Shevchenko

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	7441	INTEL PMC CORE DRIVER
	7442	M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
	7443	M:	Vishwanath Somayaji <vishwanath.somayaji@intel.com>
	7444	L:	platform-driver-x86@vger.kernel.org
	7445	S:	Maintained
-->	7446	F:	arch/x86/include/asm/pmc_core.h
	7447	F:	drivers/platform/x86/intel_pmc_core*

Commit that introduced this:

commit 7683e9e529258d01ce99216ad3be21f59eff83ec
 Author: Linus Torvalds <torvalds@linux-foundation.org>
 Date:   Sun Jul 23 16:06:21 2017 -0700
 
     Properly alphabetize MAINTAINERS file
     
     This adds a perl script to actually parse the MAINTAINERS file, clean up
     some whitespace in it, warn about errors in it, and then properly sort
     the end result.
     
     My perl-fu is atrocious, so the script has basically been created by
     randomly putting various characters in a pile, mixing them around, and
     then looking it the end result does anything interesting when used as a
     perl script.
     
     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
 
  MAINTAINERS                  | 3585 +++++++++++++++++++++---------------------
  scripts/parse-maintainers.pl |   77 +
  2 files changed, 1868 insertions(+), 1794 deletions(-)

Last commit with arch/x86/include/asm/pmc_core.h

commit 941691ef2197944a202d7870dcd7da3fb0391c65
Author: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
Date:   Wed Jan 31 11:50:22 2018 +0530

    platform/x86: intel_pmc_core: Remove unused header file
    
    Recently sent patch 'platform/x86: intel_pmc_core: Remove unused EXPORTED
    API' missed to remove the header file 'arch/x86/include/asm/pmc_core.h'
    which was solely used to declare the EXPORTED API
    'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the
    same.
    
    Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
    Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

 arch/x86/include/asm/pmc_core.h       | 27 ---------------------------
 drivers/platform/x86/intel_pmc_core.c |  1 -
 2 files changed, 28 deletions(-)

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

* Re: Bad MAINTAINERS pattern in section 'INTEL PMC CORE DRIVER'
  2018-09-28 21:53 Bad MAINTAINERS pattern in section 'INTEL PMC CORE DRIVER' Joe Perches
@ 2018-10-03  8:00 ` Andy Shevchenko
  2018-10-03 10:10   ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2018-10-03  8:00 UTC (permalink / raw)
  To: Joe Perches
  Cc: Linux Kernel Mailing List, Rajneesh Bhardwaj,
	Vishwanath Somayaji, Platform Driver, Andy Shevchenko

On Sat, Sep 29, 2018 at 12:54 AM Joe Perches <joe@perches.com> wrote:
>
> Please fix this defect appropriately.
>
> linux-next MAINTAINERS section:
>
>         7441    INTEL PMC CORE DRIVER
>         7442    M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
>         7443    M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
>         7444    L:      platform-driver-x86@vger.kernel.org
>         7445    S:      Maintained
> -->     7446    F:      arch/x86/include/asm/pmc_core.h
>         7447    F:      drivers/platform/x86/intel_pmc_core*
>
> Commit that introduced this:

This is strange the shuffle of the MAINTAINERS based on the script is
a culprit of the above inconsistency.

Btw, I run parse-maintainers.pl against it and there are a lot more
"unsorted" lines.
What Linus or me or both did miss?

>
> commit 7683e9e529258d01ce99216ad3be21f59eff83ec
>  Author: Linus Torvalds <torvalds@linux-foundation.org>
>  Date:   Sun Jul 23 16:06:21 2017 -0700
>
>      Properly alphabetize MAINTAINERS file
>
>      This adds a perl script to actually parse the MAINTAINERS file, clean up
>      some whitespace in it, warn about errors in it, and then properly sort
>      the end result.
>
>      My perl-fu is atrocious, so the script has basically been created by
>      randomly putting various characters in a pile, mixing them around, and
>      then looking it the end result does anything interesting when used as a
>      perl script.
>
>      Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
>
>   MAINTAINERS                  | 3585 +++++++++++++++++++++---------------------
>   scripts/parse-maintainers.pl |   77 +
>   2 files changed, 1868 insertions(+), 1794 deletions(-)
>
> Last commit with arch/x86/include/asm/pmc_core.h
>
> commit 941691ef2197944a202d7870dcd7da3fb0391c65
> Author: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> Date:   Wed Jan 31 11:50:22 2018 +0530
>
>     platform/x86: intel_pmc_core: Remove unused header file
>
>     Recently sent patch 'platform/x86: intel_pmc_core: Remove unused EXPORTED
>     API' missed to remove the header file 'arch/x86/include/asm/pmc_core.h'
>     which was solely used to declare the EXPORTED API
>     'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the
>     same.
>
>     Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
>     Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
>  arch/x86/include/asm/pmc_core.h       | 27 ---------------------------
>  drivers/platform/x86/intel_pmc_core.c |  1 -
>  2 files changed, 28 deletions(-)



-- 
With Best Regards,
Andy Shevchenko

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

* Re: Bad MAINTAINERS pattern in section 'INTEL PMC CORE DRIVER'
  2018-10-03  8:00 ` Andy Shevchenko
@ 2018-10-03 10:10   ` Joe Perches
  2018-10-03 11:45     ` Rajneesh Bhardwaj
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2018-10-03 10:10 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Linux Kernel Mailing List, Rajneesh Bhardwaj,
	Vishwanath Somayaji, Platform Driver, Andy Shevchenko

On Wed, 2018-10-03 at 11:00 +0300, Andy Shevchenko wrote:
> On Sat, Sep 29, 2018 at 12:54 AM Joe Perches <joe@perches.com> wrote:
> > Please fix this defect appropriately.
> > 
> > linux-next MAINTAINERS section:
> > 
> >         7441    INTEL PMC CORE DRIVER
> >         7442    M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> >         7443    M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
> >         7444    L:      platform-driver-x86@vger.kernel.org
> >         7445    S:      Maintained
> > -->     7446    F:      arch/x86/include/asm/pmc_core.h
> >         7447    F:      drivers/platform/x86/intel_pmc_core*
> > 
> > Commit that introduced this:
> 
> This is strange the shuffle of the MAINTAINERS based on the script is
> a culprit of the above inconsistency.
> 
> Btw, I run parse-maintainers.pl against it and there are a lot more
> "unsorted" lines.
> What Linus or me or both did miss?

Nothing really.

The script used git-blame on the specific line, that's all.

There is no simple way to actually find a specific
commit that adds a particular line to a file if there is
any refactoring done to the file after it was added.

commit b740d2e9233cb33626d3b62210bcfc6a34baa839
Author: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
Date:   Thu May 26 14:41:19 2016 +0530

    platform/x86: Add PMC Driver for Intel Core SoC

Anyway, the real cause of the file pattern being unused
was also written below:

> > Last commit with arch/x86/include/asm/pmc_core.h
> > 
> > commit 941691ef2197944a202d7870dcd7da3fb0391c65
> > Author: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> > Date:   Wed Jan 31 11:50:22 2018 +0530
> > 
> >     platform/x86: intel_pmc_core: Remove unused header file
> > 
> >     Recently sent patch 'platform/x86: intel_pmc_core: Remove unused EXPORTED
> >     API' missed to remove the header file 'arch/x86/include/asm/pmc_core.h'
> >     which was solely used to declare the EXPORTED API
> >     'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the
> >     same.
> > 
> >     Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> >     Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > 
> >  arch/x86/include/asm/pmc_core.h       | 27 ---------------------------
> >  drivers/platform/x86/intel_pmc_core.c |  1 -
> >  2 files changed, 28 deletions(-)


> 


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

* Re: Bad MAINTAINERS pattern in section 'INTEL PMC CORE DRIVER'
  2018-10-03 10:10   ` Joe Perches
@ 2018-10-03 11:45     ` Rajneesh Bhardwaj
  0 siblings, 0 replies; 4+ messages in thread
From: Rajneesh Bhardwaj @ 2018-10-03 11:45 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andy Shevchenko, Linux Kernel Mailing List, Vishwanath Somayaji,
	Platform Driver, Andy Shevchenko

On Wed, Oct 03, 2018 at 03:10:58AM -0700, Joe Perches wrote:
> On Wed, 2018-10-03 at 11:00 +0300, Andy Shevchenko wrote:
> > On Sat, Sep 29, 2018 at 12:54 AM Joe Perches <joe@perches.com> wrote:
> > > Please fix this defect appropriately.
> > > 
> > > linux-next MAINTAINERS section:
> > > 
> > >         7441    INTEL PMC CORE DRIVER
> > >         7442    M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> > >         7443    M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
> > >         7444    L:      platform-driver-x86@vger.kernel.org
> > >         7445    S:      Maintained
> > > -->     7446    F:      arch/x86/include/asm/pmc_core.h
> > >         7447    F:      drivers/platform/x86/intel_pmc_core*
> > > 
> > > Commit that introduced this:
> > 
> > This is strange the shuffle of the MAINTAINERS based on the script is
> > a culprit of the above inconsistency.
> > 
> > Btw, I run parse-maintainers.pl against it and there are a lot more
> > "unsorted" lines.
> > What Linus or me or both did miss?
> 
> Nothing really.
> 
> The script used git-blame on the specific line, that's all.

Thanks for reporting this. I have sent the fix to the list.
https://lkml.org/lkml/2018/10/3/500.

> 
> There is no simple way to actually find a specific
> commit that adds a particular line to a file if there is
> any refactoring done to the file after it was added.
> 
> commit b740d2e9233cb33626d3b62210bcfc6a34baa839
> Author: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> Date:   Thu May 26 14:41:19 2016 +0530
> 
>     platform/x86: Add PMC Driver for Intel Core SoC
> 
> Anyway, the real cause of the file pattern being unused
> was also written below:
> 
> > > Last commit with arch/x86/include/asm/pmc_core.h
> > > 
> > > commit 941691ef2197944a202d7870dcd7da3fb0391c65
> > > Author: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> > > Date:   Wed Jan 31 11:50:22 2018 +0530
> > > 
> > >     platform/x86: intel_pmc_core: Remove unused header file
> > > 
> > >     Recently sent patch 'platform/x86: intel_pmc_core: Remove unused EXPORTED
> > >     API' missed to remove the header file 'arch/x86/include/asm/pmc_core.h'
> > >     which was solely used to declare the EXPORTED API
> > >     'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the
> > >     same.
> > > 
> > >     Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> > >     Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > > 
> > >  arch/x86/include/asm/pmc_core.h       | 27 ---------------------------
> > >  drivers/platform/x86/intel_pmc_core.c |  1 -
> > >  2 files changed, 28 deletions(-)
> 
> 
> > 
> 

-- 
Best Regards,
Rajneesh

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

end of thread, other threads:[~2018-10-03 11:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-28 21:53 Bad MAINTAINERS pattern in section 'INTEL PMC CORE DRIVER' Joe Perches
2018-10-03  8:00 ` Andy Shevchenko
2018-10-03 10:10   ` Joe Perches
2018-10-03 11:45     ` Rajneesh Bhardwaj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).