lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu,  8 Nov 2018 20:29:08 +0100
From:   Jacek Anaszewski <jacek.anaszewski@...il.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, linux-leds@...r.kernel.org,
        jacek.anaszewski@...il.com, baolin.wang@...aro.org,
        geert+renesas@...der.be, pavel@....cz
Subject: [GIT PULL] LED fixes for 4.20-rc2

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 redundant in this case
- fix pattern parsing to properly handle intervals with brightness == 0
- fix typos in the ABI documentation

The following changes since commit 8dbac65f5c181e4723586ab738b703bb23bc3f2a:

  leds: sc27xx: Add pattern_set/clear interfaces for LED controller (2018-10-11 21:59:11 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git tags/led-fixes-for-4.20-rc2

for you to fetch changes up to 406e7f986b2e4499295351bcfff5c93b0d34022a:

  Documentation: ABI: led-trigger-pattern: Fix typos (2018-11-07 21:43:46 +0100)

Thanks,
Jacek Anaszewski

----------------------------------------------------------------
LED fixes for 4.20-rc2
----------------------------------------------------------------
Baolin Wang (1):
      leds: trigger: Fix sleeping function called from invalid context

Geert Uytterhoeven (1):
      Documentation: ABI: led-trigger-pattern: Fix typos

Pavel Machek (1):
      Fix pattern handling optimalization

 .../ABI/testing/sysfs-class-led-trigger-pattern    |  4 ++--
 drivers/leds/trigger/ledtrig-pattern.c             | 27 +++++++---------------
 2 files changed, 10 insertions(+), 21 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ