mbox series

[net,v2,0/3] stmmac: dwmac-loongson: fixes three leaks

Message ID 20221108114647.4144952-1-yangyingliang@huawei.com (mailing list archive)
Headers show
Series stmmac: dwmac-loongson: fixes three leaks | expand

Message

Yang Yingliang Nov. 8, 2022, 11:46 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 10, 2022, 10:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 8 Nov 2022 19:46:44 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/3] stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting
    https://git.kernel.org/netdev/net/c/f2d45fdf9a0e
  - [net,v2,2/3] stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe()
    https://git.kernel.org/netdev/net/c/fe5b3ce8b437
  - [net,v2,3/3] stmmac: dwmac-loongson: fix missing of_node_put() while module exiting
    https://git.kernel.org/netdev/net/c/7f94d0498f9c

You are awesome, thank you!