Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Leon Romanovsky <leon@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, leonro@nvidia.com,
alexandre.belloni@bootlin.com, andrew@lunn.ch,
aelior@marvell.com, luobin9@huawei.com, claudiu.manoil@nxp.com,
coiby.xu@gmail.com, dchickles@marvell.com, drivers@pensando.io,
fmanlunas@marvell.com, f.fainelli@gmail.com, gakula@marvell.com,
gregkh@linuxfoundation.org, GR-everest-linux-l2@marvell.com,
GR-Linux-NIC-Dev@marvell.com, hkelam@marvell.com,
idosch@nvidia.com, intel-wired-lan@lists.osuosl.org,
ioana.ciornei@nxp.com, jerinj@marvell.com,
jesse.brandeburg@intel.com, jiri@nvidia.com,
lcherian@marvell.com, linux-kernel@vger.kernel.org,
linux-omap@vger.kernel.org, linux-staging@lists.linux.dev,
manishc@marvell.com, michael.chan@broadcom.com,
netdev@vger.kernel.org, oss-drivers@corigine.com,
richardcochran@gmail.com, saeedm@nvidia.com,
salil.mehta@huawei.com, sburla@marvell.com, snelson@pensando.io,
simon.horman@corigine.com, sbhatta@marvell.com,
sgoutham@marvell.com, tchornyi@marvell.com, tariqt@nvidia.com,
anthony.l.nguyen@intel.com, UNGLinuxDriver@microchip.com,
vkochan@marvell.com, vivien.didelot@gmail.com,
vladimir.oltean@nxp.com, yisen.zhuang@huawei.com
Subject: Re: [PATCH net-next] devlink: Set device as early as possible
Date: Mon, 09 Aug 2021 09:30:05 +0000 [thread overview]
Message-ID: <162850140527.16932.1083737685938240617.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <6859503f7e3e6cd706bf01ef06f1cae8c0b0970b.1628449004.git.leonro@nvidia.com>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sun, 8 Aug 2021 21:57:43 +0300 you wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
>
> All kernel devlink implementations call to devlink_alloc() during
> initialization routine for specific device which is used later as
> a parent device for devlink_register().
>
> Such late device assignment causes to the situation which requires us to
> call to device_register() before setting other parameters, but that call
> opens devlink to the world and makes accessible for the netlink users.
>
> [...]
Here is the summary with links:
- [net-next] devlink: Set device as early as possible
https://git.kernel.org/netdev/net-next/c/919d13a7e455
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-08-09 9:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-08 18:57 Leon Romanovsky
2021-08-09 9:07 ` Jiri Pirko
2021-08-09 9:30 ` patchwork-bot+netdevbpf [this message]
2021-08-10 12:38 ` Prabhakar Kushwaha
2021-08-10 13:45 ` Leon Romanovsky
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=162850140527.16932.1083737685938240617.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=GR-Linux-NIC-Dev@marvell.com \
--cc=GR-everest-linux-l2@marvell.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=aelior@marvell.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andrew@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=claudiu.manoil@nxp.com \
--cc=coiby.xu@gmail.com \
--cc=davem@davemloft.net \
--cc=dchickles@marvell.com \
--cc=drivers@pensando.io \
--cc=f.fainelli@gmail.com \
--cc=fmanlunas@marvell.com \
--cc=gakula@marvell.com \
--cc=gregkh@linuxfoundation.org \
--cc=hkelam@marvell.com \
--cc=idosch@nvidia.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=ioana.ciornei@nxp.com \
--cc=jerinj@marvell.com \
--cc=jesse.brandeburg@intel.com \
--cc=jiri@nvidia.com \
--cc=kuba@kernel.org \
--cc=lcherian@marvell.com \
--cc=leon@kernel.org \
--cc=leonro@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=luobin9@huawei.com \
--cc=manishc@marvell.com \
--cc=michael.chan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@corigine.com \
--cc=richardcochran@gmail.com \
--cc=saeedm@nvidia.com \
--cc=salil.mehta@huawei.com \
--cc=sbhatta@marvell.com \
--cc=sburla@marvell.com \
--cc=sgoutham@marvell.com \
--cc=simon.horman@corigine.com \
--cc=snelson@pensando.io \
--cc=tariqt@nvidia.com \
--cc=tchornyi@marvell.com \
--cc=vivien.didelot@gmail.com \
--cc=vkochan@marvell.com \
--cc=vladimir.oltean@nxp.com \
--cc=yisen.zhuang@huawei.com \
--subject='Re: [PATCH net-next] devlink: Set device as early as possible' \
/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
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).