From 0a8f9158f2bb48a05b2013e3c18e1ad49f61fd27 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 17 Jun 2024 20:07:32 +0200 Subject: Kernel: T5887: update Linux Kernel to v6.6.34 (cherry picked from commit 41771586bd7cef98cd8151e9b36e3d045baa7622) --- data/defaults.toml | 2 +- .../patches/kernel/0001-linkstate-ip-device-attribute.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/defaults.toml b/data/defaults.toml index 7df81ec2..ebd62251 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "http://dev.packages.vyos.net/repositories/sagitta" vyos_branch = "sagitta" release_train = "sagitta" -kernel_version = "6.6.33" +kernel_version = "6.6.34" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" diff --git a/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch b/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch index af67ef5c..a4026a24 100644 --- a/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch +++ b/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch @@ -126,10 +126,10 @@ index 9dfbda164e8c..2786c8ea451a 100644 .procname = "ioam6_id", .data = &ipv6_devconf.ioam6_id, diff --git a/net/ipv6/route.c b/net/ipv6/route.c -index 236a45557ba1..96a8dda0d423 100644 +index c48eaa7c2340..309a93100c34 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c -@@ -676,6 +676,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh) +@@ -677,6 +677,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh) } #endif @@ -144,7 +144,7 @@ index 236a45557ba1..96a8dda0d423 100644 /* * Default Router Selection (RFC 2461 6.3.6) */ -@@ -717,6 +725,8 @@ static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, +@@ -718,6 +726,8 @@ static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, if (!m && (strict & RT6_LOOKUP_F_IFACE)) return RT6_NUD_FAIL_HARD; -- cgit v1.2.3 From 5638fa2a3e089936822f909df8403c3153abe733 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 22 Jun 2024 08:21:07 +0200 Subject: Kernel: T5887: update Linux Kernel to v6.6.35 (cherry picked from commit 0c8ffe63e1af322b3fc023c9f2c393844a4fad80) --- data/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/defaults.toml b/data/defaults.toml index ebd62251..77b4130e 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "http://dev.packages.vyos.net/repositories/sagitta" vyos_branch = "sagitta" release_train = "sagitta" -kernel_version = "6.6.34" +kernel_version = "6.6.35" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" -- cgit v1.2.3