From b5493c81ec4ad1562883f6b131db48c0847edf5c Mon Sep 17 00:00:00 2001 From: Johan Thelin Date: Fri, 26 Apr 2019 13:24:19 +0200 Subject: [PATCH] Fixed video link --- 2019/speakers-and-talks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/speakers-and-talks.html b/2019/speakers-and-talks.html index a45bbb0..9c73d87 100644 --- a/2019/speakers-and-talks.html +++ b/2019/speakers-and-talks.html @@ -538,7 +538,7 @@
Anders Roxell
Continuously Integrating the Upstream Linux Kernel on Hardware
The aim of this project is to continuously test one of the biggest open source projects on hardware and in qemu. The project started to continuously run functional tests on TS kernels. Tests that gets run are kselftest, ltp, and libhugetlbfs. Running tests on actual hardware isn’t as easy as you may think. Failing tests, hanging tests or flaky tests are some of the issues. The project that was going to run tests on real hardware is called Linux Kernel Functional Testing (LKFT). LKFT uses infrastructure software like Jenkins, LAVA, SQUAD and bugzilla for building, testing, displaying and tracking regressions of the LTS, mainline and next kernels.