On Mon, 19 Mar 2018 19:25:43 +0530 Atul Gupta <[email protected]> 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
