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>] [day] [month] [year] [list]
Message-ID: <20260130115258.24843-1-bartosz.golaszewski@oss.qualcomm.com>
Date: Fri, 30 Jan 2026 12:52:58 +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-rc8

Linus,

Over the last week I received quite an unexpected (for rc7) number of
fixes but they are all pretty small and mostly limited to drivers.

Please consider pulling.

Thanks,
Bartosz

The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377:

  Linux 6.19-rc7 (2026-01-25 14:11:24 -0800)

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-rc8

for you to fetch changes up to e64d1cb21a1c6ecd51bc1c94c83f6fc656f7c94d:

  gpiolib: acpi: Fix potential out-of-boundary left shift (2026-01-28 15:24:09 +0100)

----------------------------------------------------------------
gpio fixes for v6.19-rc8

- don't call into pinctrl when setting direction in gpio-rockchip as it's
  not needed and may trigger locking context errors
- change spinlock to raw_spinlock in gpio-sprd
- fix a use-after-free bug in gpio-virtuser
- don't register a driver from another driver's probe() in gpio-omap
- fix int width problems in GPIO ACPI code
- fix interrupt-to-pin mapping in gpio-brcmstb
- mask interrupts in irq shutdown in gpio-pca953x

----------------------------------------------------------------
Andy Shevchenko (1):
      gpiolib: acpi: Fix potential out-of-boundary left shift

Danilo Krummrich (1):
      gpio: omap: do not register driver in probe()

Denis Sergeev (1):
      gpiolib: acpi: use BIT_ULL() for u64 mask in address space handler

Doug Berger (1):
      gpio: brcmstb: correct hwirq to bank map

Martin Larsson (1):
      gpio: pca953x: mask interrupts in irq shutdown

Robin Murphy (1):
      gpio: rockchip: Stop calling pinctrl for set_direction

Xuewen Yan (1):
      gpio: sprd: Change sprd_gpio lock to raw_spin_lock

Yuhao Huang (1):
      gpio: virtuser: fix UAF in configfs release path

 drivers/gpio/gpio-brcmstb.c        |  8 +++-----
 drivers/gpio/gpio-omap.c           | 22 ++++++++++++++++++----
 drivers/gpio/gpio-pca953x.c        |  2 ++
 drivers/gpio/gpio-rockchip.c       |  8 --------
 drivers/gpio/gpio-sprd.c           |  8 ++++----
 drivers/gpio/gpio-virtuser.c       |  8 ++++----
 drivers/gpio/gpiolib-acpi-core.c   | 21 +++++++++++++++++----
 drivers/pinctrl/pinctrl-rockchip.c |  9 ++++-----
 8 files changed, 52 insertions(+), 34 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ