Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack
@ 2018-11-01 23:21 bugzilla at busybox.net
  2018-11-02  0:40 ` [Buildroot] [Bug 11476] " bugzilla at busybox.net
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-01 23:21 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

            Bug ID: 11476
           Summary: stdio2.h error invalid use of __builtin_va_arg_pack
           Product: buildroot
           Version: 2018.02.7
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: goldstar611 at hotmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

The following defconfig which should generated a glibc based toolchain (gcc5)
for powerpc 464 with floating point generates an error. This happens on
buildroot-2018.02.7

Defconfig:
```
BR2_powerpc=y
BR2_powerpc_464fp=y
BR2_SSP_REGULAR=y
BR2_RELRO_PARTIAL=y
BR2_FORTIFY_SOURCE_1=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_KERNEL_HEADERS_4_1=y
BR2_GCC_VERSION_5_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_INIT_NONE=y
# BR2_TARGET_ENABLE_ROOT_LOGIN is not set
BR2_SYSTEM_BIN_SH_NONE=y
# BR2_TARGET_GENERIC_GETTY is not set
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
# BR2_ENABLE_LOCALE_PURGE is not set
# BR2_PACKAGE_BUSYBOX is not set
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
# BR2_TARGET_ROOTFS_TAR is not set
```

Error in console:
```
make[5]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build/powerpc-buildroot-linux-gnu/libsanitizer'
make[4]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build/powerpc-buildroot-linux-gnu/libsanitizer'
make[3]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build/powerpc-buildroot-linux-gnu/libsanitizer'
In file included from
/home/user/buildroot-2018.02.7/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/stdio.h:862:0,
                 from ../../../libitm/util.cc:27:
/home/user/buildroot-2018.02.7/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:
In function ?int sprintf(char*, const char*, ...)?:
/home/user/buildroot-2018.02.7/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:34:43:
error: invalid use of ?__builtin_va_arg_pack ()?
       __bos (__s), __fmt, __va_arg_pack ());
                                           ^
/home/user/buildroot-2018.02.7/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:
In function ?int snprintf(char*, size_t, const char*, ...)?:
/home/user/buildroot-2018.02.7/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:65:44:
error: invalid use of ?__builtin_va_arg_pack ()?
        __bos (__s), __fmt, __va_arg_pack ());
                                            ^
Makefile:517: recipe for target 'util.lo' failed
make[5]: *** [util.lo] Error 1
make[5]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build/powerpc-buildroot-linux-gnu/libitm'
Makefile:697: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build/powerpc-buildroot-linux-gnu/libitm'
Makefile:360: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build/powerpc-buildroot-linux-gnu/libitm'
Makefile:13203: recipe for target 'all-target-libitm' failed
make[2]: *** [all-target-libitm] Error 2
make[2]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build'
Makefile:871: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/build'
package/pkg-generic.mk:223: recipe for target
'/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/.stamp_built'
failed
make: ***
[/home/user/buildroot-2018.02.7/output/build/host-gcc-final-5.5.0/.stamp_built]
Error 2
```

I will retry on an older buildroot version and post a build log after make
clean if I still get errors

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
@ 2018-11-02  0:40 ` bugzilla at busybox.net
  2018-11-02  0:56 ` bugzilla at busybox.net
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-02  0:40 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #1 from goldstar611 at hotmail.com ---
Latest stable (buildroot-2018.08.2) also fails with same error

```
...
mv -f .deps/sjlj.Tpo .deps/sjlj.Plo
In file included from
/home/user/buildroot-2018.08.2/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/stdio.h:862:0,
                 from ../../../libitm/util.cc:27:
/home/user/buildroot-2018.08.2/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:
In function ?int sprintf(char*, const char*, ...)?:
/home/user/buildroot-2018.08.2/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:34:43:
error: invalid use of ?__builtin_va_arg_pack ()?
       __bos (__s), __fmt, __va_arg_pack ());
                                           ^
/home/user/buildroot-2018.08.2/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:
In function ?int snprintf(char*, size_t, const char*, ...)?:
/home/user/buildroot-2018.08.2/output/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:65:44:
error: invalid use of ?__builtin_va_arg_pack ()?
        __bos (__s), __fmt, __va_arg_pack ());
                                            ^
Makefile:517: recipe for target 'util.lo' failed
make[5]: *** [util.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
```

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
  2018-11-02  0:40 ` [Buildroot] [Bug 11476] " bugzilla at busybox.net
@ 2018-11-02  0:56 ` bugzilla at busybox.net
  2018-11-02  8:44 ` bugzilla at busybox.net
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-02  0:56 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

goldstar611 at hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |PowerPC 464
              Build|                            |x86

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
  2018-11-02  0:40 ` [Buildroot] [Bug 11476] " bugzilla at busybox.net
  2018-11-02  0:56 ` bugzilla at busybox.net
@ 2018-11-02  8:44 ` bugzilla at busybox.net
  2018-11-02  8:44 ` bugzilla at busybox.net
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-02  8:44 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks for your bug report. Could you try without the following options:

BR2_SSP_REGULAR=y
BR2_RELRO_PARTIAL=y
BR2_FORTIFY_SOURCE_1=y

and see if the problem still appears ? If it does not appear, enabling those
options one by one to see which one breaks the build would be useful.

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2018-11-02  8:44 ` bugzilla at busybox.net
@ 2018-11-02  8:44 ` bugzilla at busybox.net
  2018-11-02 15:03 ` bugzilla at busybox.net
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-02  8:44 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at buildroot.uclibc |romain.naour at gmail.com
                   |.org                        |

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2018-11-02  8:44 ` bugzilla at busybox.net
@ 2018-11-02 15:03 ` bugzilla at busybox.net
  2018-11-02 17:15 ` bugzilla at busybox.net
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-02 15:03 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #3 from goldstar611 at hotmail.com ---
Removing the 3 options (SSP, RELO and FORTIFY) produce a working toolchain.

Enabling Fortify_Source_1 produces the error I originally posted.

Enabling Relo and SSP do not generate errors.

Let me know if I can do additional debugging.

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2018-11-02 15:03 ` bugzilla at busybox.net
@ 2018-11-02 17:15 ` bugzilla at busybox.net
  2018-11-02 17:50 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-02 17:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #4 from romain.naour at gmail.com ---
Hi,

I'm able to reproduce this issue with gcc5 but not with gcc6.
Any reason to keep this specific version ? 

gcc5 is not maintained by upstream and we already use the latest version, I'm
not sure it would be easy/safe to backport an upstream patch.

Best regards,
Romain

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2018-11-02 17:15 ` bugzilla at busybox.net
@ 2018-11-02 17:50 ` bugzilla at busybox.net
  2018-11-03 11:31 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-02 17:50 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #5 from goldstar611 at hotmail.com ---
I have not had any problems thus far with gcc6, so I personally don't have a
problem with dropping gcc5 support but I would suggest making Fortify_Source
require gcc>=6 for ppc iff there are no plans for dropping gcc5 for other
arches.

If it would help I can volunteer to run a matrix of PPC big endian builds to
see which of them fail.

At some point us PowerPC guys won't have much left but unsupported tools
unfortunately.

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (6 preceding siblings ...)
  2018-11-02 17:50 ` bugzilla at busybox.net
@ 2018-11-03 11:31 ` bugzilla at busybox.net
  2018-11-03 11:41   ` Romain Naour
  2018-11-04 21:56 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  11 siblings, 1 reply; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-03 11:31 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #6 from romain.naour at gmail.com ---
(In reply to goldstar611 from comment #5)
Hi,

Are you using libitm ?
If not, you can workaround this issue by disabling libitm with:
HOST_GCC_COMMON_CONF_OPTS += --disable-libitm

This issue is trigged with gcc5 + libitm and Fortify_Source.
I'm able to reproduce it on x86_64.

Unfortunately, we don't test the toolchain build with all possible options.
For example, Fortify_Source option is not enabled while building pre-built
Bootlin toolchains [1]. That's why this issue is only discovered now...
This is something that can be improved on our side.

Any additional testing are welcome, feel free to run a matrix of PPC big endian
you are interested in and report to us or upstream if it works or not.

About gcc5, at some point it will be removed from Buildroot. I can't say when.

[1] https://toolchains.bootlin.com

Best regards,
Romain

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-03 11:31 ` bugzilla at busybox.net
@ 2018-11-03 11:41   ` Romain Naour
  0 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2018-11-03 11:41 UTC (permalink / raw)
  To: buildroot

Hi Matt,

Le 03/11/2018 ? 12:31, bugzilla at busybox.net a ?crit?:
> https://bugs.busybox.net/show_bug.cgi?id=11476
> 
> --- Comment #6 from romain.naour at gmail.com ---
> (In reply to goldstar611 from comment #5)
> Hi,
> 
> Are you using libitm ?
> If not, you can workaround this issue by disabling libitm with:
> HOST_GCC_COMMON_CONF_OPTS += --disable-libitm
> 
> This issue is trigged with gcc5 + libitm and Fortify_Source.
> I'm able to reproduce it on x86_64.
> 
> Unfortunately, we don't test the toolchain build with all possible options.
> For example, Fortify_Source option is not enabled while building pre-built
> Bootlin toolchains [1]. That's why this issue is only discovered now...
> This is something that can be improved on our side.

There is an interesting issue with Fortify_Source :)

Best regards,
Romain

> 
> Any additional testing are welcome, feel free to run a matrix of PPC big endian
> you are interested in and report to us or upstream if it works or not.
> 
> About gcc5, at some point it will be removed from Buildroot. I can't say when.
> 
> [1] https://toolchains.bootlin.com
> 
> Best regards,
> Romain
> 

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (7 preceding siblings ...)
  2018-11-03 11:31 ` bugzilla at busybox.net
@ 2018-11-04 21:56 ` bugzilla at busybox.net
  2018-12-03 12:51 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-11-04 21:56 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #7 from romain.naour at gmail.com ---
Hi,

I found an upstream bug report about this issue [1].
With this patch [2] applied the build succeed.

I can't say why upstream didn't backport this patch on gcc5 stable branch.
So, I'm ok to disable fortify_source for gcc5.

Best regards,
Romain

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=61164
[2]
https://github.com/gcc-mirror/gcc/commit/55f12fce4ccf77513644a247f9c401a5b1fa2402

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (8 preceding siblings ...)
  2018-11-04 21:56 ` bugzilla at busybox.net
@ 2018-12-03 12:51 ` bugzilla at busybox.net
  2018-12-06 10:38 ` bugzilla at busybox.net
  2018-12-06 10:40 ` bugzilla at busybox.net
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-12-03 12:51 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #8 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Romain: what do you suggest for this bug? Should we exclude gcc < 6 from using
fortify source ? Should we backport a gcc fix ?

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (9 preceding siblings ...)
  2018-12-03 12:51 ` bugzilla at busybox.net
@ 2018-12-06 10:38 ` bugzilla at busybox.net
  2018-12-06 10:40 ` bugzilla at busybox.net
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-12-06 10:38 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

--- Comment #9 from romain.naour at gmail.com ---
(In reply to Thomas Petazzoni from comment #8)
Hi Thomas,

The issue is fixed in Buildroot by this patch [1] that disable
BR2_FORTIFY_SOURCE_{1,2} for gcc < 6 (for internal toolchain only).
Upstream didn't answer my question if it's safe or not to backport this patch
to earlier version of gcc [2].

So, this bug is fixed for 2018.11.

[1]
https://git.buildroot.net/buildroot/commit/?id=a75ee0e8124023185f4a05e95b2fcd29fa9449d8
[2] https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=61164

Best regards,
Romain

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

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

* [Buildroot] [Bug 11476] stdio2.h error invalid use of __builtin_va_arg_pack
  2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
                   ` (10 preceding siblings ...)
  2018-12-06 10:38 ` bugzilla at busybox.net
@ 2018-12-06 10:40 ` bugzilla at busybox.net
  11 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2018-12-06 10:40 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11476

romain.naour at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |2018.11
         Resolution|---                         |FIXED

--- Comment #10 from romain.naour at gmail.com ---
Fixed by
https://git.buildroot.net/buildroot/commit/?id=a75ee0e8124023185f4a05e95b2fcd29fa9449d8.

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

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

end of thread, other threads:[~2018-12-06 10:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-01 23:21 [Buildroot] [Bug 11476] New: stdio2.h error invalid use of __builtin_va_arg_pack bugzilla at busybox.net
2018-11-02  0:40 ` [Buildroot] [Bug 11476] " bugzilla at busybox.net
2018-11-02  0:56 ` bugzilla at busybox.net
2018-11-02  8:44 ` bugzilla at busybox.net
2018-11-02  8:44 ` bugzilla at busybox.net
2018-11-02 15:03 ` bugzilla at busybox.net
2018-11-02 17:15 ` bugzilla at busybox.net
2018-11-02 17:50 ` bugzilla at busybox.net
2018-11-03 11:31 ` bugzilla at busybox.net
2018-11-03 11:41   ` Romain Naour
2018-11-04 21:56 ` bugzilla at busybox.net
2018-12-03 12:51 ` bugzilla at busybox.net
2018-12-06 10:38 ` bugzilla at busybox.net
2018-12-06 10:40 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox