Kernel 5.15 Test Week | |
---|---|
Date | 2021-11-14 to 2021-11-21 |
Time | all week |
Website | QA/Test Days |
IRC | #fedora-test-day[?] on Libera |
Mailing list | test |
What to test?
This Test Day will focus on the 5.15 Linux kernel. The primary aim is to test on Fedora 35 and 34.
Who's available
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion:
- Development - Justin Forbes (jforbes)
- Quality Assurance - Sumantro Mukherjee (sumantrom), Geoffrey Marr (coremodule), Kamil Paral (kparal), Adam Williamson (adamw)
You can chat with us on IRC. See the infobox on top of the page to learn the right IRC channel.
Prerequisite for Test Day
- A fully updated F35 test day image or Fedora 34 or 35 Workstation/Server installation, either on bare metal or VM (please make sure you have no important data on that installation, things might go wrong -- don't do this on your production machine!)
- The 5.15 kernel for an existing installation from F35 koji (see below) or kernel-stabilization copr if not using the test day image. (koji is recommended for secure boot users).
- Fedora Silverblue and Kinoite users can test using the koji kernel above as well. Download the kernel, kernel-core, kernel-modules, and kernel-modules-extra packages locally and install it with rpm-ostree override replace <path_to_kernel> <path_to_kernel-core> <path_to_kernel-modules> <path_to_kernel-modules-extra>
- Enough free space on HDD
Koji download instructions
Kernel builds can be downloaded from Koji using a command-line tool.
Install Koji if not installed:
sudo dnf install koji
You can list available kernel builds with:
koji list-builds --package=kernel --after="2021-11-12" | grep "5.15"
Download the 5.15 kernel build you wish, for example kernel-5.15.2-300.fc35:
koji download-build --arch=x86_64 kernel-5.15.2-200.fc35
Update your kernel:
sudo dnf update kernel-*.rpm
And reboot.
How to test?
Run the tests
- Follow the instructions in this test case. For users running the test day image, the tests are pre-installed in
/home/liveuser/kernel-tests/
. - Visit the result page and enter your result in the 'Regression' column by clicking Enter result.
- If there are any other result columns, click on the column title links to see the tests that need to be run: most column titles are links to a specific test case. Follow the instructions there, then enter your results by clicking the Enter result button for the test.
- While the results from the regression tests are interesting, we are also interested in your overall experience with the new kernels.
Reporting bugs
Note to Virtualbox users: By default, the insert_leap_second test will fail, this is because Virtualbox syncs the guest time with the host in the middle of the test. This is not a kernel or test suite failure, it is a Virtualbox design issue. It should skip this test if your kernel-tests repo has been updated since 2021-09-12.
If you have problems with any of the tests, have a look in the results page. Please include the vulnerability output at the end of the test suite in the comments.
If you don't see it, please file a new bug to Bugzilla, probably against kernel
component. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC #fedora-test-day or #fedora-qa and we will help you.