diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-08-31 18:15:45 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-08-31 18:18:49 +0200 |
| commit | 6ab45e64cfa4fceac35cfb2f30ca0a0f42722d14 (patch) | |
| tree | 2c49ff9b5f7e250cea50e19aee53375eec7700b2 | |
| parent | 16a76cd94a803c8c779354ec0bfdb9bd3baae01e (diff) | |
| download | vyos-build-6ab45e64cfa4fceac35cfb2f30ca0a0f42722d14.tar.gz vyos-build-6ab45e64cfa4fceac35cfb2f30ca0a0f42722d14.zip | |
Kernel: T5887: update Linux Kernel to v6.6.103
| -rw-r--r-- | data/defaults.toml | 2 | ||||
| -rw-r--r-- | scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch | 8 | ||||
| -rw-r--r-- | scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch (renamed from scripts/package-build/linux-kernel/patches/kernel/build-linux-perf-package.patch) | 0 |
3 files changed, 5 insertions, 5 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 78bcd251..f62ef19b 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "https://packages.vyos.net/repositories/current" vyos_branch = "current" release_train = "current" -kernel_version = "6.6.102" +kernel_version = "6.6.103" kernel_flavor = "vyos" bootloaders = "syslinux,grub-efi" diff --git a/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch b/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch index bed612cd..f33ecf88 100644 --- a/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch +++ b/scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch @@ -101,10 +101,10 @@ index c33b1ecc591e..7576d51cd16d 100644 }; diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c -index 231fa4dc6cde..8d8a8ee9c4fe 100644 +index 1c3b0ba289fb..075da0727e7d 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c -@@ -5677,6 +5677,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, +@@ -5671,6 +5671,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, array[DEVCONF_NDISC_EVICT_NOCARRIER] = cnf->ndisc_evict_nocarrier; array[DEVCONF_ACCEPT_UNTRACKED_NA] = cnf->accept_untracked_na; array[DEVCONF_ACCEPT_RA_MIN_LFT] = cnf->accept_ra_min_lft; @@ -112,7 +112,7 @@ index 231fa4dc6cde..8d8a8ee9c4fe 100644 } static inline size_t inet6_ifla6_size(void) -@@ -7119,6 +7120,13 @@ static const struct ctl_table addrconf_sysctl[] = { +@@ -7113,6 +7114,13 @@ static const struct ctl_table addrconf_sysctl[] = { .extra1 = (void *)SYSCTL_ZERO, .extra2 = (void *)SYSCTL_ONE, }, @@ -127,7 +127,7 @@ index 231fa4dc6cde..8d8a8ee9c4fe 100644 .procname = "ioam6_id", .data = &ipv6_devconf.ioam6_id, diff --git a/net/ipv6/route.c b/net/ipv6/route.c -index 53197087353a..4fed0253cf83 100644 +index eb9e505f71f9..bdcbaf43bf6d 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -716,6 +716,14 @@ static inline void rt6_probe(struct fib6_nh *fib6_nh) diff --git a/scripts/package-build/linux-kernel/patches/kernel/build-linux-perf-package.patch b/scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch index 082ad589..082ad589 100644 --- a/scripts/package-build/linux-kernel/patches/kernel/build-linux-perf-package.patch +++ b/scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch |
