From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> 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(-)