Netdev List
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: ilyal@mellanox.com
Cc: netdev@vger.kernel.org, davejwatson@fb.com, aviadye@mellanox.com,
	borisp@mellanox.com
Subject: Re: [PATCH 2/3] net: Export tcpv6_prot
Date: Fri, 11 Aug 2017 14:34:45 -0700 (PDT)	[thread overview]
Message-ID: <20170811.143445.124248584829184365.davem@davemloft.net> (raw)
In-Reply-To: <1502361196-127278-3-git-send-email-ilyal@mellanox.com>

From: Ilya Lesokhin <ilyal@mellanox.com>
Date: Thu, 10 Aug 2017 13:33:15 +0300

> From: Boris Pismenny <borisp@mellanox.com>
> 
> Want to be able to use these in TLS.
> 
> Signed-off-by: Boris Pismenny <borisp@mellanox.com>
> ---
>  net/ipv6/tcp_ipv6.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
> index 2521690..e3a44a5 100644
> --- a/net/ipv6/tcp_ipv6.c
> +++ b/net/ipv6/tcp_ipv6.c
> @@ -1944,6 +1944,7 @@ struct proto tcpv6_prot = {
>  #endif
>  	.diag_destroy		= tcp_abort,
>  };
> +EXPORT_SYMBOL(tcpv6_prot);

EXPORT_SYMBOL_GPL() please.

  reply	other threads:[~2017-08-11 21:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-10 10:33 [PATCH 0/3] tls: Use correct sk->sk_prot for IPV6 Ilya Lesokhin
2017-08-10 10:33 ` [PATCH 1/3] ipv6: Prevent unexpected sk->sk_prot changes Ilya Lesokhin
2017-08-10 10:33 ` [PATCH 2/3] net: Export tcpv6_prot Ilya Lesokhin
2017-08-11 21:34   ` David Miller [this message]
2017-08-10 10:33 ` [PATCH 3/3] tls: Use correct sk->sk_prot for IPV6 Ilya Lesokhin
2017-08-11 15:06   ` kbuild test robot
2017-08-11 21:36   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170811.143445.124248584829184365.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=aviadye@mellanox.com \
    --cc=borisp@mellanox.com \
    --cc=davejwatson@fb.com \
    --cc=ilyal@mellanox.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox