* [PATCH] drm: bugs.freedesktop.org is no longer accepting bugs
@ 2020-01-15 2:28 Christian Kujau
2020-02-17 10:19 ` [Intel-gfx] " Jani Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Christian Kujau @ 2020-01-15 2:28 UTC (permalink / raw)
To: intel-gfx; +Cc: linux-kernel
Hello,
this should apply cleanly to drm-tip.
drm: bugs.freedesktop.org is no longer accepting bugs.
freedesktop.org Bugzilla is no longer in use and new DRM bugs
should be reported to https://gitlab.freedesktop.org/drm/intel
instead. While we're at it, update some URLs of still-open bugs
that have been moved to the new bug tracker.
drivers/gpu/drm/i915/Kconfig | 3 +--
drivers/gpu/drm/i915/i915_gpu_error.c | 2 +-
drivers/gpu/drm/i915/i915_utils.c | 2 +-
drivers/gpu/drm/radeon/radeon_device.c | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
Signed-off-by: Christian Kujau <lists@nerdbynature.de>
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index ba9595960bbe..f2f4bcaaa1d5 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -75,8 +75,7 @@ config DRM_I915_CAPTURE_ERROR
help
This option enables capturing the GPU state when a hang is detected.
This information is vital for triaging hangs and assists in debugging.
- Please report any hang to
- https://bugs.freedesktop.org/enter_bug.cgi?product=DRI
+ Please report any hang to https://gitlab.freedesktop.org/drm/intel
for triaging.
If in doubt, say "Y".
diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c
index 4c1836f0a991..9fba5ac9020d 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -1852,7 +1852,7 @@ void i915_error_state_store(struct i915_gpu_coredump *error)
if (!xchg(&warned, true) &&
ktime_get_real_seconds() - DRIVER_TIMESTAMP < DAY_AS_SECONDS(180)) {
pr_info("GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.\n");
- pr_info("Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel\n");
+ pr_info("Please file a new bug report on https://gitlab.freedesktop.org/drm/intel\n");
pr_info("drm/i915 developers can then reassign to the right component if it's not a kernel issue.\n");
pr_info("The GPU crash dump is required to analyze GPU hangs, so please always attach it.\n");
pr_info("GPU crash dump saved to /sys/class/drm/card%d/error\n",
diff --git a/drivers/gpu/drm/i915/i915_utils.c b/drivers/gpu/drm/i915/i915_utils.c
index c47261ae86ea..f93a4c005d7a 100644
--- a/drivers/gpu/drm/i915/i915_utils.c
+++ b/drivers/gpu/drm/i915/i915_utils.c
@@ -8,7 +8,7 @@
#include "i915_drv.h"
#include "i915_utils.h"
-#define FDO_BUG_URL "https://bugs.freedesktop.org/enter_bug.cgi?product=DRI"
+#define FDO_BUG_URL "https://gitlab.freedesktop.org/drm/intel"
#define FDO_BUG_MSG "Please file a bug at " FDO_BUG_URL " against DRM/Intel " \
"providing the dmesg log by booting with drm.debug=0xf"
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
index a522e092038b..b044dd912239 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -144,7 +144,7 @@ static struct radeon_px_quirk radeon_px_quirk_list[] = {
*/
{ PCI_VENDOR_ID_ATI, 0x6840, 0x1043, 0x2122, RADEON_PX_QUIRK_DISABLE_PX },
/* Asus K53TK laptop with AMD A6-3420M APU and Radeon 7670m GPU
- * https://bugs.freedesktop.org/show_bug.cgi?id=101491
+ * https://gitlab.freedesktop.org/drm/amd/issues/803
*/
{ PCI_VENDOR_ID_ATI, 0x6741, 0x1043, 0x2122, RADEON_PX_QUIRK_DISABLE_PX },
/* Asus K73TK laptop with AMD A6-3420M APU and Radeon 7670m GPU
--
BOFH excuse #397:
T-1's congested due to porn traffic to the news server.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Intel-gfx] [PATCH] drm: bugs.freedesktop.org is no longer accepting bugs
2020-01-15 2:28 [PATCH] drm: bugs.freedesktop.org is no longer accepting bugs Christian Kujau
@ 2020-02-17 10:19 ` Jani Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2020-02-17 10:19 UTC (permalink / raw)
To: Christian Kujau, intel-gfx; +Cc: linux-kernel
On Tue, 14 Jan 2020, Christian Kujau <lists@nerdbynature.de> wrote:
> Hello,
>
> this should apply cleanly to drm-tip.
>
>
> drm: bugs.freedesktop.org is no longer accepting bugs.
>
> freedesktop.org Bugzilla is no longer in use and new DRM bugs
> should be reported to https://gitlab.freedesktop.org/drm/intel
> instead. While we're at it, update some URLs of still-open bugs
> that have been moved to the new bug tracker.
>
> drivers/gpu/drm/i915/Kconfig | 3 +--
> drivers/gpu/drm/i915/i915_gpu_error.c | 2 +-
> drivers/gpu/drm/i915/i915_utils.c | 2 +-
> drivers/gpu/drm/radeon/radeon_device.c | 2 +-
> 4 files changed, 4 insertions(+), 5 deletions(-)
>
> Signed-off-by: Christian Kujau <lists@nerdbynature.de>
Thanks for the patch, we've ended up fixing this with commits:
3a6a4f0810c8 ("MAINTAINERS: Update drm/i915 bug filing URL")
ddae4d7af0bb ("drm/i915: Update drm/i915 bug filing URL")
BR,
Jani.
--
Jani Nikula, Intel Open Source Graphics Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-17 10:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-15 2:28 [PATCH] drm: bugs.freedesktop.org is no longer accepting bugs Christian Kujau
2020-02-17 10:19 ` [Intel-gfx] " Jani Nikula
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).