Bug 217528
Summary: | ath11k: slub_debug=F output indicates bug in ath11k: corrupting kmalloc-1k | ||
---|---|---|---|
Product: | Drivers | Reporter: | py0xc3 |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | kvalo, py0xc3 |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
py0xc3
2023-06-06 12:31:09 UTC
Supplement: all details are contained in the `journalctl -r` above. But to give you a slight summary of major information: LENOVO 21CHCTO1WW, AMD Ryzen 7 6850U PRO (only integrated AMD graphics). Linux version 6.3.5-200.fc38.x86_64 (gcc (GCC) 13.1.1 20230511 (Red Hat 13.1.1-2), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Relevant boot parameter/data: vmlinuz-6.3.5-200.fc38.x86_64 root=... ro rootflags=subvol=root rd.luks.uuid=... rhgb quiet amd_pstate=passive amdgpu.dcdebugmask=0x10 slub_debug=F BIOS: R23ET60W (1.30 ) Operating system: Fedora 38 KDE Spin. IMPORTANT: I have these issues already for longer, and they were already contained in 6.2.X kernels! Unfortunately, I can no longer say when they started (it could be also before 6.2.X because the issues have started with just a small amount of freezes from time to time while I had no time to focus on that back then). I will try to update the BIOS in the coming days to 1.35 and then test again by remove the blacklisting. The following is from now (so with the issue mitigation/blacklisting in place) and not from the corrupted boot with slub_debuf=F (so I am currently on a working boot that is tainted=0 and `... amd_pstate=active amdgpu.dcdebugmask=0x10 module_blacklist=ath11k_pci,ath11k`), but it should be still contain the relevant data for you. `lspci -mnn` AND `find /lib/firmware/ath11k/ -type f | xargs md5sum`: https://gitlab.com/py0xc31/public-tmp-storage/-/raw/main/slub_debug-F/lspci-mnn_find-ath11k-type-f-xargs-md5sum I have started to test with kernel 6.4.2 on 7th July (and migrated to 6.4.3 today) without `module_blacklist=ath11k_pci,ath11k` and without `module_blacklist=ath11k_pci,ath11k`. So far it seems that kernel 6.4 has solved both issues (which means, the issue of this report but also the PSR issue that was mitigated by `amdgpu.dcdebugmask=0x10`). I will keep this report open but if the issue does not reappear until the end of the month, I will close this report as RESOLVED by kernel 6.4. Since migrating to kernel 6.4.X (starting with 6.4.2; currently I am on 6.4.4), I no longer experience the issue. Some fix/code in 6.4.X solves the bug. There is no longer blacklisting necessary: issue resolved by updating to kernel 6.4+. |