From 854fe3e7df31bdc94fafd91dab38ef4d37e25d5e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 15 Jan 2026 16:16:46 +0100 Subject: [PATCH] fixed up 5.10 comments --- .../ipv4-fix-uninit-value-access-in-__ip_make_skb.patch | 6 ++---- ...ix-potential-uninit-value-access-in-__ip6_make_skb.patch | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/queue-5.10/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch b/queue-5.10/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch index c91fbcb672..9b41fb5f21 100644 --- a/queue-5.10/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch +++ b/queue-5.10/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch @@ -69,12 +69,10 @@ Reported-by: syzkaller Signed-off-by: Shigeru Yoshida Link: https://lore.kernel.org/r/20240430123945.2057348-1-syoshida@redhat.com Signed-off-by: Paolo Abeni +[ Referred stable v6.1.y version of the patch to generate this one + v6.1 link: https://github.com/gregkh/linux/commit/55bf541e018b76b3750cb6c6ea18c46e1ac5562e ] Signed-off-by: Shubham Kulkarni Signed-off-by: Greg Kroah-Hartman ---- -Referred stable v6.1.y version of the patch to generate this one - [ v6.1 link: https://github.com/gregkh/linux/commit/55bf541e018b76b3750cb6c6ea18c46e1ac5562e ] -Signed-off-by: Greg Kroah-Hartman --- net/ipv4/ip_output.c | 3 ++- net/ipv4/raw.c | 3 +++ diff --git a/queue-5.10/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch b/queue-5.10/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch index 59724af8c6..fdb0285103 100644 --- a/queue-5.10/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch +++ b/queue-5.10/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch @@ -18,12 +18,10 @@ causes uninit-value access. Fixes: ea30388baebc ("ipv6: Fix an uninit variable access bug in __ip6_make_skb()") Signed-off-by: Shigeru Yoshida Signed-off-by: David S. Miller +[ Referred stable v6.1.y version of the patch to generate this one + v6.1 link: https://github.com/gregkh/linux/commit/a05c1ede50e9656f0752e523c7b54f3a3489e9a8 ] Signed-off-by: Shubham Kulkarni Signed-off-by: Greg Kroah-Hartman ---- -Referred stable v6.1.y version of the patch to generate this one - [ v6.1 link: https://github.com/gregkh/linux/commit/a05c1ede50e9656f0752e523c7b54f3a3489e9a8 ] -Signed-off-by: Greg Kroah-Hartman --- net/ipv6/ip6_output.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.47.3