]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fixed up 5.10 comments
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Jan 2026 15:16:46 +0000 (16:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Jan 2026 15:16:46 +0000 (16:16 +0100)
queue-5.10/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch
queue-5.10/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch

index c91fbcb67247cc401742ee2d2d68932bb1d1bb5d..9b41fb5f21b51a2768a226d833de729d3a0faaeb 100644 (file)
@@ -69,12 +69,10 @@ Reported-by: syzkaller <syzkaller@googlegroups.com>
 Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
 Link: https://lore.kernel.org/r/20240430123945.2057348-1-syoshida@redhat.com
 Signed-off-by: Paolo Abeni <pabeni@redhat.com>
+[ 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 <skulkarni@mvista.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
-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 <gregkh@linuxfoundation.org>
 ---
  net/ipv4/ip_output.c |    3 ++-
  net/ipv4/raw.c       |    3 +++
index 59724af8c6880451644013c1aa61d66b18bade68..fdb0285103ab9edbbf5933389bbdec2e02c965da 100644 (file)
@@ -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 <syoshida@redhat.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
+[ 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 <skulkarni@mvista.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
-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 <gregkh@linuxfoundation.org>
 ---
  net/ipv6/ip6_output.c |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)