Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Both conflict were simple overlapping changes. In the kaweth case, Eric Dumazet's skb_cow() bug fix overlapped the conversion of the driver in net-next to use in-netdev stats. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -658,7 +658,9 @@ static int qrtr_sendmsg(struct socket *sock, struct msghdr *msg, size_t len)
|
||||
}
|
||||
|
||||
if (plen != len) {
|
||||
skb_pad(skb, plen - len);
|
||||
rc = skb_pad(skb, plen - len);
|
||||
if (rc)
|
||||
goto out_node;
|
||||
skb_put(skb, plen - len);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user