linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] fix leaked of_node references in drivers/pinctrl
@ 2019-04-12  6:02 Wen Yang
  2019-04-12  6:02 ` [PATCH 1/5] pinctrl: pistachio: fix leaked of_node references Wen Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Wen Yang @ 2019-04-12  6:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: wang.yi59, Wen Yang

The call to of_get_cpu_node/of_find_compatible_node/of_parse_phandle...
returns a node pointer with refcount incremented thus it must be
explicitly decremented after the last usage.

We developed a coccinelle SmPL to detect drivers/pinctrl code and
found some issues.
This patch series fixes those issues.

Wen Yang (5):
  pinctrl: pistachio: fix leaked of_node references
  pinctrl: rockchip: fix leaked of_node references
  pinctrl: st: fix leaked of_node references
  pinctrl: samsung: fix leaked of_node references
  pinctrl: zte: fix leaked of_node references

 drivers/pinctrl/pinctrl-pistachio.c          |  2 ++
 drivers/pinctrl/pinctrl-rockchip.c           |  1 +
 drivers/pinctrl/pinctrl-st.c                 | 15 ++++++++++-----
 drivers/pinctrl/samsung/pinctrl-exynos-arm.c |  1 +
 drivers/pinctrl/zte/pinctrl-zx.c             |  1 +
 5 files changed, 15 insertions(+), 5 deletions(-)

-- 
2.9.5


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

end of thread, other threads:[~2019-04-23 10:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12  6:02 [PATCH 0/5] fix leaked of_node references in drivers/pinctrl Wen Yang
2019-04-12  6:02 ` [PATCH 1/5] pinctrl: pistachio: fix leaked of_node references Wen Yang
2019-04-14 13:15   ` Markus Elfring
2019-04-23 10:34   ` Linus Walleij
2019-04-12  6:02 ` [PATCH 2/5] pinctrl: rockchip: " Wen Yang
2019-04-12  8:08   ` Heiko Stübner
2019-04-12  6:02 ` [PATCH 3/5] pinctrl: st: " Wen Yang
2019-04-12  8:57   ` Patrice CHOTARD
2019-04-23  9:02   ` Linus Walleij
2019-04-12  6:02 ` [PATCH 4/5] pinctrl: samsung: " Wen Yang
2019-04-12  7:12   ` Krzysztof Kozlowski
2019-04-23  9:00   ` Linus Walleij
2019-04-12  6:02 ` [PATCH 5/5] pinctrl: zte: " Wen Yang
2019-04-16  5:56   ` Shawn Guo
2019-04-23 10:53   ` 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).