Bug 218422
Summary: | iwl_trans_txq_send_hcmd: NULL pointer dereference when debugfs=off | ||
---|---|---|---|
Product: | Drivers | Reporter: | simon-b |
Component: | network-wireless-intel | Assignee: | Default virtual assignee for network-wireless-intel (drivers_network-wireless-intel) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | ||
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.7.5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
dmesg, when reproducing the deref
another dmesg, when reproducing the deref patch to fix this patch to fix this |
Description
simon-b
2024-01-25 11:47:37 UTC
Created attachment 305777 [details]
dmesg, when reproducing the deref
Created attachment 305778 [details]
another dmesg, when reproducing the deref
This is still reproducible with 6.7.2, 6.6.14 is not affected. 6.7.5 still affected It also happens on 6.7.9, when debugfs=off Created attachment 305984 [details]
patch to fix this
Created attachment 305985 [details]
patch to fix this
sorry, that patch had a small bug wrt. buffer sizes
Great, thank you very very much! |