Thread (22 messages) 22 messages, 3 authors, 2018-03-20

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

From: Stefano Brivio <hidden>
Date: 2018-03-19 17:01:35

On Mon, 19 Mar 2018 19:25:43 +0530
Atul Gupta [off-list ref] 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help