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:	Fri, 10 Jan 2014 23:45:27 +0300
From:	Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To:	Stephen Hemminger <stephen@...workplumber.org>,
	Vlad Yasevich <vyasevich@...il.com>,
	Neil Horman <nhorman@...driver.com>,
	David Miller <davem@...emloft.net>
CC:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next] sctp: make sctp_addto_chunk_fixed local

Hello.

On 01/10/2014 09:31 AM, Stephen Hemminger wrote:

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

[...]

> --- a/net/sctp/sm_make_chunk.c	2014-01-09 22:29:51.871663405 -0800
> +++ b/net/sctp/sm_make_chunk.c	2014-01-09 22:29:58.323581984 -0800
> @@ -78,6 +78,8 @@ static int sctp_process_param(struct sct
>   			      gfp_t gfp);
>   static void *sctp_addto_param(struct sctp_chunk *chunk, int len,
>   			      const void *data);
> +static void  *sctp_addto_chunk_fixed(struct sctp_chunk *, int len,

    Sorry for nitpicking but two spaces after 'void' don't align well with the 
previous declaration. Probably can be fixed while applying...

> +				     const void *data);
>
>   /* Control chunk destructor */
>   static void sctp_control_release_owner(struct sk_buff *skb)

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