| Kernel 7.2 Test Week | |
|---|---|
| Date | 2026-08-30 to 2026-09-05 |
| Time | all week |
| Website | QA/Test Days |
| Matrix | #kernel:fedoraproject.org(other clients|?) |
| Mailing list | test |
What to test?[edit]
This Test Day will focus on 7.2 Linux kernel. The primary aim is to test it with Fedora 44 and also Fedora 43.
Who's available[edit]
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion:
- Development - Justin Forbes (jforbes), Augusto Caringi (acaringi)
- Quality - Lukáš Růžička (lruzicka), Kamil Paral (kparal), Adam Williamson (adamw), Petr Sklenář (psklenar), Jaroslav Groman (jgroman)
You can chat with us on Matrix. See the infobox on top of the page to learn where to join.
Prerequisite for Test Day[edit]
- A virtual machine or a bare metal machine
- An installation of Fedora 44/43 (any Edition or Spin). Make sure to fully update your system.
- If installing a fresh system, install using the test day F44 image
- If using an existing system, the 7.2 kernel from koji F44 build, koji F43 build (see below, recommended for Secure Boot users) or kernel-stabilization copr
- Make sure you have no important data on that system. Things might go wrong -- don't do this on your production machine!
- Enough free space on storage.
Kernel from a Koji build instructions[edit]
Install koji command-line tool[edit]
RPM-based systems (Workstation, Server, etc)
sudo dnf install koji
Atomic systems (Silverblue, Kinoite, Sericea, Onyx, CoreOS, IoT, etc)
Install Koji in a toolbox:
toolbox create toolbox enter sudo dnf install koji
Or directly on the host:
rpm-ostree install koji
And reboot.
List available kernel builds[edit]
You can list available kernel builds with:
koji list-builds --package=kernel --after="2026-08-27" --pattern "kernel-7.2*"
Download kernel[edit]
Download the RPMs for the 7.2 kernel build you want to test to a test directory, for example kernel-7.2.2-300.fc44:
mkdir -p ~/work/kernel_test cd ~/work/kernel_test koji download-build --arch=$(uname -m) kernel-7.2.2-300.fc44
Install kernel[edit]
RPM-based systems (Workstation, Server, etc)
Update your kernel:
sudo dnf update kernel-*.rpm
And reboot.
Atomic systems (Silverblue, Kinoite, Sericea, Onyx, CoreOS, IoT, etc)
Override the kernel:
rpm-ostree override replace kernel-modules-core-7*.rpm kernel-core-7*.rpm kernel-modules-7*.rpm kernel-7*.rpm kernel-modules-extra-7*.rpm
And reboot.
How to test?[edit]
- Follow the instructions in QA:Testcase kernel regression. 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. You can put those under QA:Testcase Exploratory Testing.
Reporting bugs[edit]
Known bugs[edit]
Please feel free to comment on the existing bugs with your results and hardware specifications. It is currently unclear which specific hardware configuration or settings are required to reproduce the issue.
Or perhaps you've found a different already-reported bug. Please look at:
New bugs[edit]
All new bugs should be reported to Bugzilla, probably against the kernel component.
When filing the bug, it's very helpful to include:
- exact steps you've performed (and whether you can reproduce it again)
- screenshots or videos, if applicable
- system journal (log), which you can retrieve by
journalctl -b > journal.txt - all output in a terminal, if started from a terminal
- your system description
If you are unsure about exactly how to file the report or what other information to include, just ask us.
Please make sure to link to the bug when submitting your test result, thanks!
After testing: Revert override on atomic systems[edit]
If you are on an atomic system (Silverblue, Kinoite, Sericea, Onyx, CoreOS, IoT, etc), you should revert the override and use the stable kernels again. Run the following command to revert it back:
rpm-ostree override reset kernel-modules kernel-modules-extra kernel-core kernel kernel-modules-core
And reboot.
