Commit d200132
wifi: iwlwifi: Use request_module_nowait
commit 3d91371 upstream.
This appears to work around a deadlock regression that came in
with the LED merge in 6.9.
The deadlock happens on my system with 24 iwlwifi radios, so maybe
it something like all worker threads are busy and some work that needs
to complete cannot complete.
Link: https://lore.kernel.org/linux-kernel/20240411070718.GD6194@google.com/
Fixes: f5c31bc ("Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds")
Signed-off-by: Ben Greear <greearb@candelatech.com>
Link: https://msgid.link/20240430234212.2132958-1-greearb@candelatech.com
[also remove unnecessary "load_module" var and now-wrong comment]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent 3be4692 commit d200132
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1484 | 1484 | | |
1485 | 1485 | | |
1486 | 1486 | | |
1487 | | - | |
1488 | 1487 | | |
1489 | 1488 | | |
1490 | 1489 | | |
| |||
1732 | 1731 | | |
1733 | 1732 | | |
1734 | 1733 | | |
1735 | | - | |
| 1734 | + | |
1736 | 1735 | | |
1737 | 1736 | | |
1738 | 1737 | | |
1739 | 1738 | | |
1740 | 1739 | | |
1741 | | - | |
1742 | | - | |
1743 | | - | |
1744 | | - | |
1745 | | - | |
1746 | | - | |
1747 | | - | |
1748 | 1740 | | |
1749 | 1741 | | |
1750 | 1742 | | |
| |||
0 commit comments