Message ID | 20201009054900.20145-1-rdunlap@infradead.org |
---|---|
State | New |
Headers | show |
Series | [net] net/tls: remove a duplicate function prototype | expand |
On Thu, 8 Oct 2020 22:49:00 -0700 Randy Dunlap wrote: > Remove one of the two instances of the function prototype for > tls_validate_xmit_skb(). > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Applied, thanks.
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 8 Oct 2020 22:49:00 -0700 you wrote: > Remove one of the two instances of the function prototype for > tls_validate_xmit_skb(). > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Boris Pismenny <borisp@nvidia.com> > Cc: Aviad Yehezkel <aviadye@nvidia.com> > Cc: John Fastabend <john.fastabend@gmail.com> > Cc: Daniel Borkmann <daniel@iogearbox.net> > Cc: Jakub Kicinski <kuba@kernel.org> > To: netdev@vger.kernel.org > > [...] Here is the summary with links: - [net] net/tls: remove a duplicate function prototype https://git.kernel.org/netdev/net/c/923527dcb4d1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
--- lnx-59-rc8.orig/include/net/tls.h +++ lnx-59-rc8/include/net/tls.h @@ -679,10 +679,6 @@ int decrypt_skb(struct sock *sk, struct struct scatterlist *sgout); struct sk_buff *tls_encrypt_skb(struct sk_buff *skb); -struct sk_buff *tls_validate_xmit_skb(struct sock *sk, - struct net_device *dev, - struct sk_buff *skb); - int tls_sw_fallback_init(struct sock *sk, struct tls_offload_context_tx *offload_ctx, struct tls_crypto_info *crypto_info);
Remove one of the two instances of the function prototype for tls_validate_xmit_skb(). Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Boris Pismenny <borisp@nvidia.com> Cc: Aviad Yehezkel <aviadye@nvidia.com> Cc: John Fastabend <john.fastabend@gmail.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Jakub Kicinski <kuba@kernel.org> To: netdev@vger.kernel.org --- Sorry, resending to netdev@ also. include/net/tls.h | 4 ---- 1 file changed, 4 deletions(-)