From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: 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 <brgl@bgdev.pl>
Subject: [GIT PULL] gpio: fixes for v6.0-rc7
Date: Thu, 22 Sep 2022 12:16:14 +0200 [thread overview]
Message-ID: <20220922101614.118590-1-brgl@bgdev.pl> (raw)
Linus,
Please pull the following set of simple fixes for the next rc.
Thanks
Bartosz
The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:
Linux 6.0-rc6 (2022-09-18 13:44:14 -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.0-rc7
for you to fetch changes up to 69bef19d6b9700e96285f4b4e28691cda3dcd0d1:
gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully (2022-09-21 09:32:11 +0200)
----------------------------------------------------------------
gpio fixes for v6.0-rc7
- fix a NULL-pointer dereference at driver unbind and a potential
resource leak in error path in gpio-mockup
- make the irqchip immutable in gpio-ftgpio010
- fix dereferencing a potentially uninitialized variable in gpio-tqmx86
- fix interrupt registering in gpiolib's character device code
----------------------------------------------------------------
Andy Shevchenko (1):
gpio: mockup: Fix potential resource leakage when register a chip
Bartosz Golaszewski (1):
gpio: mockup: fix NULL pointer dereference when removing debugfs
Dongliang Mu (1):
gpio: tqmx86: fix uninitialized variable girq
Linus Walleij (1):
gpio: ftgpio010: Make irqchip immutable
Meng Li (1):
gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
drivers/gpio/gpio-ftgpio010.c | 22 +++++++++++++---------
drivers/gpio/gpio-mockup.c | 6 ++++--
drivers/gpio/gpio-tqmx86.c | 4 ++--
drivers/gpio/gpiolib-cdev.c | 5 +++--
4 files changed, 22 insertions(+), 15 deletions(-)
next reply other threads:[~2022-09-22 10:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-22 10:16 Bartosz Golaszewski [this message]
2022-09-22 18:15 ` [GIT PULL] gpio: fixes for v6.0-rc7 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=20220922101614.118590-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=andriy.shevchenko@linux.intel.com \
--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