summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-02 21:46:01 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-03 11:53:38 +0000
commit67e4a8c787d236fb0108841962b275e06e137dde (patch)
treef09574bb9f80985b6c68c75048c980fc19efa5ee
parent6ebfc05dafe6eb5c2b9a01192596212e7653e78e (diff)
downloadvyos-build-67e4a8c787d236fb0108841962b275e06e137dde.tar.gz
vyos-build-67e4a8c787d236fb0108841962b275e06e137dde.zip
Kernel: T5887: update Linux Kernel to v6.6.36
(cherry picked from commit dd322145bec2902dd4f18064d6c6f18464b987f9)
-rw-r--r--data/defaults.toml2
-rw-r--r--packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch6
2 files changed, 4 insertions, 4 deletions
diff --git a/data/defaults.toml b/data/defaults.toml
index 77b4130e..9213f937 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.35"
+kernel_version = "6.6.36"
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 a4026a24..9d10ec7e 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 c48eaa7c2340..309a93100c34 100644
+index eb3afaee62e8..0f8670e74cc7 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
-@@ -677,6 +677,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh)
+@@ -679,6 +679,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh)
}
#endif
@@ -144,7 +144,7 @@ index c48eaa7c2340..309a93100c34 100644
/*
* Default Router Selection (RFC 2461 6.3.6)
*/
-@@ -718,6 +726,8 @@ static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif,
+@@ -720,6 +728,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;