diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-08 19:14:33 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-05-08 19:16:30 +0200 |
| commit | e142ecb996bdbc43688aad683e4312e38fa2bee1 (patch) | |
| tree | 26af3c38650baa8bad40683d758fed99632f46da | |
| parent | a3afa19413c8c0d246eb4d64120016f4457343cc (diff) | |
| download | vyos-build-e142ecb996bdbc43688aad683e4312e38fa2bee1.tar.gz vyos-build-e142ecb996bdbc43688aad683e4312e38fa2bee1.zip | |
Kernel: T8828: Update Linux Kernel to 6.18.28
These kernels contain a partial fix for the Dirty Frag [1] and
Copy Fail 2 [2] security flaws.
1: https://github.com/V4bel/dirtyfrag#dirty-frag-universal-linux-lpe
2: https://www.openwall.com/lists/oss-security/2026/05/07/12
| -rw-r--r-- | data/defaults.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index fb51f3cc..664a3b03 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.18.26" +kernel_version = "6.18.28" kernel_flavor = "vyos" bootloaders = "syslinux,grub-efi" |
