Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1529727 > unrolled thread

[PATCH] MAINTAINERS: Add bug tracking system location entry type

Started by"Rafael J. Wysocki" <rjw@rjwysocki.net>
First post2016-11-25 00:10 +0100
Last post2016-11-29 01:50 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS: Add bug tracking system location entry type "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-11-25 00:10 +0100
    Re: [PATCH] MAINTAINERS: Add bug tracking system location entry  type Jonathan Corbet <corbet@lwn.net> - 2016-11-29 01:30 +0100
      Re: [PATCH] MAINTAINERS: Add bug tracking system location entry type "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-11-29 01:40 +0100
        Re: [PATCH] MAINTAINERS: Add bug tracking system location entry  type Jonathan Corbet <corbet@lwn.net> - 2016-11-29 01:50 +0100

#1529727 — [PATCH] MAINTAINERS: Add bug tracking system location entry type

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-11-25 00:10 +0100
Subject[PATCH] MAINTAINERS: Add bug tracking system location entry type
Message-ID<sHbjs-14e-7@gated-at.bofh.it>
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

Following the kernel Bugzilla discussion during the Kernel Summit
(https://lwn.net/Articles/705245/), add bug tracking system location
entry type (B) to MAINTAINERS and populate it for several subsystems
known to be using the kernel BZ actively (and add the upstream BZ for
ACPICA too).

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 MAINTAINERS |   10 ++++++++++
 1 file changed, 10 insertions(+)

Index: linux-pm/MAINTAINERS
===================================================================
--- linux-pm.orig/MAINTAINERS
+++ linux-pm/MAINTAINERS
@@ -77,6 +77,7 @@ Descriptions of section entries:
 	Q: Patchwork web based patch tracking system site
 	T: SCM tree type and location.
 	   Type is one of: git, hg, quilt, stgit, topgit
+	B: Bug tracking system location.
 	S: Status, one of the following:
 	   Supported:	Someone is actually paid to look after this.
 	   Maintained:	Someone actually looks after it.
@@ -281,6 +282,7 @@ L:	linux-acpi@vger.kernel.org
 W:	https://01.org/linux-acpi
 Q:	https://patchwork.kernel.org/project/linux-acpi/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	drivers/acpi/
 F:	drivers/pnp/pnpacpi/
@@ -304,6 +306,8 @@ W:	https://acpica.org/
 W:	https://github.com/acpica/acpica/
 Q:	https://patchwork.kernel.org/project/linux-acpi/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
+B:	https://bugzilla.kernel.org
+B:	https://bugs.acpica.org
 S:	Supported
 F:	drivers/acpi/acpica/
 F:	include/acpi/
@@ -313,6 +317,7 @@ ACPI FAN DRIVER
 M:	Zhang Rui <rui.zhang@intel.com>
 L:	linux-acpi@vger.kernel.org
 W:	https://01.org/linux-acpi
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	drivers/acpi/fan.c
 
@@ -328,6 +333,7 @@ ACPI THERMAL DRIVER
 M:	Zhang Rui <rui.zhang@intel.com>
 L:	linux-acpi@vger.kernel.org
 W:	https://01.org/linux-acpi
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	drivers/acpi/*thermal*
 
@@ -335,6 +341,7 @@ ACPI VIDEO DRIVER
 M:	Zhang Rui <rui.zhang@intel.com>
 L:	linux-acpi@vger.kernel.org
 W:	https://01.org/linux-acpi
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	drivers/acpi/acpi_video.c
 
@@ -5671,6 +5678,7 @@ HIBERNATION (aka Software Suspend, aka s
 M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
 M:	Pavel Machek <pavel@ucw.cz>
 L:	linux-pm@vger.kernel.org
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	arch/x86/power/
 F:	drivers/base/power/
@@ -9632,6 +9640,7 @@ POWER MANAGEMENT CORE
 M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
 L:	linux-pm@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	drivers/base/power/
 F:	include/linux/pm.h
@@ -11621,6 +11630,7 @@ M:	"Rafael J. Wysocki" <rjw@rjwysocki.ne
 M:	Len Brown <len.brown@intel.com>
 M:	Pavel Machek <pavel@ucw.cz>
 L:	linux-pm@vger.kernel.org
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	Documentation/power/
 F:	arch/x86/kernel/acpi/

[toc] | [next] | [standalone]


#1531815 — Re: [PATCH] MAINTAINERS: Add bug tracking system location entry type

FromJonathan Corbet <corbet@lwn.net>
Date2016-11-29 01:30 +0100
SubjectRe: [PATCH] MAINTAINERS: Add bug tracking system location entry type
Message-ID<sIEt4-M9-1@gated-at.bofh.it>
In reply to#1529727
On Fri, 25 Nov 2016 00:13:56 +0100
"Rafael J. Wysocki" <rjw@rjwysocki.net> wrote:

> Following the kernel Bugzilla discussion during the Kernel Summit
> (https://lwn.net/Articles/705245/), add bug tracking system location
> entry type (B) to MAINTAINERS and populate it for several subsystems
> known to be using the kernel BZ actively (and add the upstream BZ for
> ACPICA too).

Applied to the docs tree, thanks.

(We are accumulating a pretty big mess of field types in that file,
though; at some point we need to think about how much more stuff we want
to try to cram in there.)

jon

[toc] | [prev] | [next] | [standalone]


#1531819

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-11-29 01:40 +0100
Message-ID<sIECJ-Pk-1@gated-at.bofh.it>
In reply to#1531815
On Monday, November 28, 2016 05:27:08 PM Jonathan Corbet wrote:
> On Fri, 25 Nov 2016 00:13:56 +0100
> 
> "Rafael J. Wysocki" <rjw@rjwysocki.net> wrote:
> > Following the kernel Bugzilla discussion during the Kernel Summit
> > (https://lwn.net/Articles/705245/), add bug tracking system location
> > entry type (B) to MAINTAINERS and populate it for several subsystems
> > known to be using the kernel BZ actively (and add the upstream BZ for
> > ACPICA too).
> 
> Applied to the docs tree, thanks.

Linus applied it too:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=686564434e88b67ea8dbbf9150286d04c83bd193

> (We are accumulating a pretty big mess of field types in that file,
> though; at some point we need to think about how much more stuff we want
> to try to cram in there.)

Well, I see your point, but this particular thing was agreed on before.

Thanks,
Rafael

[toc] | [prev] | [next] | [standalone]


#1531825 — Re: [PATCH] MAINTAINERS: Add bug tracking system location entry type

FromJonathan Corbet <corbet@lwn.net>
Date2016-11-29 01:50 +0100
SubjectRe: [PATCH] MAINTAINERS: Add bug tracking system location entry type
Message-ID<sIEMq-T5-5@gated-at.bofh.it>
In reply to#1531819
On Tue, 29 Nov 2016 01:29:39 +0100
"Rafael J. Wysocki" <rjw@rjwysocki.net> wrote:

> > Applied to the docs tree, thanks.  
> 
> Linus applied it too:
> 
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=686564434e88b67ea8dbbf9150286d04c83bd193

Ah, OK, never mind.  I haven't pushed anything, I'll just back it out of
my tree.  Sorry for the noise.

jon

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web