From: Jesus Sanchez-Palencia
Date: Mon, 9 Jul 2018 16:20:56 -0700
> We are not supposed to use u32 in uapi, so change the flags member of
> struct sock_txtime from u32 to __u32 instead.
>
> Fixes: 80b14dee2bea ("net: Add a new socket option for a future transmit
> time")
> Reported-by: Eric Du
On 07/09/2018 04:20 PM, Jesus Sanchez-Palencia wrote:
> We are not supposed to use u32 in uapi, so change the flags member of
> struct sock_txtime from u32 to __u32 instead.
>
> Fixes: 80b14dee2bea ("net: Add a new socket option for a future transmit
> time")
> Reported-by: Eric Dumazet
> Sig