All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 205049] New: garbled graphics
@ 2019-09-30 11:26 bugzilla-daemon
  2019-09-30 11:28 ` [Bug 205049] " bugzilla-daemon
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-09-30 11:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

            Bug ID: 205049
           Summary: garbled graphics
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.2.15-200
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: lechp@onet.pl
        Regression: No

I'm getting severe graphics glitches in the desktop environment (XFCE, Fedora
30, on Lenovo Ideapad 330-15ARR with Ryzen 3), including text, text cursor,
images, buttons and other GUI elements including screen brightness pop-ups.
The annoyance level is severe, and usability is also affected. As can be seen
in the attachment, the output of "uname -a" is partly garbled. In this case I
know roughly what the output should have been, but I would be wary of doing
extensive debugging if I can't trust what I see on the screen.

Some of the errors last for about a second before self-correcting. Others
persist until some activity like clicking on a button with the mouse 'prompts'
the affected area of the display to be refreshed.

How to reproduce:
Normal interaction with D.E. using mouse and keyboard.

Temporary workaround:
Select kernel version 5.1.20x or older when restarting.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
@ 2019-09-30 11:28 ` bugzilla-daemon
  2019-10-01 13:57 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-09-30 11:28 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #1 from lechp@onet.pl ---
Created attachment 285243
  --> https://bugzilla.kernel.org/attachment.cgi?id=285243&action=edit
output of uname -a with garbled graphics

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
  2019-09-30 11:28 ` [Bug 205049] " bugzilla-daemon
@ 2019-10-01 13:57 ` bugzilla-daemon
  2019-10-07 11:25 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-01 13:57 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #2 from Alex Deucher (alexdeucher@gmail.com) ---
Can you bisect?  Does booting with amdgpu.ppfeaturemask=0xffff3fff or
0xfffdbfff or 0xfffd3fff on the kernel command line in grub help?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
  2019-09-30 11:28 ` [Bug 205049] " bugzilla-daemon
  2019-10-01 13:57 ` bugzilla-daemon
@ 2019-10-07 11:25 ` bugzilla-daemon
  2019-10-07 13:21 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-07 11:25 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #3 from lechp@onet.pl ---
Booting with amdgpu.ppfeaturemask=0xffff3fff and the other options gives


"error: ../../grub-core/kern/fs.c:167:invalid file name
`amdgpu.ppfeaturemask=0xffff3fff
Press any key to continue..."

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-10-07 11:25 ` bugzilla-daemon
@ 2019-10-07 13:21 ` bugzilla-daemon
  2019-10-08 10:22 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-07 13:21 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #4 from Alex Deucher (alexdeucher@gmail.com) ---
Just append:
amdgpu.ppfeaturemask=0xffff3fff
to the end of the kernel command line in grub.  Replace 0xffff3fff with
0xfffdbfff to try the other option. Repeat with 0xfffd3fff if necessary.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-10-07 13:21 ` bugzilla-daemon
@ 2019-10-08 10:22 ` bugzilla-daemon
  2019-10-08 11:52 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-08 10:22 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #5 from lechp@onet.pl ---
Ok, this is what I've tried: holding shift to force the boot menu to show up,
then pressing e to edit the options for kernel version 5.2.17, then appending
amdgpu.ppfeaturemask=0xffff3fff, and finally pressing Ctrl-x.

If I add a space and put the text at the end of the last line with text already
on it, the error appears for a few seconds, then the Lenovo splash screen
appears indefinitely and nothing else happens until I cycle the power.

On the other hand, if I put the text on a new line, there's no error message
and Fedora boots normally, but the graphics issues persist.
I tried a total of 6 different boot edits with amdgpu.ppfeaturemask=0xffff3fff, 
amdgpu.ppfeaturemask=0xfffdbfff, and amdgpu.ppfeaturemask=0xfffd3fff, with the
same result each time.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-10-08 10:22 ` bugzilla-daemon
@ 2019-10-08 11:52 ` bugzilla-daemon
  2019-10-08 11:58 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-08 11:52 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

Lukáš Krejčí (lskrejci@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lskrejci@gmail.com

--- Comment #6 from Lukáš Krejčí (lskrejci@gmail.com) ---
(In reply to lechp from comment #5)
> If I add a space and put the text at the end of the last line with text
> already on it [...]

You need to append to the line that starts with "linux", not the last line.
E.g. if you have something like this:

linux /vmlinuz-3.17.4-301.fc21.x86_64 root=/dev/mapper/fedora-root ro
initrd /initramfs-3.17.4-301.fc21.x86_64.img

You need to change it to this:

linux /vmlinuz-3.17.4-301.fc21.x86_64 root=/dev/mapper/fedora-root ro
amdgpu.ppfeaturemask=0xffff3fff
initrd /initramfs-3.17.4-301.fc21.x86_64.img

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-10-08 11:52 ` bugzilla-daemon
@ 2019-10-08 11:58 ` bugzilla-daemon
  2019-10-08 13:12 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-08 11:58 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #7 from Lukáš Krejčí (lskrejci@gmail.com) ---
Ok, because of the automatic line wrapping, I'll make the example shorter:

change this:

linux /vmlinuz-3.17.4-301.fc21.x86_64 ro
initrd /initramfs-3.17.4-301.fc21.x86_64.img

to this:

linux /vmlinuz-3.17.4-301.fc21.x86_64 ro amdgpu.ppfeaturemask=0xffff3fff
initrd /initramfs-3.17.4-301.fc21.x86_64.img

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (6 preceding siblings ...)
  2019-10-08 11:58 ` bugzilla-daemon
@ 2019-10-08 13:12 ` bugzilla-daemon
  2019-10-12  9:40 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-08 13:12 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #8 from lechp@onet.pl ---
I added the amdgpu.ppfeaturemask=0xfffxxxxx text directly after the 'ro' as
shown, and the fix doesn't seem to have any effect, at least not for
5.2.17-200.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (7 preceding siblings ...)
  2019-10-08 13:12 ` bugzilla-daemon
@ 2019-10-12  9:40 ` bugzilla-daemon
  2019-10-18  9:36 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-12  9:40 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #9 from lechp@onet.pl ---
Kernel 5.2.18 has the same problem. What's going on?

I've already increased the default number of old kernels that are kept by grub,
from 3 to 5, but at this rate, I'm going to have to either increase it again,
or stop updating. The last 'usable' kernel (version 5.1.20-200) has other
problems too, including unexplained freezing once or twice a day, and wifi that
'sometimes' stops working after resuming from sleep.

These are all regressions from years ago.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (8 preceding siblings ...)
  2019-10-12  9:40 ` bugzilla-daemon
@ 2019-10-18  9:36 ` bugzilla-daemon
  2019-10-18 13:36 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-18  9:36 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

pi_bell (peter.livernois@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter.livernois@gmail.com

--- Comment #10 from pi_bell (peter.livernois@gmail.com) ---
Just a quick report that I'm experiencing the same issue(s) as lechp@onet.pl.
I'm using a Lenovo T510 running Fedora 30. On my last usable kernel now and
will be increasing by own kernel default number from 3 to 5 now. 

Hope there is a fix soon . . .

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (9 preceding siblings ...)
  2019-10-18  9:36 ` bugzilla-daemon
@ 2019-10-18 13:36 ` bugzilla-daemon
  2019-11-19 18:05 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-10-18 13:36 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #11 from Alex Deucher (alexdeucher@gmail.com) ---
Can you bisect?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (10 preceding siblings ...)
  2019-10-18 13:36 ` bugzilla-daemon
@ 2019-11-19 18:05 ` bugzilla-daemon
  2019-11-19 18:16 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-11-19 18:05 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #12 from lechp@onet.pl ---
Is anyone actually working on this problem?
I just upgraded from Fedora 30 to 31, hoping that the upgrade might include
other miscellaneous changes that fix the problem, but the problem is EXACTLY
THE SAME.

Nothing has changed. I'm starting to lose my mind with this chronic lack of
progress.

Support for the Lenovo Ideapad 330 has been been severely broken for at least
the last 6-7 kernel versions!

Can you bisect the people supposedly working on the kernel???

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (11 preceding siblings ...)
  2019-11-19 18:05 ` bugzilla-daemon
@ 2019-11-19 18:16 ` bugzilla-daemon
  2019-11-19 20:01 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-11-19 18:16 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #13 from Alex Deucher (alexdeucher@gmail.com) ---
I'm not able to reproduce this on my raven systems.  Could be a mesa issue. 
Does setting the R600_DEBUG=nodcc environment variable help?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (12 preceding siblings ...)
  2019-11-19 18:16 ` bugzilla-daemon
@ 2019-11-19 20:01 ` bugzilla-daemon
  2019-11-21 13:45 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-11-19 20:01 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

Pierre-Eric Pelloux-Prayer (pierre-eric.pelloux-prayer@amd.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pierre-eric.pelloux-prayer@
                   |                            |amd.com

--- Comment #14 from Pierre-Eric Pelloux-Prayer (pierre-eric.pelloux-prayer@amd.com) ---
This bug looks similar to https://bugs.freedesktop.org/show_bug.cgi?id=111122 -
so indeed using R600_DEBUG=nodcc might be a workaround.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (13 preceding siblings ...)
  2019-11-19 20:01 ` bugzilla-daemon
@ 2019-11-21 13:45 ` bugzilla-daemon
  2020-01-02 15:29 ` bugzilla-daemon
  2020-01-02 15:41 ` bugzilla-daemon
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2019-11-21 13:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #15 from Pierre-Eric Pelloux-Prayer (pierre-eric.pelloux-prayer@amd.com) ---
I opened a Merge Request for Mesa to address this issue:
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2836


Testing it and reporting the results (here or in the MR comments) would be
appreciated.


Thanks!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (14 preceding siblings ...)
  2019-11-21 13:45 ` bugzilla-daemon
@ 2020-01-02 15:29 ` bugzilla-daemon
  2020-01-02 15:41 ` bugzilla-daemon
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2020-01-02 15:29 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #16 from lechp@onet.pl ---
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2836

Could somebody please provide a clear set of instructions on what can actually
be done with this link? It just seems to contain a heap of forum comments, but
no nothing "useful" in the conventional sense where a user can download and
install a damned fix.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 205049] garbled graphics
  2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
                   ` (15 preceding siblings ...)
  2020-01-02 15:29 ` bugzilla-daemon
@ 2020-01-02 15:41 ` bugzilla-daemon
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2020-01-02 15:41 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205049

--- Comment #17 from Pierre-Eric Pelloux-Prayer (pierre-eric.pelloux-prayer@amd.com) ---
This bug has been fixed in Mesa, but is not part of a release yet.

So the 3 possible fixes are:
- compile Mesa from git
- or find a package for your distribution that contains Mesa git
- or define this environment variable system-wide "AMD_DEBUG=nodcc" until Mesa
20 is released and your distribution is updated.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-01-02 15:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 11:26 [Bug 205049] New: garbled graphics bugzilla-daemon
2019-09-30 11:28 ` [Bug 205049] " bugzilla-daemon
2019-10-01 13:57 ` bugzilla-daemon
2019-10-07 11:25 ` bugzilla-daemon
2019-10-07 13:21 ` bugzilla-daemon
2019-10-08 10:22 ` bugzilla-daemon
2019-10-08 11:52 ` bugzilla-daemon
2019-10-08 11:58 ` bugzilla-daemon
2019-10-08 13:12 ` bugzilla-daemon
2019-10-12  9:40 ` bugzilla-daemon
2019-10-18  9:36 ` bugzilla-daemon
2019-10-18 13:36 ` bugzilla-daemon
2019-11-19 18:05 ` bugzilla-daemon
2019-11-19 18:16 ` bugzilla-daemon
2019-11-19 20:01 ` bugzilla-daemon
2019-11-21 13:45 ` bugzilla-daemon
2020-01-02 15:29 ` bugzilla-daemon
2020-01-02 15:41 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.