diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-11-24 18:13:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-11-25 18:16:28 -0500 |
commit | 686564434e88b67ea8dbbf9150286d04c83bd193 (patch) | |
tree | 2765ac92af0ba7af3cfb163a9994def2b969125d /MAINTAINERS | |
parent | f2051f8f9d30f5bae693863dca3416a1ef69064c (diff) |
MAINTAINERS: Add bug tracking system location entry type
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ad9b965e5e44..8d4148406923 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -77,6 +77,7 @@ Descriptions of section entries: | |||
77 | Q: Patchwork web based patch tracking system site | 77 | Q: Patchwork web based patch tracking system site |
78 | T: SCM tree type and location. | 78 | T: SCM tree type and location. |
79 | Type is one of: git, hg, quilt, stgit, topgit | 79 | Type is one of: git, hg, quilt, stgit, topgit |
80 | B: Bug tracking system location. | ||
80 | S: Status, one of the following: | 81 | S: Status, one of the following: |
81 | Supported: Someone is actually paid to look after this. | 82 | Supported: Someone is actually paid to look after this. |
82 | Maintained: Someone actually looks after it. | 83 | Maintained: Someone actually looks after it. |
@@ -281,6 +282,7 @@ L: linux-acpi@vger.kernel.org | |||
281 | W: https://01.org/linux-acpi | 282 | W: https://01.org/linux-acpi |
282 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | 283 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
283 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | 284 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
285 | B: https://bugzilla.kernel.org | ||
284 | S: Supported | 286 | S: Supported |
285 | F: drivers/acpi/ | 287 | F: drivers/acpi/ |
286 | F: drivers/pnp/pnpacpi/ | 288 | F: drivers/pnp/pnpacpi/ |
@@ -304,6 +306,8 @@ W: https://acpica.org/ | |||
304 | W: https://github.com/acpica/acpica/ | 306 | W: https://github.com/acpica/acpica/ |
305 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | 307 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
306 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | 308 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
309 | B: https://bugzilla.kernel.org | ||
310 | B: https://bugs.acpica.org | ||
307 | S: Supported | 311 | S: Supported |
308 | F: drivers/acpi/acpica/ | 312 | F: drivers/acpi/acpica/ |
309 | F: include/acpi/ | 313 | F: include/acpi/ |
@@ -313,6 +317,7 @@ ACPI FAN DRIVER | |||
313 | M: Zhang Rui <rui.zhang@intel.com> | 317 | M: Zhang Rui <rui.zhang@intel.com> |
314 | L: linux-acpi@vger.kernel.org | 318 | L: linux-acpi@vger.kernel.org |
315 | W: https://01.org/linux-acpi | 319 | W: https://01.org/linux-acpi |
320 | B: https://bugzilla.kernel.org | ||
316 | S: Supported | 321 | S: Supported |
317 | F: drivers/acpi/fan.c | 322 | F: drivers/acpi/fan.c |
318 | 323 | ||
@@ -328,6 +333,7 @@ ACPI THERMAL DRIVER | |||
328 | M: Zhang Rui <rui.zhang@intel.com> | 333 | M: Zhang Rui <rui.zhang@intel.com> |
329 | L: linux-acpi@vger.kernel.org | 334 | L: linux-acpi@vger.kernel.org |
330 | W: https://01.org/linux-acpi | 335 | W: https://01.org/linux-acpi |
336 | B: https://bugzilla.kernel.org | ||
331 | S: Supported | 337 | S: Supported |
332 | F: drivers/acpi/*thermal* | 338 | F: drivers/acpi/*thermal* |
333 | 339 | ||
@@ -335,6 +341,7 @@ ACPI VIDEO DRIVER | |||
335 | M: Zhang Rui <rui.zhang@intel.com> | 341 | M: Zhang Rui <rui.zhang@intel.com> |
336 | L: linux-acpi@vger.kernel.org | 342 | L: linux-acpi@vger.kernel.org |
337 | W: https://01.org/linux-acpi | 343 | W: https://01.org/linux-acpi |
344 | B: https://bugzilla.kernel.org | ||
338 | S: Supported | 345 | S: Supported |
339 | F: drivers/acpi/acpi_video.c | 346 | F: drivers/acpi/acpi_video.c |
340 | 347 | ||
@@ -5663,6 +5670,7 @@ HIBERNATION (aka Software Suspend, aka swsusp) | |||
5663 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> | 5670 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
5664 | M: Pavel Machek <pavel@ucw.cz> | 5671 | M: Pavel Machek <pavel@ucw.cz> |
5665 | L: linux-pm@vger.kernel.org | 5672 | L: linux-pm@vger.kernel.org |
5673 | B: https://bugzilla.kernel.org | ||
5666 | S: Supported | 5674 | S: Supported |
5667 | F: arch/x86/power/ | 5675 | F: arch/x86/power/ |
5668 | F: drivers/base/power/ | 5676 | F: drivers/base/power/ |
@@ -9624,6 +9632,7 @@ POWER MANAGEMENT CORE | |||
9624 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> | 9632 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
9625 | L: linux-pm@vger.kernel.org | 9633 | L: linux-pm@vger.kernel.org |
9626 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | 9634 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
9635 | B: https://bugzilla.kernel.org | ||
9627 | S: Supported | 9636 | S: Supported |
9628 | F: drivers/base/power/ | 9637 | F: drivers/base/power/ |
9629 | F: include/linux/pm.h | 9638 | F: include/linux/pm.h |
@@ -11613,6 +11622,7 @@ M: "Rafael J. Wysocki" <rjw@rjwysocki.net> | |||
11613 | M: Len Brown <len.brown@intel.com> | 11622 | M: Len Brown <len.brown@intel.com> |
11614 | M: Pavel Machek <pavel@ucw.cz> | 11623 | M: Pavel Machek <pavel@ucw.cz> |
11615 | L: linux-pm@vger.kernel.org | 11624 | L: linux-pm@vger.kernel.org |
11625 | B: https://bugzilla.kernel.org | ||
11616 | S: Supported | 11626 | S: Supported |
11617 | F: Documentation/power/ | 11627 | F: Documentation/power/ |
11618 | F: arch/x86/kernel/acpi/ | 11628 | F: arch/x86/kernel/acpi/ |