From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Alexey Dobriyan <adobriyan@gmail.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: [GIT PULL] gpio: fixes for v6.6-rc3
Date: Sat, 23 Sep 2023 20:52:26 +0200 [thread overview]
Message-ID: <20230923185226.6218-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Linus,
Please consider pulling the following set of fixes for the next RC. The
biggest change is the patch addressing the __free() issue in gpio-sim we
discussed on the list. The other changes are a simple resource leak fix and
MAINTAINERS update.
Thanks,
Bartosz
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -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.6-rc3
for you to fetch changes up to 5cb9606a901a41f2ffe37fb8528bb6fbfb5d90e2:
gpio: sim: fix an invalid __free() usage (2023-09-22 10:51:56 +0200)
----------------------------------------------------------------
gpio fixes for v6.6-rc3
- fix an invalid usage of __free(kfree) leading to kfreeing an ERR_PTR()
- fix an irq domain leak in gpio-tb10x
- MAINTAINERS update
----------------------------------------------------------------
Bartosz Golaszewski (1):
gpio: sim: fix an invalid __free() usage
Christophe JAILLET (1):
gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
Michael Walle (1):
MAINTAINERS: gpio-regmap: make myself a maintainer of it
MAINTAINERS | 2 +-
drivers/gpio/gpio-sim.c | 60 ++++++++++++++++++-----------------------------
drivers/gpio/gpio-tb10x.c | 6 ++++-
3 files changed, 29 insertions(+), 39 deletions(-)
next reply other threads:[~2023-09-23 18:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-23 18:52 Bartosz Golaszewski [this message]
2023-09-23 19:08 ` [GIT PULL] gpio: fixes for v6.6-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230923185226.6218-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=adobriyan@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=bartosz.golaszewski@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox