From: Greg Kroah-Hartman Date: Thu, 15 Jan 2026 15:16:46 +0000 (+0100) Subject: fixed up 5.10 comments X-Git-Tag: v6.6.121~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=854fe3e7df31bdc94fafd91dab38ef4d37e25d5e;p=thirdparty%2Fkernel%2Fstable-queue.git fixed up 5.10 comments --- 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(-)