lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 21 Dec 2017 13:51:39 +0100
From:   Linus Walleij <linus.walleij@...aro.org>
To:     Joel Stanley <joel@....id.au>
Cc:     linux-gpio@...r.kernel.org,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        stable <stable@...r.kernel.org>
Subject: Re: [PATCH] tools/gpio: Fix build error with musl libc

On Thu, Dec 21, 2017 at 1:41 AM, Joel Stanley <joel@....id.au> wrote:

> The GPIO tools build fails when using a buildroot toolchain that uses musl
> as it's C library:
>
> arm-broomstick-linux-musleabi-gcc -Wp,-MD,./.gpio-event-mon.o.d \
>  -Wp,-MT,gpio-event-mon.o -O2 -Wall -g -D_GNU_SOURCE \
>  -Iinclude -D"BUILD_STR(s)=#s" -c -o gpio-event-mon.o gpio-event-mon.c
> gpio-event-mon.c:30:6: error: unknown type name ‘u_int32_t’; did you mean ‘uint32_t’?
>       u_int32_t handleflags,
>       ^~~~~~~~~
>       uint32_t
>
> The glibc headers installed on my laptop include sys/types.h in
> unistd.h, but it appears that musl does not.
>
> Fixes: 97f69747d8b1 ("tools/gpio: add the gpio-event-mon tool")
> Cc: stable@...r.kernel.org
> Signed-off-by: Joel Stanley <joel@....id.au>

Patch applied.

Yours,
Linus Walleij

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ