lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 5 Jul 2016 10:04:47 +0800
From:	Peter Chen <peter.chen@....com>
To:	<airlied@...ux.ie>
CC:	<dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>,
	"Peter Chen" <peter.chen@....com>
Subject: [PATCH 0/7] gpu: drm: remaining missing of_node_put issue fixes

Hi David,

This is remaining missing of_node_put issue fix for gpu/drm drivers, the
other fixes I sent yesterday. I think it may be easier for reviewing
using patch set for similar issue, thanks.

Peter Chen (7):
  gpu: drm: rockchip_drm_drv: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_compositor: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_vdo: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_hqvdp: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_vtg: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sun4i_drv: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: vc4_hdmi: add missing of_node_put after calling
    of_parse_phandle

 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |  1 +
 drivers/gpu/drm/sti/sti_compositor.c        |  2 ++
 drivers/gpu/drm/sti/sti_dvo.c               |  1 +
 drivers/gpu/drm/sti/sti_hqvdp.c             |  1 +
 drivers/gpu/drm/sti/sti_vtg.c               |  1 +
 drivers/gpu/drm/sun4i/sun4i_drv.c           |  1 +
 drivers/gpu/drm/vc4/vc4_hdmi.c              | 13 +++++++------
 7 files changed, 14 insertions(+), 6 deletions(-)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ