The 5.19.6 stable kernel update contains a number of important fixes across the tree.
The 5.19.4 kernel rebase contains a number of important bug fixes, new hardware support, and feature enhancements across the tree.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2022-ccb0138bb6
Please login to add feedback.
-1 | 3 | Test Case kernel regression |
This update has been submitted for testing by jforbes.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'passed'.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
Works.
Default & performance tests pass (KVM)
Works fine here, fixes a bug I had where a suspended system with ethernet connected would flood the network.
jforbes edited this update.
jforbes edited this update.
New build(s):
Karma has been reset.
This update has been submitted for testing by jforbes.
This update has obsoleted kernel-5.19.4-300.fc37, and has inherited its bugs and notes.
This is still good!
+1 good
Default and Performance regression tests pass on NUC6i5SYK, Intel Core i5-6260U CPU @ 1.80GHz × 4, Mesa Intel Iris(R) Graphics 540 (SKL GT3). 5.19.6-300.fc37.x86_64
Working fine so far.
Working fine 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), regression tests passing.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by jforbes.
This and every kernel after 5.19.2-300 fail to boot on my system with "Failed to switch root: Specified switch root path '/sysroot' does not seem to be an OS tree. os-release file is missing."
How can I debug this problem?
[ 5.107016] gtw systemd[1]: Reached target initrd-switch-root.target - Switch Root. [ 5.108528] gtw systemd[1]: Starting initrd-switch-root.service - Switch Root... [ 5.120164] gtw systemctl[601]: Failed to switch root: Specified switch root path '/sysroot' does not seem to be an OS tree. os-release file is missing. [ 5.121629] gtw systemd[1]: initrd-switch-root.service: Main process exited, code=exited, status=1/FAILURE [ 5.121902] gtw systemd[1]: initrd-switch-root.service: Failed with result 'exit-code'. [ 5.131371] gtw systemd[1]: Failed to start initrd-switch-root.service - Switch Root.
Ha!
Found the problem. My system is btrfs with two subvolumes, /root and /home, and /sysroot is mounted with / instead of -o subvol=root. At failure time, I unmounted /sysroot and remounted it properly with -o subvol=root and now the boot sequence resumed without further error. I guess this may be a problem with the initrd? Anyway all kernels after 5.19.2 fail to boot with this bug.
@gtwilliams you just explained how it is not a kernel problem. I am guessing if you recreated your initramfs for 5.19.2 it would fail in the same way. Might be worth tracking down what changed there though, dracut or systemd are likely culprits. Updates on those packages often appear as kernel issues because an initramfs doesn't get regenerated when those packages are updated, so any problems they cause with the initramfs don't appear until your next kernel update unless you happen to regenerate the initramfs for other reasons.
Thank you @jforbes. Sorry for the noise.
./default/cachedrop FAIL ! Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD A8 PRO-7150B R5, 10 Compute Cores 4C+6G CPU family: 21 Model: 48 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 Frequency boost: enabled CPU(s) scaling MHz: 58% CPU max MHz: 1900.0000 CPU min MHz: 1100.0000 BogoMIPS: 3792.84 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mc a cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall n x mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_go od nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pc lmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_lega cy abm sse4a misalignsse 3dnowprefetch osvw ibs xop ski nit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_cor e perfctr_nb bpext ptsc cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 xsaveopt arat npt lbrv svm_lock nrip_sav e tsc_scale vmcb_clean flushbyasid decodeassists pausef ilter pfthreshold overflow_recov Virtualization features: Virtualization: AMD-V Caches (sum of all):
L1d: 64 KiB (4 instances) L1i: 192 KiB (2 instances) L2: 4 MiB (2 instances) NUMA:
Cachedrop is racey, particularly on lower end hardware. I am not concerned with cachedrop failures.
This update has been pushed to stable.