diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-02 20:53:33 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-02 20:53:33 +0200 |
commit | 5978fd1df855d163436e4e9108a32bc2d1157af4 (patch) | |
tree | 58bd4843b2416c7a54d95d4ef4e4faf5e56aa062 | |
parent | 29f7a0c2e7ec400888c77663582a547c1bc2f162 (diff) | |
download | vyos-build-5978fd1df855d163436e4e9108a32bc2d1157af4.tar.gz vyos-build-5978fd1df855d163436e4e9108a32bc2d1157af4.zip |
Kernel: T5887: update Linux Kernel to v6.6.30
-rw-r--r-- | data/defaults.toml | 2 | ||||
-rw-r--r-- | packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index c4d5c32..6d53536 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "https://rolling-packages.vyos.net/current" vyos_branch = "current" release_train = "current" -kernel_version = "6.6.29" +kernel_version = "6.6.30" 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 e678a63..2e9b4dd 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 @@ -100,10 +100,10 @@ index bc74f131fe4d..9cdd5b50f9b2 100644 }; diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c -index 6f57cbddeee6..6ea474d2c170 100644 +index d1806eee1687..b4893d713b8c 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c -@@ -5655,6 +5655,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, +@@ -5656,6 +5656,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; @@ -111,7 +111,7 @@ index 6f57cbddeee6..6ea474d2c170 100644 } static inline size_t inet6_ifla6_size(void) -@@ -7083,6 +7084,13 @@ static const struct ctl_table addrconf_sysctl[] = { +@@ -7084,6 +7085,13 @@ static const struct ctl_table addrconf_sysctl[] = { .extra1 = (void *)SYSCTL_ZERO, .extra2 = (void *)SYSCTL_ONE, }, @@ -126,7 +126,7 @@ index 6f57cbddeee6..6ea474d2c170 100644 .procname = "ioam6_id", .data = &ipv6_devconf.ioam6_id, diff --git a/net/ipv6/route.c b/net/ipv6/route.c -index 56525b5b95a2..e3af0e704291 100644 +index 236a45557ba1..96a8dda0d423 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) |