From Fedora Project Wiki

Kernel 6.14 Test Week

Date 2025-04-06 to 2025-04-12
Time all week

Website QA/Test Days
Matrix #test-day:fedoraproject.org
Mailing list test


Can't make the date?
If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at Bugzilla, and add your results to the results section. If this page is more than a month old when you arrive here, please check the current schedule and see if a similar but more recent Test Day is planned or has already happened.

What to test?[edit]

This Test Day will focus on the 6.14 Linux kernel. The primary aim is to test it with Fedora 42.

Who's available[edit]

The following cast of characters will be available testing, workarounds, bug fixes, and general discussion:

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[edit]

  • A fully updated F41 test day image or 41 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 6.14 kernel for an existing installation from F41 koji (see below) or kernel-stabilization copr if not using the test day image. (koji is recommended for secure boot users).
  • Enough free space on storage.

Koji download instructions[edit]

Download Koji[edit]

Kernel builds can be downloaded from Koji using a command-line tool.

Fedora Workstation[edit]

Install Koji on Fedora Workstation if not installed:

sudo dnf install koji

Fedora Silverblue, Kinoite, Sericea, Onyx, CoreOS, IoT[edit]

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="2025-04-03" --pattern "kernel-6.14*"

Download kernel[edit]

Download the RPMs for the 6.14 kernel build you want to test to a test directory, for example kernel-6.14.0-200.fc41:

mkdir -p ~/work/kernel_test
cd ~/work/kernel_test
koji download-build --arch=$(uname -m) kernel-6.14.0-200.fc41

Install kernel[edit]

Fedora Workstation[edit]

Update your kernel:

sudo dnf update kernel-*.rpm

And reboot.

Fedora Silverblue, Kinoite, Sericea, Onyx, CoreOS, IoT[edit]

If not done so already, download the kernel:

Download the RPMs for the 6.14 kernel build you want to test to a test directory, for example kernel-6.14.0-200.fc41:

mkdir -p ~/work/kernel_test
cd ~/work/kernel_test
koji download-build --arch=$(uname -m) kernel-6.14.0-200.fc41

Override the kernel:

rpm-ostree override replace kernel-modules-core-6*.rpm kernel-core-6*.rpm kernel-modules-6*.rpm kernel-6*.rpm kernel-modules-extra-6*.rpm

And reboot.

How to test?[edit]

Run the tests[edit]

  1. 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/.
  2. Visit the result page and enter your result in the 'Regression' column by clicking Enter result.
  3. 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.
  4. 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]

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.

Revert override on Fedora Silverblue or Kinoite[edit]

If you are a Fedora Silverblue or Kinoite user, you can 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.

Test Results[edit]

Regression Test[edit]

User Profile Regression Exploratory Testing References
Minegame YTB fedora 41 6.14.0-200.fc41.x86_64 - hp proliant ML10 Gen9 (with pve 8.3.5 (hypervisor kernel: 6.8.12-9-pve)))
Pass pass
[1]
  1. runtest.sh (default): ok runtest.sh -t performance: ok
Nicosss https://linux-hardware.org/?probe=fde93d1b94
Pass pass
[1]
Pass pass
[2]
  1. Test suite complete PASS
  2. Test suite complete PASS
Yosuke KVM 6.14.0-200.fc41.x86_64 Test ISO
Pass pass
adriend Dell Latitude 3510 - i5-10210U - Fedora Workstation
Pass pass
[1]
  1. All is OK (Bluetooth, Wifi, Dual Screen, Touchpad, etc...)
alciregi Dell PowerEdge R630
Pass pass
[1]
  1. Vulnerability status: /sys/devices/system/cpu/vulnerabilities/gather_data_sampling:Not affected /sys/devices/system/cpu/vulnerabilities/ghostwrite:Not affected /sys/devices/system/cpu/vulnerabilities/itlb_multihit:KVM: Mitigation: Split huge pages /sys/devices/system/cpu/vulnerabilities/l1tf:Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable /sys/devices/system/cpu/vulnerabilities/mds:Mitigation: Clear CPU buffers; SMT vulnerable /sys/devices/system/cpu/vulnerabilities/meltdown:Mitigation: PTI /sys/devices/system/cpu/vulnerabilities/mmio_stale_data:Mitigation: Clear CPU buffers; SMT vulnerable /sys/devices/system/cpu/vulnerabilities/reg_file_data_sampling:Not affected /sys/devices/system/cpu/vulnerabilities/retbleed:Not affected /sys/devices/system/cpu/vulnerabilities/spec_rstack_overflow:Not affected /sys/devices/system/cpu/vulnerabilities/spec_store_bypass:Mitigation: Speculative Store Bypass disabled via prctl /sys/devices/system/cpu/vulnerabilities/spectre_v1:Mitigation: usercopy/swapgs barriers and __user pointer sanitization /sys/devices/system/cpu/vulnerabilities/spectre_v2:Mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: conditional; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected /sys/devices/system/cpu/vulnerabilities/srbds:Not affected /sys/devices/system/cpu/vulnerabilities/tsx_async_abort:Mitigation: Clear CPU buffers; SMT vulnerable
alciregi Pinebook Pro
Pass pass
alciregi Sun Fire X4150
Pass pass
anotheruser 6.14.1-100.fc41.x86_64
Pass pass
[1]
  1. VBOX kernel test suite passed
anotheruser NUC11PH
Pass pass
[1]
  1. kernel-6.14.0-200.fc41 kernel test suite passed
anotheruser kernel-6.14.0-200.fc41
Pass pass
[1]
  1. Test suite passed
balakondareddy 6.14.0-200.fc41.x86_64(Fedora Workstation) on Windows 11 Enterprise with Hyper-V (10.0.26100.1882)
Pass pass
[1]
Pass pass
  1. All tests passed
bittin
Warning warn
Fail fail
Pass pass
bittin Lenovo Thinkpad Edge - F42 - 6.14.1
Warning warn
bittin Lenovo Thinkpad Edge - F42 - 6.14.2
Fail fail
bittin gnome-boxes F42 6.14.1
Pass pass
bittin gnome-boxes F42 6.14.2
Fail fail
boniboyblue F41 ThinkPad E14 Gen 4
Pass pass
[1]
  1. No issues or crashes after 48-hours.
boniboyblue F41 ThinkPad E14 Gen 4
Pass pass
boxjellyfish 6.14.1-300.fc42 (AMD Ryzen 4500U - iGPU (Vega 6)
Pass pass
[1]
  1. Default test suite passed.
bretth 6.14.0-200.fc41 (KVM)
Pass pass
[1]
  1. default & performance tests pass (KVM)
bretth 6.14.1-300.fc42 (KVM)
Pass pass
[1]
  1. default & performance tests pass
c c
Fail fail
[1]
  1. RHBZ #752855 RHBZ #25532 c
charn Lenovo Thinkpad T14s, AMD Ryzen 7840U, Fedora 41, UEFI, Secure Boot, luks+btrfs
Pass pass
[1]
Pass pass
[2]
  1. 6.14.1-100.fc41.x86_64 Default and performance tests pass OK. Suspend and resume working.
  2. 6.14.0-200.fc41.x86_64 Default and performance tests pass OK. Suspend and resume working.
clnetbox CLEVO PB70 NVIDIA RTX 2070
Pass pass
[1]
Pass pass
[2]
  1. kernel-6.14.0-63.fc42
  2. nvidia-570.133.07
clnetbox CLEVO PB70 series NVIDIA RTX 2070
Pass pass
[1]
Warning warn
[2]
  1. kernel-6.14.1-300.fc42 | nvidia-570.133.07 (rpmfusion version works)
  2. kernel-6.14.1-300.fc42 | nvidia-570.133.07 (rpmfusion version works)
clnetbox CLEVO PB70 series NVIDIA RTX 2070
Pass pass
[1]
Warning warn
[2]
  1. kernel-6.14.1-300.fc42 | mesa 25.0.3-2.fc42
  2. kernel-6.14.1-300.fc42 | nvidia-570.133.07 (modules failed to build)
ersen kernel-6.14.0-200.fc41 virt-manager
Pass pass
farribeiro OS: Fedora Linux 42.20250404.n.0 (Silverblue Prerelease) x86_64 Guest-Boxes: KVM/QEMU Standard PC (Q35 + ICH9, 2009) (pc-q35-7.2) / CPU: AMD Ryzen 5 5500 (12) @ 3.59 GHz GPU: AMD Radeon RX 6750 XT [Discrete]
Warning warn
[1]
Warning warn
[2]
Pass pass
[3]
Pass pass
  1. The host system is a COSMIC-ATOMIC
  2. The suspension is broken in both 6.13 and 6.14 kernel. Someone recommended me to deactivate the suspension and because I don't have much hope for a solution.
  3. Linux 6.14.0-63.fc42.x86_64 Regression and Performance Passed
g6avk 6.14.1-300.fc42.x86_64 > Work Station, Asus prime mobo - Ryzen5 5600g/iGPU, 400 Series Chipset, 32 GiB RAM. (UEFI) Secure boot, SSD's > RAID1 (ext4)
Pass pass
[1]
  1. Default and Performance tests pass OK, the Performance Test result did not upload, error file to big , just shy of 30k
geraldosimiao Acer Aspire A515-45 AMD Ryzen 7 5700U with Radeon Graphics
Pass pass
[1]
Pass pass
[2]
Pass pass
[3]
Pass pass
[4]
Pass pass
  1. kernel.x86_64 6.14.2-300.fc42
  2. kernel.x86_64 6.14.1-300.fc42
  3. kernel.x86_64 6.14.0-63.fc42
  4. suspension works - kernel.x86_64 6.14.2-300.fc42
geraldosimiao Fedora-Workstation-Live-42-20250404.n.0 on KVM/virt-manager
Pass pass
[1]
  1. kernel.x86_64 6.14.1-300.fc42
gycsaba96 Asus VivoBook 15
Pass pass
[1]
  1. default and performance test suites passed
itrymybest80 kernel-6.14.1-100.fc41.x86_64
Pass pass
[1]
  1. Default (libhugetlbfs, memfd & paxtest skipped) and performance tests pass; works in general.
itrymybest80 kernel-6.14.2-300.fc42.x86_64
Pass pass
[1]
  1. Default (libhugetlbfs, memfd & paxtest skipped) and performance tests pass; works in general.
juanma Test set: performance, Kernel: 6.14.0-200.fc41.x86_64
Pass pass
[1]
  1. runtests with performance ok
luya Dell Inc. Inspiron 14 7425 2-in-1 equipped with AMD Ryzen™ 7 5825U with Radeon™ Graphics × 16
Pass pass
[1]
  1. All test passed
nielsenb HP Compaq 8510w Intel T9300 AMD RV630 BIOS
Pass pass
nixuser kernel-6.14.1-100.fc41.x86_64 on Intel NUC NUC13ANHi7 (NUC13ANHi7000) (rev N11225-207) 1 x 13th Gen Intel(R) Core(TM) i7-1360P Intel Corporation Raptor Lake-P [Iris Xe Graphics] (rev 04)
Pass pass
nixuser kernel-6.14.1-300.fc42.x86_64 as a VirtualBox guest hosted on Fedora 42 also running kernel-6.14.1-300.fc42.x86_64
Pass pass
nixuser kernel-6.14.1-300.fc42.x86_64 on Dell Precision T5610 2 x Intel(R) Xeon(R) CPU E5-2603 v2 @ 1.80GHz (8 cores total) NVIDIA Corporation GK104 [GeForce GTX 760] (rev a1)
Pass pass
norbertj ...6.14.0.iso on Ideapad V110-15ISK with Core i3-6006U and 8 GiB RAM
Pass pass
[1]
  1. libhugetlbfs, memfd and paxtest skipped, rest of default and performance tests pass. No regressions noted.
norbertj ...6.14.0.iso on desktop PC with Ryzen 3 3200G, B450 chipset and 16 GiB RAM
Pass pass
[1]
  1. libhugetlbfs, memfd and paxtest skipped, rest of default and performance tests pass. No regressions noted.
norbertj ...6.14.0.iso on old desktop PC with Core i5-750, P55 chipset, Radeon HD6450 and 4 GiB RAM
Pass pass
[1]
  1. libhugetlbfs, memfd and paxtest skipped, rest of default and performance tests pass. No regressions noted.
rai510 6.14.0-63.fc42.x86_64
Pass pass
rambontanga Linux 6.14.1-100.fc41.x86_64 | KDE Plasma 6.3.4
Pass pass
seaninspace T470 Rawhide
Pass pass
sgraf NUC13L3Hv7, 6.14.1-100.fc41.x86_64
Pass pass
[1]
  1. All works as expected.
softcore
Warning warn
Pass pass
theprogram F42 Custom OS with Sway WM, on AMD 5700G. Kernel 6.14.0-63.fc42.x86_64
Pass pass
valdyn 6.14.0-63.fc42.x86_64; AMD R5600X; AMD RX 7800 XT; MSI B550-A PRO
Pass pass
[1]
  1. All test passed
vtrefny 6.14.1-300.fc42.x86_64, ThinkPad T490s, Fedora KDE
Pass pass