From: Greg Kroah-Hartman Date: Thu, 15 Jan 2026 15:15:49 +0000 (+0100) Subject: fix up some comments X-Git-Tag: v6.6.121~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9354389309fe411c8175946a0bf3d4e33f413721;p=thirdparty%2Fkernel%2Fstable-queue.git fix up some comments --- diff --git a/queue-5.15/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch b/queue-5.15/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch index e4dd2a3da4..1da2fc7249 100644 --- a/queue-5.15/ipv4-fix-uninit-value-access-in-__ip_make_skb.patch +++ b/queue-5.15/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.15/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch b/queue-5.15/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch index 52e143c144..cc11f24fa4 100644 --- a/queue-5.15/ipv6-fix-potential-uninit-value-access-in-__ip6_make_skb.patch +++ b/queue-5.15/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(-)