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, 9 Aug 2023 12:51:56 -0400
From: Xin Long <lucien.xin@...il.com>
To: Yue Haibing <yuehaibing@...wei.com>
Cc: marcelo.leitner@...il.com, davem@...emloft.net, edumazet@...gle.com, 
	kuba@...nel.org, pabeni@...hat.com, linux-sctp@...r.kernel.org, 
	netdev@...r.kernel.org
Subject: Re: [PATCH net-next] sctp: Remove unused declaration sctp_backlog_migrate()

On Wed, Aug 9, 2023 at 10:23 AM Yue Haibing <yuehaibing@...wei.com> wrote:
>
> Commit 61c9fed41638 ("[SCTP]: A better solution to fix the race between sctp_peeloff()
> and sctp_rcv().") removed the implementation but left declaration in place. Remove it.
>
> Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
> ---
>  include/net/sctp/sctp.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
> index 2a67100b2a17..a2310fa995f6 100644
> --- a/include/net/sctp/sctp.h
> +++ b/include/net/sctp/sctp.h
> @@ -148,8 +148,6 @@ void sctp_icmp_redirect(struct sock *, struct sctp_transport *,
>  void sctp_icmp_proto_unreachable(struct sock *sk,
>                                  struct sctp_association *asoc,
>                                  struct sctp_transport *t);
> -void sctp_backlog_migrate(struct sctp_association *assoc,
> -                         struct sock *oldsk, struct sock *newsk);
>  int sctp_transport_hashtable_init(void);
>  void sctp_transport_hashtable_destroy(void);
>  int sctp_hash_transport(struct sctp_transport *t);
> --
> 2.34.1
>
>
Acked-by: Xin Long <lucien.xin@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ