mbox series

[GIT,PULL] gpio: fixes for v6.1

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

Pull-request

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

Message

Bartosz Golaszewski Dec. 8, 2022, 6:41 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Here's the last PR with fixes for this release from the GPIO subsystem.
This is the same PR as last week sans the character device changes and with
one more tiny resource leak fix.

Please pull,
Bartosz Golaszewski

The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:

  Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 63ff545af73f759d1bd04198af8ed8577fb739fc:

  gpio/rockchip: fix refcount leak in rockchip_gpiolib_register() (2022-12-06 10:10:46 +0100)

----------------------------------------------------------------
gpio fixes for v6.1

- fix a memory leak in gpiolib core
- fix reference leaks in gpio-amd8111 and gpio-rockchip

----------------------------------------------------------------
Wang Yufen (1):
      gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()

Xiongfeng Wang (1):
      gpio: amd8111: Fix PCI device reference count leak

Zeng Heng (1):
      gpiolib: fix memory leak in gpiochip_setup_dev()

 drivers/gpio/gpio-amd8111.c  |  4 ++++
 drivers/gpio/gpio-rockchip.c |  1 +
 drivers/gpio/gpiolib.c       | 42 ++++++++++++++++++++++++++----------------
 3 files changed, 31 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 8, 2022, 7:26 p.m. UTC | #1
The pull request you sent on Thu,  8 Dec 2022 19:41:10 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/306ba2402de569a401549bf343ef60748b8f43df

Thank you!