Re: [PATCH v12 net-next 10/12] crypto: chtls - Inline TLS record Rx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 19 Mar 2018 19:25:43 +0530
Atul Gupta <atul.gupta@xxxxxxxxxxx> 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



[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]

  Powered by Linux