netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jiri Pirko <jiri@resnulli.us>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	pabeni@redhat.com, edumazet@google.com, tariqt@nvidia.com,
	saeedm@nvidia.com, jacob.e.keller@intel.com, gal@nvidia.com,
	kim.phillips@amd.com, moshe@nvidia.com,
	simon.horman@corigine.com, idosch@nvidia.com
Subject: Re: [patch net-next v2 0/7] devlink: params cleanups and devl_param_driverinit_value_get() fix
Date: Mon, 13 Feb 2023 10:00:20 +0000	[thread overview]
Message-ID: <167628242083.19101.6056516224763881889.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230210100131.3088240-1-jiri@resnulli.us>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 10 Feb 2023 11:01:24 +0100 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
> 
> The primary motivation of this patchset is the patch #6, which fixes an
> issue introduced by 075935f0ae0f ("devlink: protect devlink param list
> by instance lock") and reported by Kim Phillips <kim.phillips@amd.com>
> (https://lore.kernel.org/netdev/719de4f0-76ac-e8b9-38a9-167ae239efc7@amd.com/)
> and my colleagues doing mlx5 driver regression testing.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/7] devlink: don't use strcpy() to copy param value
    https://git.kernel.org/netdev/net-next/c/fa2f921f3bf1
  - [net-next,v2,2/7] devlink: make sure driver does not read updated driverinit param before reload
    https://git.kernel.org/netdev/net-next/c/afd888c3e19c
  - [net-next,v2,3/7] devlink: fix the name of value arg of devl_param_driverinit_value_get()
    https://git.kernel.org/netdev/net-next/c/94ba1c316b9c
  - [net-next,v2,4/7] devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()
    https://git.kernel.org/netdev/net-next/c/fbcf938150ec
  - [net-next,v2,5/7] devlink: convert param list to xarray
    https://git.kernel.org/netdev/net-next/c/a72e17b45232
  - [net-next,v2,6/7] devlink: allow to call devl_param_driverinit_value_get() without holding instance lock
    https://git.kernel.org/netdev/net-next/c/280f7b2adca0
  - [net-next,v2,7/7] devlink: add forgotten devlink instance lock assertion to devl_param_driverinit_value_set()
    https://git.kernel.org/netdev/net-next/c/6b4bfa43ce29

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2023-02-13 10:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 10:01 [patch net-next v2 0/7] devlink: params cleanups and devl_param_driverinit_value_get() fix Jiri Pirko
2023-02-10 10:01 ` [patch net-next v2 1/7] devlink: don't use strcpy() to copy param value Jiri Pirko
2023-02-10 19:33   ` Jacob Keller
2023-02-10 10:01 ` [patch net-next v2 2/7] devlink: make sure driver does not read updated driverinit param before reload Jiri Pirko
2023-02-10 10:33   ` Simon Horman
2023-02-10 10:01 ` [patch net-next v2 3/7] devlink: fix the name of value arg of devl_param_driverinit_value_get() Jiri Pirko
2023-02-10 19:35   ` Jacob Keller
2023-02-10 10:01 ` [patch net-next v2 4/7] devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one() Jiri Pirko
2023-02-10 19:36   ` Jacob Keller
2023-02-10 10:01 ` [patch net-next v2 5/7] devlink: convert param list to xarray Jiri Pirko
2023-02-10 19:37   ` Jacob Keller
2023-02-10 10:01 ` [patch net-next v2 6/7] devlink: allow to call devl_param_driverinit_value_get() without holding instance lock Jiri Pirko
2023-02-10 19:41   ` Jacob Keller
2023-02-13  7:44     ` Jiri Pirko
2023-02-10 22:11   ` Kim Phillips
2023-02-10 10:01 ` [patch net-next v2 7/7] devlink: add forgotten devlink instance lock assertion to devl_param_driverinit_value_set() Jiri Pirko
2023-02-10 19:42   ` Jacob Keller
2023-02-13 10:00 ` 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=167628242083.19101.6056516224763881889.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.com \
    --cc=idosch@nvidia.com \
    --cc=jacob.e.keller@intel.com \
    --cc=jiri@resnulli.us \
    --cc=kim.phillips@amd.com \
    --cc=kuba@kernel.org \
    --cc=moshe@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeedm@nvidia.com \
    --cc=simon.horman@corigine.com \
    --cc=tariqt@nvidia.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).