Skip to content

Commit

Permalink
Kernel: T5887: update Linux Kernel to v6.6.31
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed May 19, 2024
1 parent eff3d4a commit 20b4227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vyos_mirror = "https://rolling-packages.vyos.net/current"
vyos_branch = "current"
release_train = "current"

kernel_version = "6.6.30"
kernel_version = "6.6.31"
bootloaders = "syslinux,grub-efi"

squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ index bc74f131fe4d..9cdd5b50f9b2 100644
};

diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index d1806eee1687..b4893d713b8c 100644
index 9dfbda164e8c..2786c8ea451a 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -5656,6 +5656,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf,
Expand All @@ -111,7 +111,7 @@ index d1806eee1687..b4893d713b8c 100644
}

static inline size_t inet6_ifla6_size(void)
@@ -7084,6 +7085,13 @@ static const struct ctl_table addrconf_sysctl[] = {
@@ -7085,6 +7086,13 @@ static const struct ctl_table addrconf_sysctl[] = {
.extra1 = (void *)SYSCTL_ZERO,
.extra2 = (void *)SYSCTL_ONE,
},
Expand Down

0 comments on commit 20b4227

Please sign in to comment.