mbox series

[GIT,PULL] gpio: fixes for v6.5-rc7

Message ID 20230818181649.20814-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.5-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.5-rc7

Message

Bartosz Golaszewski Aug. 18, 2023, 6:16 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following fixes from the GPIO subsystem. Details are in the
signed tag.

Thanks,
Bartosz

The following changes since commit 2ccdd1b13c591d306f0401d98dedc4bdcd02b421:

  Linux 6.5-rc6 (2023-08-13 11:29:55 -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.5-rc7

for you to fetch changes up to 3386fb86ecdef0d39ee3306aea8ec290e61b934f:

  gpiolib: fix reference leaks when removing GPIO chips still in use (2023-08-16 13:35:50 +0200)

----------------------------------------------------------------
gpio fixes for v6.5-rc6

- fix a regression in the sysfs interface
- fix a reference counting bug that's been around for years
- MAINTAINERS update

----------------------------------------------------------------
Andy Shevchenko (1):
      gpiolib: sysfs: Do unexport GPIO when user asks for it

Bartosz Golaszewski (1):
      gpiolib: fix reference leaks when removing GPIO chips still in use

Michael Walle (1):
      MAINTAINERS: add content regex for gpio-regmap

 MAINTAINERS                  |  1 +
 drivers/gpio/gpiolib-sysfs.c |  7 +++++--
 drivers/gpio/gpiolib.c       | 16 +++++++++++-----
 3 files changed, 17 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 18, 2023, 6:55 p.m. UTC | #1
The pull request you sent on Fri, 18 Aug 2023 20:16:49 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.5-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3e13eee10521b236b6b96a0e1d7f29c6bf2fd989

Thank you!