https://github.com/torvalds/linux
Revision f58c356ea74feef8c2bb774dd19ded91567a5cf2 authored by Linus Torvalds on 02 June 2019, 17:14:25 UTC, committed by Linus Torvalds on 02 June 2019, 17:14:25 UTC
Pull LED fix from Jacek Anaszewski:
 "Fix for a recent change in LED core, that didn't take into account the
  possibility of calling led_blink_setup() from atomic context"

* tag 'led-fixes-for-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds:
  leds: avoid flush_work in atomic context
2 parent s 9221dce + 8c0f693
Raw File
Tip revision: f58c356ea74feef8c2bb774dd19ded91567a5cf2 authored by Linus Torvalds on 02 June 2019, 17:14:25 UTC
Merge tag 'led-fixes-for-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
Tip revision: f58c356
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.
back to top