From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Linus, Please pull the following set of fixes for the next RC. Details are in the signed tag as usual. Thanks, Bartosz The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f: Linux 6.9-rc2 (2024-03-31 14:32:39 -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.9-rc3 for you to fetch changes up to 83092341e15d0dfee1caa8dc502f66c815ccd78a: gpio: cdev: fix missed label sanitizing in debounce_setup() (2024-04-04 18:57:08 +0200) ---------------------------------------------------------------- gpio fixes for v6.9-rc3 - make sure GPIO devices are registered with the subsystem before trying to return them to a caller of gpio_device_find() - fix two issues with incorrect sanitization of the interrupt labels ---------------------------------------------------------------- Bartosz Golaszewski (1): gpio: cdev: check for NULL labels when sanitizing them for irqs Hans de Goede (1): gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobject_get() errors Kent Gibson (1): gpio: cdev: fix missed label sanitizing in debounce_setup() drivers/gpio/gpiolib-cdev.c | 48 ++++++++++++++++++++++++++++++--------------- drivers/gpio/gpiolib.c | 3 +++ 2 files changed, 35 insertions(+), 16 deletions(-)