]> git.hungrycats.org Git - linux/commit
Merge tag 'gpio-fixes-for-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Feb 2026 17:42:17 +0000 (09:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Feb 2026 17:42:17 +0000 (09:42 -0800)
commitd5a8e4be46514982c143a91549c678002b839a28
tree0e53b4024bd06f1a08651f7e93a20e0fdc2b8e40
parentbbcb2cd6751a9457275728f7004600320703a788
parentec2cceadfae72304ca19650f9cac4b2a97b8a2fc
Merge tag 'gpio-fixes-for-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:

 - fix memory leaks in shared GPIO management

 - normalize the return values of gpio_chip::get() in GPIO core on
   behalf of drivers that return invalid values (this is done because
   adding stricter sanitization of callback retvals led to breakages in
   existing users, we'll revert that once all are fixed)

* tag 'gpio-fixes-for-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  gpiolib: normalize the return value of gc->get() on behalf of buggy drivers
  gpio: shared: fix memory leaks