public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
@ 2022-04-17 16:55 chewi at gentoo dot org
  2022-04-17 16:59 ` [Bug dynamic-link/29071] " dilfridge at gentoo dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: chewi at gentoo dot org @ 2022-04-17 16:55 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

            Bug ID: 29071
           Summary: m68k: Removal of ELF_DURING_STARTUP optimization broke
                    ld.so
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: adhemerval.zanella at linaro dot org
          Reporter: chewi at gentoo dot org
                CC: dilfridge at gentoo dot org
  Target Milestone: ---
              Host: m68k-unknown-linux-gnu
            Target: m68k-unknown-linux-gnu
             Build: m68k-unknown-linux-gnu

I'm sorry to report that commit f64f4ce069300f33e26b025ebb0233d5ca3957a5, which
removed the ELF_DURING_STARTUP optimization, broke ld.so on
m68k-unknown-linux-gnu. It segfaults immediately, even when calling ld.so with
no arguments or just --help.

I found this by bisecting. Reverting this commit against 2.35 or the latest
master (23102686ec67b856a2d4fd25ddaa1c0b8d175c4f) allows it to work again.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
@ 2022-04-17 16:59 ` dilfridge at gentoo dot org
  2022-04-17 17:06 ` dilfridge at gentoo dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dilfridge at gentoo dot org @ 2022-04-17 16:59 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

Andreas K. Huettel <dilfridge at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |toolchain at gentoo dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
  2022-04-17 16:59 ` [Bug dynamic-link/29071] " dilfridge at gentoo dot org
@ 2022-04-17 17:06 ` dilfridge at gentoo dot org
  2022-04-17 18:54 ` i at maskray dot me
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dilfridge at gentoo dot org @ 2022-04-17 17:06 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #1 from Andreas K. Huettel <dilfridge at gentoo dot org> ---
@ Adhemerval: is that commit safe to (temporarily) revert for all arches?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
  2022-04-17 16:59 ` [Bug dynamic-link/29071] " dilfridge at gentoo dot org
  2022-04-17 17:06 ` dilfridge at gentoo dot org
@ 2022-04-17 18:54 ` i at maskray dot me
  2022-04-17 20:52 ` i at maskray dot me
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: i at maskray dot me @ 2022-04-17 18:54 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

Fangrui Song <i at maskray dot me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i at maskray dot me

--- Comment #2 from Fangrui Song <i at maskray dot me> ---
Can you provide a reproduce?
I cannot reproduce the failure at master
23102686ec67b856a2d4fd25ddaa1c0b8d175c4f (2022-04-15) or
release/2.35/master ba9c42ac0e265bf1e4ec1075fa20e7166fda8bfc (2022-04-15).
The output looks like:

```
% m68k-linux-gnu-gcc --version
m68k-linux-gnu-gcc (Debian 11.2.0-10) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

% mkdir -p out/m68k && cd out/m68k
% ../../configure --prefix=/tmp/glibc/m68k && make -j 50 && make -j 50 install
&& 'cp' -f /usr/m68k-linux-gnu/lib/libgcc_s.so.2 /tmp/glibc/m68k/lib
...
% /tmp/glibc/m68k/lib/ld-linux-x86-64.so.2 --version
ld.so (GNU libc) development release version 2.35.9000.
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
% /tmp/glibc/m68k/bin/localedef --version
localedef (GNU libc) 2.35.9000
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Ulrich Drepper.
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (2 preceding siblings ...)
  2022-04-17 18:54 ` i at maskray dot me
@ 2022-04-17 20:52 ` i at maskray dot me
  2022-04-18  2:09 ` i at maskray dot me
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: i at maskray dot me @ 2022-04-17 20:52 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #3 from Fangrui Song <i at maskray dot me> ---
Sorry, the command should specify --host. I confirm the breakage.

../../configure --prefix=/tmp/glibc/m68k --host=m68k-glibc-linux-gnu
CC=m68k-linux-gnu-gcc CXX=m68k-linux-gnu-g++ && make -j 50 && make -j 50
install && 'cp' -f /usr/m68k-linux-gnu/lib/libgcc_s.so.2 /tmp/glibc/m68k/lib

/tmp/glibc/m68k/lib/ld.so.1 does crash and reverting
f64f4ce069300f33e26b025ebb0233d5ca3957a5 fixes it. Unfortunately I don't have a
m68k machine to debug this.

% /tmp/glibc/m68k/lib/ld.so.1
/tmp/glibc/m68k/lib/ld.so.1: missing program name
Try '/tmp/glibc/m68k/lib/ld.so.1 --help' for more information.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (3 preceding siblings ...)
  2022-04-17 20:52 ` i at maskray dot me
@ 2022-04-18  2:09 ` i at maskray dot me
  2022-04-18 11:39 ` adhemerval.zanella at linaro dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: i at maskray dot me @ 2022-04-18  2:09 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #4 from Fangrui Song <i at maskray dot me> ---
I think the issue is pre-existing. `elf: Assume disjointed .rela.dyn and
.rela.plt for loader` just tickled the compiler to generate the code which
breaks.
The m68k ld.so runs the following instructions in order.

   switch (r_type)   # load jump table from GOT to fp. note the GOT entry
hasn't been relocated by a R_68K_RELATIVE below
15738:       2c6d 08d4       moveal %a5@(2260),%fp

  *reloc_addr = l_addr + reloc->r_addend;  # process relative relocations
1576a:       2784 c800       movel %d4,%a3@(0000000000000000,%a4:l)

   switch (r_type)   # load a value from the jump table
157c8:       3c36 6800       movew %fp@(0000000000000000,%d6:l),%d6

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (4 preceding siblings ...)
  2022-04-18  2:09 ` i at maskray dot me
@ 2022-04-18 11:39 ` adhemerval.zanella at linaro dot org
  2022-04-18 12:21 ` schwab@linux-m68k.org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-04-18 11:39 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #5 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
We are(In reply to Fangrui Song from comment #4)
> I think the issue is pre-existing. `elf: Assume disjointed .rela.dyn and
> .rela.plt for loader` just tickled the compiler to generate the code which
> breaks.
> The m68k ld.so runs the following instructions in order.
> 
>    switch (r_type)   # load jump table from GOT to fp. note the GOT entry
> hasn't been relocated by a R_68K_RELATIVE below
> 15738:       2c6d 08d4       moveal %a5@(2260),%fp
> 
>   *reloc_addr = l_addr + reloc->r_addend;  # process relative relocations
> 1576a:       2784 c800       movel %d4,%a3@(0000000000000000,%a4:l)
> 
>    switch (r_type)   # load a value from the jump table
> 157c8:       3c36 6800       movew %fp@(0000000000000000,%d6:l),%d6

We are most likely hitting a compiler bug here, unrolling the loops fixes the
issue:

diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h
index 25dd7ca4f2..28cb25bdcd 100644
--- a/elf/dynamic-link.h
+++ b/elf/dynamic-link.h
@@ -114,13 +114,18 @@ elf_machine_lazy_rel (struct link_map *map, struct
r_scope_elem *scope[],
          }                                                                   \
       }                                                                       
      \
                                                                              \
-      for (int ranges_index = 0; ranges_index < 2; ++ranges_index)           \
-        elf_dynamic_do_##reloc ((map), scope,                                \
-                               ranges[ranges_index].start,                   \
-                               ranges[ranges_index].size,                    \
-                               ranges[ranges_index].nrelative,               \
-                               ranges[ranges_index].lazy,                    \
-                               skip_ifunc);                                  \
+      elf_dynamic_do_##reloc ((map), scope,                                  \
+                             ranges[0].start,                                \
+                             ranges[0].size,                                 \
+                             ranges[0].nrelative,                            \
+                             ranges[0].lazy,                                 \
+                             skip_ifunc);                                    \
+      elf_dynamic_do_##reloc ((map), scope,                                  \
+                             ranges[1].start,                                \
+                             ranges[1].size,                                 \
+                             ranges[1].nrelative,                            \
+                             ranges[1].lazy,                                 \
+                             skip_ifunc);                                    \
   } while (0)

 # if ELF_MACHINE_NO_REL || ELF_MACHINE_NO_RELA


It does increase the loader size, though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (5 preceding siblings ...)
  2022-04-18 11:39 ` adhemerval.zanella at linaro dot org
@ 2022-04-18 12:21 ` schwab@linux-m68k.org
  2022-04-18 14:18 ` schwab@linux-m68k.org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: schwab@linux-m68k.org @ 2022-04-18 12:21 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #6 from Andreas Schwab <schwab@linux-m68k.org> ---
The compiler is perfectly entitled to reorder the insns as above.  It cannot
know that it is in a special environment where the GOT isn't relocated yet.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (6 preceding siblings ...)
  2022-04-18 12:21 ` schwab@linux-m68k.org
@ 2022-04-18 14:18 ` schwab@linux-m68k.org
  2022-04-18 15:14 ` schwab@linux-m68k.org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: schwab@linux-m68k.org @ 2022-04-18 14:18 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #7 from Andreas Schwab <schwab@linux-m68k.org> ---
Created attachment 14069
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14069&action=edit
avoid switch statement when performing relocations

Please try this patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (7 preceding siblings ...)
  2022-04-18 14:18 ` schwab@linux-m68k.org
@ 2022-04-18 15:14 ` schwab@linux-m68k.org
  2022-04-18 15:57 ` i at maskray dot me
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: schwab@linux-m68k.org @ 2022-04-18 15:14 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14069|0                           |1
        is obsolete|                            |

--- Comment #8 from Andreas Schwab <schwab@linux-m68k.org> ---
Created attachment 14070
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14070&action=edit
handle less relocation types during ld.so bootstrap

Please try this instead.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (8 preceding siblings ...)
  2022-04-18 15:14 ` schwab@linux-m68k.org
@ 2022-04-18 15:57 ` i at maskray dot me
  2022-04-18 21:52 ` chewi at gentoo dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: i at maskray dot me @ 2022-04-18 15:57 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #9 from Fangrui Song <i at maskray dot me> ---
Unrolling this may mitigate the issue likely because the optimization is
related to loop-invariant code motion. gcc somehow decides hoisting the GOT
address of the jump table is beneficial (for such a non-PI_STATIC_AND_HIDDEN
arch).

musl ld.so uses a function call as a barrier (__dls2) to avoid such code
generation problems.

(In reply to Andreas Schwab from comment #8)
> Created attachment 14070 [details]
> handle less relocation types during ld.so bootstrap
> 
> Please try this instead.

Thanks. This looks good to me. `case R_68K_NONE` can also be placed in `#ifdef
RTLD_BOOTSTRAP` if it helps reduce the possibility that gcc uses a jump table
(which needs a relocated address in a GOT entry).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (9 preceding siblings ...)
  2022-04-18 15:57 ` i at maskray dot me
@ 2022-04-18 21:52 ` chewi at gentoo dot org
  2022-04-20 21:57 ` i at maskray dot me
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: chewi at gentoo dot org @ 2022-04-18 21:52 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #10 from James Le Cuirot <chewi at gentoo dot org> ---
I can confirm that the patch works here. Many thanks for your speedy fix.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (10 preceding siblings ...)
  2022-04-18 21:52 ` chewi at gentoo dot org
@ 2022-04-20 21:57 ` i at maskray dot me
  2022-04-20 21:59 ` chewi at gentoo dot org
  2022-04-21  7:58 ` fweimer at redhat dot com
  13 siblings, 0 replies; 15+ messages in thread
From: i at maskray dot me @ 2022-04-20 21:57 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

--- Comment #11 from Fangrui Song <i at maskray dot me> ---
(In reply to James Le Cuirot from comment #10)
> I can confirm that the patch works here. Many thanks for your speedy fix.

Thanks for testing.

Pushed 
https://sourceware.org/git/?p=glibc.git;a=commit;h=a8e9b5b8079d18116ca69c9797e77804ecf2ee7e
to master and cherry picked it into release/2.35/master 

This is fixed, but I don't have permission to change the status.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (11 preceding siblings ...)
  2022-04-20 21:57 ` i at maskray dot me
@ 2022-04-20 21:59 ` chewi at gentoo dot org
  2022-04-21  7:58 ` fweimer at redhat dot com
  13 siblings, 0 replies; 15+ messages in thread
From: chewi at gentoo dot org @ 2022-04-20 21:59 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

James Le Cuirot <chewi at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from James Le Cuirot <chewi at gentoo dot org> ---
Thanks! Marking as fixed then.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug dynamic-link/29071] m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so
  2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
                   ` (12 preceding siblings ...)
  2022-04-20 21:59 ` chewi at gentoo dot org
@ 2022-04-21  7:58 ` fweimer at redhat dot com
  13 siblings, 0 replies; 15+ messages in thread
From: fweimer at redhat dot com @ 2022-04-21  7:58 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29071

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.36
                 CC|                            |fweimer at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2022-04-21  7:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17 16:55 [Bug dynamic-link/29071] New: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so chewi at gentoo dot org
2022-04-17 16:59 ` [Bug dynamic-link/29071] " dilfridge at gentoo dot org
2022-04-17 17:06 ` dilfridge at gentoo dot org
2022-04-17 18:54 ` i at maskray dot me
2022-04-17 20:52 ` i at maskray dot me
2022-04-18  2:09 ` i at maskray dot me
2022-04-18 11:39 ` adhemerval.zanella at linaro dot org
2022-04-18 12:21 ` schwab@linux-m68k.org
2022-04-18 14:18 ` schwab@linux-m68k.org
2022-04-18 15:14 ` schwab@linux-m68k.org
2022-04-18 15:57 ` i at maskray dot me
2022-04-18 21:52 ` chewi at gentoo dot org
2022-04-20 21:57 ` i at maskray dot me
2022-04-20 21:59 ` chewi at gentoo dot org
2022-04-21  7:58 ` fweimer at redhat dot com

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 read-only IMAP folder(s) and NNTP newsgroup(s).