[PATCH 0/3] pinctrl: fix possible memory leak when pinctrl_enable() fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In devm_pinctrl_register(), if pinctrl_enable() fails in pinctrl_register(),
the "pctldev" has not been added to dev resources, so devm_pinctrl_dev_release()
can not be called, it leads memory leak.

And some driver calls pinctrl_register_and_init() which is not devm_ managed,
it also leads memory leak if pinctrl_enable() fails.

To fix this, introduce pinctrl_uninit_controller(), call it in the error path to
free memory and replace pinctrl_register_and_init with devm_pinctrl_register_and_init.


Yang Yingliang (3):
  pinctrl: core: fix possible memory leak when pinctrl_enable() fails
  pinctrl: single: fix possible memory leak when pinctrl_enable() fails
  pinctrl: ti: ti-iodelay: fix possible memory leak when
    pinctrl_enable() fails

 drivers/pinctrl/core.c                  | 12 +++++++++++-
 drivers/pinctrl/pinctrl-single.c        |  3 +--
 drivers/pinctrl/ti/pinctrl-ti-iodelay.c | 11 ++++++-----
 3 files changed, 18 insertions(+), 8 deletions(-)

-- 
2.25.1





[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux