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, 1 Aug 2019 10:53:48 +0200
From:   Linus Walleij <linus.walleij@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Bartosz Golaszewski <bgolaszewski@...libre.com>,
        "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] GPIO fixes for the v5.3 series

Hi Linus,

here are some three GPIO fixes for v5.3, all touching
the core, so quite important fixes.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.3-3

for you to fetch changes up to d95da993383c78f7efd25957ba3af23af4b1c613:

  gpiolib: Preserve desc->flags when setting state (2019-07-29 00:57:39 +0200)

----------------------------------------------------------------
GPIO fixes for the v5.3 series:

- Fix the request of active low GPIO line events.

- Don't issue WARN() stuff on NULL descriptors if
  the GPIOLIB is disabled.

- Preserve the descriptor flags when setting the
  initial direction on lines.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpio: don't WARN() on NULL descs if gpiolib is disabled

Chris Packham (1):
      gpiolib: Preserve desc->flags when setting state

Linus Walleij (1):
      Merge tag 'gpio-v5.3-rc3-fixes-for-linus' of
git://git.kernel.org/.../brgl/linux into fixes

Michael Wu (1):
      gpiolib: fix incorrect IRQ requesting of an active-low lineevent

 drivers/gpio/gpiolib.c        | 23 ++++++++++------
 include/linux/gpio/consumer.h | 64 +++++++++++++++++++++----------------------
 2 files changed, 47 insertions(+), 40 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ