Linux cryptographic layer development
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: davejwatson@fb.com
Cc: ilyal@mellanox.com, aviadye@mellanox.com, borisp@mellanox.com,
	liranl@mellanox.com, matanb@mellanox.com, netdev@vger.kernel.org,
	tom@herbertland.com, herbert@gondor.apana.org.au,
	linux-crypto@vger.kernel.org, hannes@stressinduktion.org,
	alexei.starovoitov@gmail.com, nmav@gnults.org,
	fridolin.pokorny@gmail.com
Subject: Re: [PATCH net-next 2/4] tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions
Date: Thu, 25 May 2017 13:26:53 -0400 (EDT)	[thread overview]
Message-ID: <20170525.132653.192869313240485609.davem@davemloft.net> (raw)
In-Reply-To: <20170524162657.GA24165@davejwatson-mba.local>

From: Dave Watson <davejwatson@fb.com>
Date: Wed, 24 May 2017 09:26:57 -0700

> Export do_tcp_sendpages and tcp_rate_check_app_limited, since tls will need to
> sendpages while the socket is already locked.
> 
> tcp_sendpage is exported, but requires the socket lock to not be held already.
> 
> Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com>
> Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com>
> Signed-off-by: Boris Pismenny <borisp@mellanox.com>
> Signed-off-by: Dave Watson <davejwatson@fb.com>
 ...
> +EXPORT_SYMBOL(do_tcp_sendpages);
 ...
> +EXPORT_SYMBOL(tcp_rate_check_app_limited);

These need to both be EXPORT_SYMBOL_GPL().

  reply	other threads:[~2017-05-25 17:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1495642647.git.davejwatson@fb.com>
2017-05-24 16:26 ` [PATCH net-next 1/4] tcp: ULP infrastructure Dave Watson
2017-05-24 16:26 ` [PATCH net-next 2/4] tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions Dave Watson
2017-05-25 17:26   ` David Miller [this message]
2017-05-24 16:27 ` [PATCH net-next 3/4] tls: kernel TLS support Dave Watson
2017-05-26 14:16   ` Eric Dumazet
2017-05-26 15:18     ` David Miller
2017-05-26 15:49       ` Eric Dumazet
2017-05-24 16:27 ` [PATCH net-next 4/4] tls: Documentation Dave Watson

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=20170525.132653.192869313240485609.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=alexei.starovoitov@gmail.com \
    --cc=aviadye@mellanox.com \
    --cc=borisp@mellanox.com \
    --cc=davejwatson@fb.com \
    --cc=fridolin.pokorny@gmail.com \
    --cc=hannes@stressinduktion.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=ilyal@mellanox.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=liranl@mellanox.com \
    --cc=matanb@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=nmav@gnults.org \
    --cc=tom@herbertland.com \
    /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