All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>
Subject: [GIT PULL] gpio: fixes for v5.10-rc7
Date: Thu,  3 Dec 2020 11:04:48 +0100	[thread overview]
Message-ID: <20201203100448.17201-1-brgl@bgdev.pl> (raw)

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

Here's a bunch of fixes for you. They're rebased on top of v5.10-rc6 because
the gpio-zynq patch depends on a function that's been merged this release
cycle but post rc1.

The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

  Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.10-rc7

for you to fetch changes up to 7ee1a01e47403f72b9f38839a737692f6991263e:

  gpio: mvebu: fix potential user-after-free on probe (2020-12-02 12:01:51 +0100)

----------------------------------------------------------------
gpio fixes for v5.10-rc7

- disable pm_runtime in error path in gpio-arizona
- fix a NULL pointer dereference in gpio-dwapb
- fix a resource leak in gpio-zynq
- balance the freeing of pinctrl ranges if PINCTRL is not selected
- fix a potential use-after-free error in gpio-mvebu

----------------------------------------------------------------
Baruch Siach (1):
      gpio: mvebu: fix potential user-after-free on probe

Edmond Chung (1):
      gpiolib: Don't free if pin ranges are not defined

Luo Jiaxing (1):
      gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()

Qinglang Miao (1):
      gpio: zynq: fix reference leak in zynq_gpio functions

Zheng Liang (1):
      gpio: arizona: disable pm_runtime in case of failure

 drivers/gpio/gpio-arizona.c |  1 +
 drivers/gpio/gpio-dwapb.c   |  2 ++
 drivers/gpio/gpio-mvebu.c   | 16 +++++++++++-----
 drivers/gpio/gpio-zynq.c    |  4 ++--
 drivers/gpio/gpiolib.c      |  5 +++++
 5 files changed, 21 insertions(+), 7 deletions(-)

             reply	other threads:[~2020-12-03 10:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03 10:04 Bartosz Golaszewski [this message]
2020-12-04  8:15 ` [GIT PULL] gpio: fixes for v5.10-rc7 Linus Walleij

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=20201203100448.17201-1-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=bgolaszewski@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.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 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.