[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180319180129.39d163b5@epycfail>
Date: Mon, 19 Mar 2018 18:01:29 +0100
From: Stefano Brivio <sbrivio@...hat.com>
To: Atul Gupta <atul.gupta@...lsio.com>
Cc: davem@...emloft.net, herbert@...dor.apana.org.au,
davejwatson@...com, sd@...asysnail.net,
linux-crypto@...r.kernel.org, netdev@...r.kernel.org,
ganeshgr@...lsio.com
Subject: Re: [PATCH v12 net-next 10/12] crypto: chtls - Inline TLS record Rx
On Mon, 19 Mar 2018 19:25:43 +0530
Atul Gupta <atul.gupta@...lsio.com> wrote:
> +int chtls_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
> + int nonblock, int flags, int *addr_len)
> +{
>
> [...]
>
> + if (likely(!(flags & MSG_TRUNC))) {
> + if (skb_copy_datagram_msg(skb, offset,
> + msg, avail)) {
> + if (!copied) {
> + copied = -EFAULT;
> + break;
> + }
Why is this change not mentioned in the series changelog?
--
Stefano
Powered by blists - more mailing lists