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:	Wed, 05 Mar 2014 18:54:01 +0400
From:	Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To:	Steffen Klassert <steffen.klassert@...unet.com>,
	netdev@...r.kernel.org
CC:	Christophe Gouault <christophe.gouault@...nd.com>
Subject: Re: [PATCH RFC v2 04/12] ah6: Use the IPsec protocol multiplexer
 API

Hello.

On 05-03-2014 16:41, Steffen Klassert wrote:

> Switch ah6 to use the new IPsec protocol multiplexer.

> Signed-off-by: Steffen Klassert <steffen.klassert@...unet.com>
> ---
>   net/ipv6/ah6.c |   22 +++++++++++++++-------
>   1 file changed, 15 insertions(+), 7 deletions(-)
>
> diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c
> index 6c5f094..f35911e 100644
> --- a/net/ipv6/ah6.c
> +++ b/net/ipv6/ah6.c
> @@ -643,7 +643,7 @@ out:
>   	return err;
>   }
>
> -static void ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
> +static int ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
>   		    u8 type, u8 code, int offset, __be32 info)

    You should realign this line to start under *struct*.

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ