From 8842b9d9152c3cacf3b0d39e602eb8e134f45500 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 15 Jan 2024 13:17:34 +0100 Subject: [PATCH] fuzz cleanup --- ...mplement-missing-so_timestamping_new-cmsg-suppo.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/queue-5.10/net-implement-missing-so_timestamping_new-cmsg-suppo.patch b/queue-5.10/net-implement-missing-so_timestamping_new-cmsg-suppo.patch index 8dd5fa6770b..89271afd07f 100644 --- a/queue-5.10/net-implement-missing-so_timestamping_new-cmsg-suppo.patch +++ b/queue-5.10/net-implement-missing-so_timestamping_new-cmsg-suppo.patch @@ -20,14 +20,12 @@ Link: https://lore.kernel.org/r/20240104085744.49164-1-thomas@corelatus.se Signed-off-by: Jakub Kicinski Signed-off-by: Sasha Levin --- - net/core/sock.c | 1 + + net/core/sock.c | 1 + 1 file changed, 1 insertion(+) -diff --git a/net/core/sock.c b/net/core/sock.c -index 9c3bc24bfdd1f..aa5237a6116e1 100644 --- a/net/core/sock.c +++ b/net/core/sock.c -@@ -2402,6 +2402,7 @@ int __sock_cmsg_send(struct sock *sk, struct msghdr *msg, struct cmsghdr *cmsg, +@@ -2395,6 +2395,7 @@ int __sock_cmsg_send(struct sock *sk, st sockc->mark = *(u32 *)CMSG_DATA(cmsg); break; case SO_TIMESTAMPING_OLD: @@ -35,6 +33,3 @@ index 9c3bc24bfdd1f..aa5237a6116e1 100644 if (cmsg->cmsg_len != CMSG_LEN(sizeof(u32))) return -EINVAL; --- -2.43.0 - -- 2.47.3