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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260116112608.11227-1-bartosz.golaszewski@oss.qualcomm.com>
Date: Fri, 16 Jan 2026 12:26:08 +0100
From: Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linus Walleij <linusw@...nel.org>, linux-gpio@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>
Subject: [GIT PULL] gpio fixes for v6.19-rc6

Linus,

Please pull two more GPIO fixes addressing an issue uncovered by the shared
GPIO management changes in v6.19.

Thanks,
Bartosz

The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:

  Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.19-rc6

for you to fetch changes up to 471e998c0e31206ff0eac7202b2659698cf9b46e:

  gpiolib: remove redundant callback check (2026-01-12 09:35:04 +0100)

----------------------------------------------------------------
gpio fixes for v6.19-rc6

- implement the missing .get_direction() callback for gpio-davinci
- remove redundant check in GPIO core which can also propagate an
  invalid errno to user-space

----------------------------------------------------------------
Bartosz Golaszewski (2):
      gpio: davinci: implement .get_direction()
      gpiolib: remove redundant callback check

 drivers/gpio/gpio-davinci.c | 18 ++++++++++++++++++
 drivers/gpio/gpiolib.c      |  3 ---
 2 files changed, 18 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ