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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 2 Jan 2018 14:09:35 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     William Tu <u9012063@...il.com>
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net] vxlan: trivial indenting fix.

On Tue,  2 Jan 2018 14:05:19 -0800
William Tu <u9012063@...il.com> wrote:

> Fix indentation of reserved_flags2 field in vxlanhdr_gpe.
> 
> Signed-off-by: William Tu <u9012063@...il.com>
> ---
>  include/net/vxlan.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/net/vxlan.h b/include/net/vxlan.h
> index 13223396dc64..f96391e84a8a 100644
> --- a/include/net/vxlan.h
> +++ b/include/net/vxlan.h
> @@ -146,7 +146,7 @@ struct vxlanhdr_gpe {
>  		np_applied:1,
>  		instance_applied:1,
>  		version:2,
> -reserved_flags2:2;
> +		reserved_flags2:2;
>  #elif defined(__BIG_ENDIAN_BITFIELD)
>  	u8	reserved_flags2:2,
>  		version:2,

Fixes: e1e5314de08b ("vxlan: implement GPE")

Acked-by: Stephen Hemminger <stephen@...workplumber.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ