On Wed, 15 Dec 2021 21:39:55 +0100 Pavel Machek <pavel@xxxxxx> wrote: > Hi! > > > Hello LED devs, > > > > The patch c29e650b3af2: "leds: ns2: Remove work queue" from Nov 20, > > 2015, leads to the following Smatch static checker warning: > > > > drivers/leds/leds-ns2.c:96 ns2_led_set_mode() > > warn: sleeping in atomic context > > Yup, this looks wrong. > > Plus, the code is quite crazy. > > Not sure what the write_lock in that function is supposed to protect > against. Perhaps it can be just removed? > > Hmm. led_set_mode uses custom interface for hardware accelerated > LED. Ideally there's more fixing to be done there :-(. The last time we discussed this, Simon said that he is willing to convert once we have trigger offloading API. But we will also need blkdev trigger. Time to review Ian Pilcher's last attempt at blkdev? [RESEND PATCH v8 0/2] Introduce block device LED trigger https://lore.kernel.org/linux-leds/20211119212733.286427-1-arequipeno@xxxxxxxxx/ Marek