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:   Tue, 18 Dec 2018 16:00:03 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     dcaratti@...hat.com
Cc:     jesus.sanchez-palencia@...el.com, rcochran@...utronix.de,
        netdev@...r.kernel.org, herton@...hat.com
Subject: Re: [PATCH net] net: Use __kernel_clockid_t in uapi net_stamp.h

From: Davide Caratti <dcaratti@...hat.com>
Date: Mon, 17 Dec 2018 11:26:38 +0100

> Herton reports the following error when building a userspace program that
> includes net_stamp.h:
> 
>  In file included from foo.c:2:
>  /usr/include/linux/net_tstamp.h:158:2: error: unknown type name
>  ‘clockid_t’
>    clockid_t clockid; /* reference clockid */
>    ^~~~~~~~~
> 
> Fix it by using __kernel_clockid_t in place of clockid_t.
> 
> Fixes: 80b14dee2bea ("net: Add a new socket option for a future transmit time.")
> Cc: Timothy Redaelli <tredaelli@...hat.com>
> Reported-by: Herton R. Krzesinski <herton@...hat.com>
> Signed-off-by: Davide Caratti <dcaratti@...hat.com>

Applied and queued up for -stable, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ