[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166822981741.20406.5355599118438547062.git-patchwork-notify@kernel.org>
Date: Sat, 12 Nov 2022 05:10:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yuan Can <yuancan@...wei.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, mqaio@...ux.alibaba.com,
shaozhengchao@...wei.com, christophe.jaillet@...adoo.fr,
gustavoars@...nel.org, luobin9@...wei.com, netdev@...r.kernel.org
Subject: Re: [PATCH v2] net: hinic: Fix error handling in hinic_module_init()
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 10 Nov 2022 02:16:42 +0000 you wrote:
> A problem about hinic create debugfs failed is triggered with the
> following log given:
>
> [ 931.419023] debugfs: Directory 'hinic' with parent '/' already present!
>
> The reason is that hinic_module_init() returns pci_register_driver()
> directly without checking its return value, if pci_register_driver()
> failed, it returns without destroy the newly created debugfs, resulting
> the debugfs of hinic can never be created later.
>
> [...]
Here is the summary with links:
- [v2] net: hinic: Fix error handling in hinic_module_init()
https://git.kernel.org/netdev/net/c/8eab9be56cc6
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists