From c9eaf71fe0e4da8ffa9487832d60743a43586b56 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 12 Sep 2020 23:09:09 +0200 Subject: Revert "Kernel: T2843: upgrade Kernel to v5.8.5" This reverts commit 78c43c2078e292ac9b53d2d6a41a47466d283914. Unfortunately we must revert the Kernel upgrade as there are two problematic issues. One which is the break of ABI functionality with parted [1] and second the internal cryptop API [2] which removed required literals for the build of Intel QAT acceleration. In the two weeks running 5.8 we still learned a lot - we experienced a performance improvement of ~30% when doing NAT @ > 10GBit/s and also utilizing the build in updated drivers for Intel NICs and WireGuard. We are looking forward to the release of this years LTS kernel and we hope to ship this in the final 1.3 release. 1: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.8.y&id=692d062655 2: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.5.y&id=d63007eb95 --- data/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/defaults.json') diff --git a/data/defaults.json b/data/defaults.json index 85e3482c..393966c4 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -5,7 +5,7 @@ "debian_distribution": "buster", "vyos_mirror": "http://dev.packages.vyos.net/repositories/current", "vyos_branch": "current", - "kernel_version": "5.8.8", + "kernel_version": "4.19.142", "kernel_flavor": "amd64-vyos", "release_train": "equuleus", "additional_repositories": [ -- cgit v1.2.3