Skip to content

Commit c4e230b

Browse files
authored
Merge pull request #1048 from c-po/kernel-6.6.108
Kernel: T5887: update Linux Kernel to v6.6.108
2 parents 137b20e + 1221922 commit c4e230b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/defaults.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vyos_mirror = "https://packages.vyos.net/repositories/current"
1414
vyos_branch = "current"
1515
release_train = "current"
1616

17-
kernel_version = "6.6.106"
17+
kernel_version = "6.6.108"
1818
kernel_flavor = "vyos"
1919
bootloaders = "syslinux,grub-efi"
2020

scripts/package-build/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ index cf592d7b630f..e8915701aa73 100644
8989
};
9090

9191
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
92-
index c33b1ecc591e..7576d51cd16d 100644
92+
index 798497c8b192..0b4510b06ab5 100644
9393
--- a/net/ipv4/devinet.c
9494
+++ b/net/ipv4/devinet.c
95-
@@ -2609,6 +2609,7 @@ static struct devinet_sysctl_table {
95+
@@ -2608,6 +2608,7 @@ static struct devinet_sysctl_table {
9696
"route_localnet"),
9797
DEVINET_SYSCTL_FLUSHING_ENTRY(DROP_UNICAST_IN_L2_MULTICAST,
9898
"drop_unicast_in_l2_multicast"),

0 commit comments

Comments
 (0)