diff options
author | 2024-12-20 15:31:19 +0100 | |
---|---|---|
committer | 2024-12-20 15:31:19 +0100 | |
commit | c2db11a750fb626d0d04f2dc76e548a1f07617df (patch) | |
tree | 01c899b2a06855633ae991f2064242f976987809 /net/unix/af_unix.c | |
parent | smp/scf: Evaluate local cond_func() before IPI side-effects (diff) | |
parent | locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock (diff) | |
download | wireguard-linux-c2db11a750fb626d0d04f2dc76e548a1f07617df.tar.xz wireguard-linux-c2db11a750fb626d0d04f2dc76e548a1f07617df.zip |
Merge branch 'locking/urgent'
Sync with urgent -- avoid conflicts.
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to '')
-rw-r--r-- | net/unix/af_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index 001ccc55ef0f..6b1762300443 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -2313,6 +2313,7 @@ static int unix_stream_sendmsg(struct socket *sock, struct msghdr *msg, fds_sent = true; if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) { + skb->ip_summed = CHECKSUM_UNNECESSARY; err = skb_splice_from_iter(skb, &msg->msg_iter, size, sk->sk_allocation); if (err < 0) { |