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]
Message-ID: <20241024015909.58654-1-zhangzekun11@huawei.com>
Date: Thu, 24 Oct 2024 09:59:07 +0800
From: Zhang Zekun <zhangzekun11@...wei.com>
To: <justin.chen@...adcom.com>, <florian.fainelli@...adcom.com>,
	<andrew+netdev@...n.ch>, <davem@...emloft.net>, <o.rempel@...gutronix.de>,
	<kory.maincent@...tlin.com>, <horms@...nel.org>, <edumazet@...gle.com>,
	<kuba@...nel.org>, <pabeni@...hat.com>, <netdev@...r.kernel.org>
CC: <chenjun102@...wei.com>, <zhangzekun11@...wei.com>
Subject: [PATCH net 0/2] Get the device_node before calling of_find_node_by_name()

of_find_node_by_name() will decrease the refount of the device node.
Get the device_node before call to it.

Zhang Zekun (2):
  net: bcmasp: Add missing of_node_get() before of_find_node_by_name()
  net: pse-pd: Add missing of_node_get() before of_find_node_by_name()

 drivers/net/ethernet/broadcom/asp2/bcmasp.c | 1 +
 drivers/net/pse-pd/tps23881.c               | 1 +
 2 files changed, 2 insertions(+)

-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ