summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2025-01-15 19:07:39 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2025-01-15 19:07:39 +0100
commitfc4378b2fe8645d310463c2d895abd8173087b95 (patch)
tree830c2a033c329668cebc5106332f747eeac82cc5 /net/unix/af_unix.c
parentd0b806fc9932a04dae87dbd03a2dea8114ee6996 (diff)
parente896c04890aeff2292364c19632fc15d890d436c (diff)
Merge tag 'spi-mem-dtr-2' into nand/next
spi: Support DTR in spi-mem Changes to support DTR with spi-mem.
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r--net/unix/af_unix.c1
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) {