On Wed, 2024-04-24 at 10:47 -0700, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > 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. > > For reference, see mail to lkml with subject > "6.9.0-rc2+ kernel hangs on boot (bisected, maybe LED related)" You should use a Link: tag with a lore link for that :) > Fixes: f5c31bcf604d ("Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds") > > Signed-off-by: Ben Greear <greearb@xxxxxxxxxxxxxxx> And no blank lines between tags, please. johannes