public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
@ 2016-01-26  9:10 Jani Nikula
  2016-01-26 14:36 ` Joe Perches
  2016-01-26 14:42 ` Joe Perches
  0 siblings, 2 replies; 8+ messages in thread
From: Jani Nikula @ 2016-01-26  9:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: intel-gfx, jani.nikula, Daniel Vetter, Joe Perches, Andrew Morton

Different subsystems and drivers have different preferred ways of
receiving bug reports; mailing list or bugzillas at various
locations. Add "B:" entry for specifying the preference to guide bug
reporters at the right location.

Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Joe Perches <joe@perches.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

---

v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
a chance this B: entry sticks in general
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4aa5467..c9da3a2af398 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -75,6 +75,8 @@ Descriptions of section entries:
 	L: Mailing list that is relevant to this area
 	W: Web-page with status/info
 	Q: Patchwork web based patch tracking system site
+	B: Preferred method for reporting bugs; bug tracking system site
+	   or "List" for mailing list.
 	T: SCM tree type and location.
 	   Type is one of: git, hg, quilt, stgit, topgit
 	S: Status, one of the following:
-- 
2.1.4

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
@ 2016-01-26 14:36 ` Joe Perches
  2016-01-26 14:42 ` Joe Perches
  1 sibling, 0 replies; 8+ messages in thread
From: Joe Perches @ 2016-01-26 14:36 UTC (permalink / raw)
  To: Jani Nikula, linux-kernel; +Cc: intel-gfx, Daniel Vetter, Andrew Morton

On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
> Different subsystems and drivers have different preferred ways of
> receiving bug reports; mailing list or bugzillas at various
> locations. Add "B:" entry for specifying the preference to guide bug
> reporters at the right location.
> 
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Joe Perches <joe@perches.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> 
> ---
> 
> v2: drop the B: entry for i915 due to bikeshedding, let's see if
> there's
> a chance this B: entry sticks in general
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4aa5467..c9da3a2af398 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -75,6 +75,8 @@ Descriptions of section entries:
>  	L: Mailing list that is relevant to this area
>  	W: Web-page with status/info
>  	Q: Patchwork web based patch tracking system site
> +	B: Preferred method for reporting bugs; bug tracking system
> site
> +	   or "List" for mailing list.
>  	T: SCM tree type and location.
>  	   Type is one of: git, hg, quilt, stgit, topgit
>  	S: Status, one of the following:

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
  2016-01-26 14:36 ` Joe Perches
@ 2016-01-26 14:42 ` Joe Perches
  2016-01-26 14:49   ` Richard Weinberger
                     ` (2 more replies)
  1 sibling, 3 replies; 8+ messages in thread
From: Joe Perches @ 2016-01-26 14:42 UTC (permalink / raw)
  To: Jani Nikula, linux-kernel; +Cc: intel-gfx, Daniel Vetter, Andrew Morton

On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
> Different subsystems and drivers have different preferred ways of
> receiving bug reports; mailing list or bugzillas at various
> locations. Add "B:" entry for specifying the preference to guide bug
> reporters at the right location.
[]
> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
> a chance this B: entry sticks in general
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4aa5467..c9da3a2af398 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -75,6 +75,8 @@ Descriptions of section entries:
>  	L: Mailing list that is relevant to this area
>  	W: Web-page with status/info
>  	Q: Patchwork web based patch tracking system site
> +	B: Preferred method for reporting bugs; bug tracking system site
> +	   or "List" for mailing list.

I think that "List" is not a good idea.

Intermixing mailing list email addresses and URLs seems
odd and inconsistent.

Maybe there could be something like the "T:" and "S:"
entries where some additional qualifier is used for the
specific type of bug reporting.

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:42 ` Joe Perches
@ 2016-01-26 14:49   ` Richard Weinberger
  2016-01-26 15:05     ` Jani Nikula
  2016-01-26 14:55   ` Jani Nikula
  2016-01-26 15:33   ` [Intel-gfx] " Dave Gordon
  2 siblings, 1 reply; 8+ messages in thread
From: Richard Weinberger @ 2016-01-26 14:49 UTC (permalink / raw)
  To: Joe Perches; +Cc: Jani Nikula, LKML, intel-gfx, Daniel Vetter, Andrew Morton

On Tue, Jan 26, 2016 at 3:42 PM, Joe Perches <joe@perches.com> wrote:
> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>> Different subsystems and drivers have different preferred ways of
>> receiving bug reports; mailing list or bugzillas at various
>> locations. Add "B:" entry for specifying the preference to guide bug
>> reporters at the right location.
> []
>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>> a chance this B: entry sticks in general
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 30aca4aa5467..c9da3a2af398 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>       L: Mailing list that is relevant to this area
>>       W: Web-page with status/info
>>       Q: Patchwork web based patch tracking system site
>> +     B: Preferred method for reporting bugs; bug tracking system site
>> +        or "List" for mailing list.
>
> I think that "List" is not a good idea.
>
> Intermixing mailing list email addresses and URLs seems
> odd and inconsistent.
>
> Maybe there could be something like the "T:" and "S:"
> entries where some additional qualifier is used for the
> specific type of bug reporting.

Yeah, if B: is present, use the given URL for bug reporting.
If not use the mailinglist... :-)

-- 
Thanks,
//richard

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:42 ` Joe Perches
  2016-01-26 14:49   ` Richard Weinberger
@ 2016-01-26 14:55   ` Jani Nikula
  2016-01-26 15:33   ` [Intel-gfx] " Dave Gordon
  2 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2016-01-26 14:55 UTC (permalink / raw)
  To: Joe Perches, linux-kernel; +Cc: intel-gfx, Daniel Vetter, Andrew Morton

On Tue, 26 Jan 2016, Joe Perches <joe@perches.com> wrote:
> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>> Different subsystems and drivers have different preferred ways of
>> receiving bug reports; mailing list or bugzillas at various
>> locations. Add "B:" entry for specifying the preference to guide bug
>> reporters at the right location.
> []
>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>> a chance this B: entry sticks in general
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 30aca4aa5467..c9da3a2af398 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>  	L: Mailing list that is relevant to this area
>>  	W: Web-page with status/info
>>  	Q: Patchwork web based patch tracking system site
>> +	B: Preferred method for reporting bugs; bug tracking system site
>> +	   or "List" for mailing list.
>
> I think that "List" is not a good idea.
>
> Intermixing mailing list email addresses and URLs seems
> odd and inconsistent.

I meant the word "List" verbatim as a keyword, indicating the bugs
should be reported to the list specified by "L:".

> Maybe there could be something like the "T:" and "S:"
> entries where some additional qualifier is used for the
> specific type of bug reporting.

Maybe we can have a kernel summit session about this, and maybe have a
patch merged by mid-2017.


BR,
Jani.

-- 
Jani Nikula, Intel Open Source Technology Center

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:49   ` Richard Weinberger
@ 2016-01-26 15:05     ` Jani Nikula
  0 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2016-01-26 15:05 UTC (permalink / raw)
  To: Richard Weinberger, Joe Perches
  Cc: LKML, intel-gfx, Daniel Vetter, Andrew Morton

On Tue, 26 Jan 2016, Richard Weinberger <richard.weinberger@gmail.com> wrote:
> On Tue, Jan 26, 2016 at 3:42 PM, Joe Perches <joe@perches.com> wrote:
>> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>>> Different subsystems and drivers have different preferred ways of
>>> receiving bug reports; mailing list or bugzillas at various
>>> locations. Add "B:" entry for specifying the preference to guide bug
>>> reporters at the right location.
>> []
>>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>>> a chance this B: entry sticks in general
>> []
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 30aca4aa5467..c9da3a2af398 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>>       L: Mailing list that is relevant to this area
>>>       W: Web-page with status/info
>>>       Q: Patchwork web based patch tracking system site
>>> +     B: Preferred method for reporting bugs; bug tracking system site
>>> +        or "List" for mailing list.
>>
>> I think that "List" is not a good idea.
>>
>> Intermixing mailing list email addresses and URLs seems
>> odd and inconsistent.
>>
>> Maybe there could be something like the "T:" and "S:"
>> entries where some additional qualifier is used for the
>> specific type of bug reporting.
>
> Yeah, if B: is present, use the given URL for bug reporting.
> If not use the mailinglist... :-)

B: not being present, the status quo, could mean either the list or
https://bugzilla.kernel.org/, depending on the driver/subsystem.

I'd also like to encourage people to add URLs like

https://bugzilla.kernel.org/enter_bug.cgi?product=ACPI&component=BIOS

here to immediately lead the bug reporter to the correct product and
component in the bug tracker.

BR,
Jani.



-- 
Jani Nikula, Intel Open Source Technology Center

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

* Re: [Intel-gfx] [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:42 ` Joe Perches
  2016-01-26 14:49   ` Richard Weinberger
  2016-01-26 14:55   ` Jani Nikula
@ 2016-01-26 15:33   ` Dave Gordon
  2016-01-26 20:14     ` Joe Perches
  2 siblings, 1 reply; 8+ messages in thread
From: Dave Gordon @ 2016-01-26 15:33 UTC (permalink / raw)
  To: Joe Perches, Jani Nikula, linux-kernel; +Cc: intel-gfx, Andrew Morton

On 26/01/16 14:42, Joe Perches wrote:
> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>> Different subsystems and drivers have different preferred ways of
>> receiving bug reports; mailing list or bugzillas at various
>> locations. Add "B:" entry for specifying the preference to guide bug
>> reporters at the right location.
> []
>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>> a chance this B: entry sticks in general
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 30aca4aa5467..c9da3a2af398 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>   	L: Mailing list that is relevant to this area
>>   	W: Web-page with status/info
>>   	Q: Patchwork web based patch tracking system site
>> +	B: Preferred method for reporting bugs; bug tracking system site
>> +	   or "List" for mailing list.
>
> I think that "List" is not a good idea.
>
> Intermixing mailing list email addresses and URLs seems
> odd and inconsistent.
>
> Maybe there could be something like the "T:" and "S:"
> entries where some additional qualifier is used for the
> specific type of bug reporting.

Make it a proper URI, allowing mailto:<listname@domain>
or http://bugzilla.org/i915/ or anything else that people
may come up with in future :)

.Dave.

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

* Re: [Intel-gfx] [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 15:33   ` [Intel-gfx] " Dave Gordon
@ 2016-01-26 20:14     ` Joe Perches
  0 siblings, 0 replies; 8+ messages in thread
From: Joe Perches @ 2016-01-26 20:14 UTC (permalink / raw)
  To: Dave Gordon, Jani Nikula, linux-kernel; +Cc: intel-gfx, Andrew Morton

On Tue, 2016-01-26 at 15:33 +0000, Dave Gordon wrote:
> On 26/01/16 14:42, Joe Perches wrote:
> > On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
> > > Different subsystems and drivers have different preferred ways of
> > > receiving bug reports; mailing list or bugzillas at various
> > > locations. Add "B:" entry for specifying the preference to guide bug
> > > reporters at the right location.
> > []
> > > v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
> > > a chance this B: entry sticks in general
> > []
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 30aca4aa5467..c9da3a2af398 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -75,6 +75,8 @@ Descriptions of section entries:
> > >   	L: Mailing list that is relevant to this area
> > >   	W: Web-page with status/info
> > >   	Q: Patchwork web based patch tracking system site
> > > +	B: Preferred method for reporting bugs; bug tracking system site
> > > +	   or "List" for mailing list.
> > 
> > I think that "List" is not a good idea.
> > 
> > Intermixing mailing list email addresses and URLs seems
> > odd and inconsistent.
> > 
> > Maybe there could be something like the "T:" and "S:"
> > entries where some additional qualifier is used for the
> > specific type of bug reporting.
> 
> Make it a proper URI, allowing mailto:<listname@domain>
> or http://bugzilla.org/i915/ or anything else that people
> may come up with in future :)

Thanks Dave.  That makes some sense.

get_maintainer could then parse mailto: and http: schemes and
could do the right thing.

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

end of thread, other threads:[~2016-01-26 20:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
2016-01-26 14:36 ` Joe Perches
2016-01-26 14:42 ` Joe Perches
2016-01-26 14:49   ` Richard Weinberger
2016-01-26 15:05     ` Jani Nikula
2016-01-26 14:55   ` Jani Nikula
2016-01-26 15:33   ` [Intel-gfx] " Dave Gordon
2016-01-26 20:14     ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox