* [GIT PULL] gpio: fixes for v5.10-rc7
@ 2020-12-03 10:04 Bartosz Golaszewski
2020-12-04 8:15 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-12-03 10:04 UTC (permalink / raw)
To: Linus Walleij; +Cc: linux-gpio, Bartosz Golaszewski
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] gpio: fixes for v5.10-rc7
2020-12-03 10:04 [GIT PULL] gpio: fixes for v5.10-rc7 Bartosz Golaszewski
@ 2020-12-04 8:15 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2020-12-04 8:15 UTC (permalink / raw)
To: Bartosz Golaszewski; +Cc: open list:GPIO SUBSYSTEM, Bartosz Golaszewski
On Thu, Dec 3, 2020 at 11:04 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> 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.
Thanks! Pulled into my fixes branch.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-04 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 10:04 [GIT PULL] gpio: fixes for v5.10-rc7 Bartosz Golaszewski
2020-12-04 8:15 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).