[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220922101614.118590-1-brgl@bgdev.pl>
Date:   Thu, 22 Sep 2022 12:16:14 +0200
From:   Bartosz Golaszewski <brgl@...ev.pl>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Linus Walleij <linus.walleij@...aro.org>,
        linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
        Bartosz Golaszewski <brgl@...ev.pl>
Subject: [GIT PULL] gpio: fixes for v6.0-rc7
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(-)
Powered by blists - more mailing lists