Re: [GIT PULL] LED fixes for 4.20-rc2

2018-11-08 Thread Linus Torvalds
On Thu, Nov 8, 2018 at 1:29 PM Jacek Anaszewski wrote: > > > All three fixes are related to the newly added pattern trigger: > > - remove mutex_lock() from timer callback, which would trigger problems > related to sleeping in atomic context, the removal is harmless since > mutex protection tur

[GIT PULL] LED fixes for 4.20-rc2

2018-11-08 Thread Jacek Anaszewski
Hi Linus, Please pull LED fixes for 4.20-rc2. All three fixes are related to the newly added pattern trigger: - remove mutex_lock() from timer callback, which would trigger problems related to sleeping in atomic context, the removal is harmless since mutex protection turned out to be redunda