]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'gpio-fixes-for-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Jan 2026 18:14:52 +0000 (10:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Jan 2026 18:14:52 +0000 (10:14 -0800)
commit1f664bbd5f2fc16c6bef29912d610ca67e12a2c1
treedb8ad9318dde97869a1960e8e992ac4b528e301b
parent6e49f9e05c528055c005bb42018a6b5a615b45b9
parent4918cc05137cb347686462923ab3fd249ef7899d
Merge tag 'gpio-fixes-for-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:
 "Some fixes to resource leaks in the character device handling and
  another small fix for shared GPIO management:

   - fix resource leaks in error paths in GPIO character device code

   - return -ENOMEM and not -ENODEV on memory allocation failure

   - fix an audio issue on Qualcomm platforms due to configuration not
     being propagated to pinctrl from shared GPIO proxy"

* tag 'gpio-fixes-for-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  gpio: shared: propagate configuration to pinctrl
  gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()
  gpio: cdev: Fix resource leaks on errors in lineinfo_changed_notify()
  gpio: cdev: Correct return code on memory allocation failure