From: patchwork-bot+netdevbpf@kernel.org
To: Yuan Can <yuancan@huawei.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, mqaio@linux.alibaba.com,
shaozhengchao@huawei.com, christophe.jaillet@wanadoo.fr,
gustavoars@kernel.org, luobin9@huawei.com,
netdev@vger.kernel.org
Subject: Re: [PATCH v2] net: hinic: Fix error handling in hinic_module_init()
Date: Sat, 12 Nov 2022 05:10:17 +0000 [thread overview]
Message-ID: <166822981741.20406.5355599118438547062.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221110021642.80378-1-yuancan@huawei.com>
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.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
prev parent reply other threads:[~2022-11-12 5:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-10 2:16 [PATCH v2] net: hinic: Fix error handling in hinic_module_init() Yuan Can
2022-11-10 9:46 ` Leon Romanovsky
2022-11-12 5:10 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=166822981741.20406.5355599118438547062.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=christophe.jaillet@wanadoo.fr \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gustavoars@kernel.org \
--cc=kuba@kernel.org \
--cc=luobin9@huawei.com \
--cc=mqaio@linux.alibaba.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shaozhengchao@huawei.com \
--cc=yuancan@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.