mbox series

[GIT,PULL] gpio fixes for v6.12-rc2

Message ID 20241004142100.53097-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio fixes for v6.12-rc2 | expand

Pull-request

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

Message

Bartosz Golaszewski Oct. 4, 2024, 2:21 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following set of fixes for the next RC. Details are in
the signed tag.

Bartosz

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7b99b5ab885993bff010ebcd93be5e511c56e28a:

  gpiolib: Fix potential NULL pointer dereference in gpiod_get_label() (2024-10-03 20:51:47 +0200)

----------------------------------------------------------------
gpio fixes for v6.12-rc2

- fix a potential NULL-pointer dereference in gpiolib core
- fix a probe() regression from the v6.12 merge window and an older bug
  leading to missed interrupts in gpio-davinci

----------------------------------------------------------------
Emanuele Ghidoli (1):
      gpio: davinci: fix lazy disable

Lad Prabhakar (1):
      gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()

Vignesh Raghavendra (1):
      gpio: davinci: Fix condition for irqchip registration

 drivers/gpio/gpio-davinci.c | 10 +++++-----
 drivers/gpio/gpiolib.c      |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2024, 7:04 p.m. UTC | #1
The pull request you sent on Fri,  4 Oct 2024 16:21:00 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.12-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cc70ce8fccd3f81c58f1e983336568d7c9df0e3b

Thank you!