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, 8 Nov 2022 19:46:44 +0800
From:   Yang Yingliang <yangyingliang@...wei.com>
To:     <netdev@...r.kernel.org>
CC:     <peppe.cavallaro@...com>, <alexandre.torgue@...s.st.com>,
        <joabreu@...opsys.com>, <davem@...emloft.net>,
        <jiaxun.yang@...goat.com>, <zhangqing@...ngson.cn>,
        <liupeibao@...ngson.cn>, <andrew@...n.ch>, <kuba@...nel.org>,
        <pabeni@...hat.com>
Subject: [PATCH net v2 0/3] stmmac: dwmac-loongson: fixes three leaks

patch #2 fixes missing pci_disable_device() in the error path in probe()
patch #1 and pach #3 fix missing pci_disable_msi() and of_node_put() in
error and remove() path.

v1 -> v2:
  Make another two error paths 'goto err_disable_msi' in path #1.

Yang Yingliang (3):
  stmmac: dwmac-loongson: fix missing pci_disable_msi() while module
    exiting
  stmmac: dwmac-loongson: fix missing pci_disable_device() in
    loongson_dwmac_probe()
  stmmac: dwmac-loongson: fix missing of_node_put() while module exiting

 .../ethernet/stmicro/stmmac/dwmac-loongson.c  | 39 +++++++++++++++----
 1 file changed, 31 insertions(+), 8 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists