From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Linus, Please pull the following set of fixes for the next RC. Thanks, Bartosz The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -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-rc2 for you to fetch changes up to 5c887b65bbd1a3fc28e2e20399acede0baa83edb: gpiolib: Fix debug messaging in gpiod_find_and_request() (2024-03-26 12:50:50 +0100) ---------------------------------------------------------------- gpio fixes for v6.9-rc2 - fix a procfs failure when requesting an interrupt with a label containing the '/' character - add missing stubs for GPIO lookup functions for !GPIOLIB - fix debug messages that would print "(null)" for NULL strings ---------------------------------------------------------------- Andy Shevchenko (1): gpiolib: Fix debug messaging in gpiod_find_and_request() Bartosz Golaszewski (1): gpio: cdev: sanitize the label before requesting the interrupt Mark Brown (1): gpiolib: Add stubs for GPIO lookup functions drivers/gpio/gpiolib-cdev.c | 38 ++++++++++++++++++++++++++++++++------ drivers/gpio/gpiolib.c | 32 ++++++++++++++++++-------------- include/linux/gpio/driver.h | 17 +++++++++++++++-- 3 files changed, 65 insertions(+), 22 deletions(-)