All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	ap420073@gmail.com, almasrymina@google.com,
	asml.silence@gmail.com, dw@davidwei.uk, sdf@fomichev.me
Subject: Re: [PATCH net v2 0/2] net: make memory provider install / close paths more common
Date: Fri, 04 Apr 2025 15:10:35 +0000	[thread overview]
Message-ID: <174377943501.3293273.13049725354845035230.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250403013405.2827250-1-kuba@kernel.org>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  2 Apr 2025 18:34:03 -0700 you wrote:
> We seem to be fixing bugs in config path for devmem which also exist
> in the io_uring ZC path. Let's try to make the two paths more common,
> otherwise this is bound to keep happening.
> 
> Found by code inspection and compile tested only.
> 
> v2:
>  - [patch 1] add to commit msg
>  - [patch 1] fix arg naming in the header
>  - [patch 2] don't split the registration check, it may cause a race
>    if we just bail on the registration state and not on the MP being
>    present, as we drop and re-take the instance lock after setting
>    reg_state
> v1: https://lore.kernel.org/20250331194201.2026422-1-kuba@kernel.org
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] net: move mp dev config validation to __net_mp_open_rxq()
    https://git.kernel.org/netdev/net/c/ec304b70d46b
  - [net,v2,2/2] net: avoid false positive warnings in __net_mp_close_rxq()
    https://git.kernel.org/netdev/net/c/34f71de3f548

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



      parent reply	other threads:[~2025-04-04 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-03  1:34 [PATCH net v2 0/2] net: make memory provider install / close paths more common Jakub Kicinski
2025-04-03  1:34 ` [PATCH net v2 1/2] net: move mp dev config validation to __net_mp_open_rxq() Jakub Kicinski
2025-04-03  1:34 ` [PATCH net v2 2/2] net: avoid false positive warnings in __net_mp_close_rxq() Jakub Kicinski
2025-04-03 21:37   ` Mina Almasry
2025-04-04 15: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=174377943501.3293273.13049725354845035230.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=almasrymina@google.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=ap420073@gmail.com \
    --cc=asml.silence@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dw@davidwei.uk \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sdf@fomichev.me \
    /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.