From: patchwork-bot+netdevbpf@kernel.org
To: Zijun Hu <zijun_hu@icloud.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, gregkh@linuxfoundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
quic_zijuhu@quicinc.com
Subject: Re: [PATCH] net: sysfs: Fix weird usage of class's namespace relevant fields
Date: Mon, 09 Sep 2024 09:40:30 +0000 [thread overview]
Message-ID: <172587483054.3400712.16196842321963432376.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240905-fix_class_ns-v1-1-88ecccc3517c@quicinc.com>
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 05 Sep 2024 07:35:38 +0800 you wrote:
> From: Zijun Hu <quic_zijuhu@quicinc.com>
>
> Device class has two namespace relevant fields which are associated by
> the following usage:
>
> struct class {
> ...
> const struct kobj_ns_type_operations *ns_type;
> const void *(*namespace)(const struct device *dev);
> ...
> }
> if (dev->class && dev->class->ns_type)
> dev->class->namespace(dev);
>
> [...]
Here is the summary with links:
- net: sysfs: Fix weird usage of class's namespace relevant fields
https://git.kernel.org/netdev/net-next/c/8f088541991b
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:[~2024-09-09 9:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-04 23:35 [PATCH] net: sysfs: Fix weird usage of class's namespace relevant fields Zijun Hu
2024-09-06 10:21 ` Simon Horman
2024-09-06 11:12 ` Zijun Hu
2024-09-09 9:40 ` 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=172587483054.3400712.16196842321963432376.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gregkh@linuxfoundation.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=quic_zijuhu@quicinc.com \
--cc=zijun_hu@icloud.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).