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]
Date: Fri, 22 Dec 2023 11:07:31 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
	Linus Walleij <linus.walleij@...aro.org>,
	linux-gpio@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [GIT PULL] gpio: fixes for v6.7-rc7

From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>

Linus,

Here's another round of fixes from the GPIO subsystem for this release cycle.

There's one commit adding synchronization to an ioctl() we overlooked
previously and another synchronization changeset for one of the drivers.
Details are in the signed tag.

Please pull,
Bartosz Golaszewski

The following changes since commit ceb6a6f023fd3e8b07761ed900352ef574010bcb:

  Linux 6.7-rc6 (2023-12-17 15:19:28 -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.7-rc7

for you to fetch changes up to 1cc3542c76acb5f59001e3e562eba672f1983355:

  gpio: dwapb: mask/unmask IRQ when disable/enale it (2023-12-21 11:19:01 +0100)

----------------------------------------------------------------
gpio fixes for v6.7-rc7

- add protection against GPIO device removal to an overlooked ioctl()
- synchronize the interrupt mask register manually in gpio-dwapb

----------------------------------------------------------------
Kent Gibson (1):
      gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()

xiongxin (1):
      gpio: dwapb: mask/unmask IRQ when disable/enale it

 drivers/gpio/gpio-dwapb.c   | 12 ++++++++----
 drivers/gpio/gpiolib-cdev.c | 16 ++++++++++++----
 2 files changed, 20 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ