All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio: fixes for v6.0-rc7
@ 2022-09-22 10:16 Bartosz Golaszewski
  2022-09-22 18:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2022-09-22 10:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andy Shevchenko, Linus Walleij, linux-gpio, linux-kernel,
	Bartosz Golaszewski

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] gpio: fixes for v6.0-rc7
  2022-09-22 10:16 [GIT PULL] gpio: fixes for v6.0-rc7 Bartosz Golaszewski
@ 2022-09-22 18:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-09-22 18:15 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Linus Torvalds, Andy Shevchenko, Linus Walleij, linux-gpio,
	linux-kernel, Bartosz Golaszewski

The pull request you sent on Thu, 22 Sep 2022 12:16:14 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5e0a93e42756fa93b69fe8848cf8dda7cee5d13a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-22 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 10:16 [GIT PULL] gpio: fixes for v6.0-rc7 Bartosz Golaszewski
2022-09-22 18:15 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.