From: Greg Kroah-Hartman Date: Mon, 15 Jan 2024 12:17:34 +0000 (+0100) Subject: fuzz cleanup X-Git-Tag: v4.19.305~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8842b9d9152c3cacf3b0d39e602eb8e134f45500;p=thirdparty%2Fkernel%2Fstable-queue.git fuzz cleanup --- 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 -