Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Wei Fang <wei.fang@nxp.com>
Cc: claudiu.manoil@nxp.com, vladimir.oltean@nxp.com,
	xiaoning.wang@nxp.com, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, hramamurthy@google.com, imx@lists.linux.dev,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	catalin.horghidan@nxp.com
Subject: Re: [PATCH v3 net 0/9] net: enetc: SR-IOV robustness and security fixes
Date: Thu, 21 May 2026 16:00:19 +0000	[thread overview]
Message-ID: <177937921988.398712.17366244673033381497.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260520064421.91569-1-wei.fang@nxp.com>

Hello:

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

On Wed, 20 May 2026 14:44:12 +0800 you wrote:
> This patch series addresses a number of robustness, security, and
> correctness issues in the ENETC driver's SR-IOV subsystem, focusing
> primarily on the VF-to-PF mailbox communication path.
> 
> The series can be grouped into the following categories:
> 
> 1. DoS and security fixes:
>    - Prevent an unbounded loop DoS in the VF-to-PF message handler,
>      which could be triggered by a malicious or misbehaving VF.
>    - Fix a TOCTOU (Time-of-Check-Time-of-Use) race and add proper
>      validation of VF MAC addresses to prevent spoofing or invalid
>      configuration from being applied.
> 
> [...]

Here is the summary with links:
  - [v3,net,1/9] net: enetc: fix incorrect mailbox message status returned to VFs
    https://git.kernel.org/netdev/net/c/8c84c5ec4aaf
  - [v3,net,2/9] net: enetc: fix missing error code when pf->vf_state allocation fails
    https://git.kernel.org/netdev/net/c/5027266dea47
  - [v3,net,3/9] net: enetc: add ratelimiting to VF mailbox error messages
    https://git.kernel.org/netdev/net/c/4a995d37b537
  - [v3,net,4/9] net: enetc: fix TOCTOU race and validate VF MAC address
    https://git.kernel.org/netdev/net/c/c666fa632fe6
  - [v3,net,5/9] net: enetc: fix race condition in VF MAC address configuration
    https://git.kernel.org/netdev/net/c/f262f5d89332
  - [v3,net,6/9] net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()
    https://git.kernel.org/netdev/net/c/adb4599979cd
  - [v3,net,7/9] net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messaging
    https://git.kernel.org/netdev/net/c/f8ae63de2a87
  - [v3,net,8/9] net: enetc: fix init and teardown order to prevent use of unsafe resources
    https://git.kernel.org/netdev/net/c/54362b017608
  - [v3,net,9/9] net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardown
    https://git.kernel.org/netdev/net/c/9e68817f12d5

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



      parent reply	other threads:[~2026-05-21 16:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-20  6:44 [PATCH v3 net 0/9] net: enetc: SR-IOV robustness and security fixes Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 1/9] net: enetc: fix incorrect mailbox message status returned to VFs Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 2/9] net: enetc: fix missing error code when pf->vf_state allocation fails Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 3/9] net: enetc: add ratelimiting to VF mailbox error messages Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 4/9] net: enetc: fix TOCTOU race and validate VF MAC address Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 5/9] net: enetc: fix race condition in VF MAC address configuration Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 6/9] net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx() Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 7/9] net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messaging Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 8/9] net: enetc: fix init and teardown order to prevent use of unsafe resources Wei Fang
2026-05-20  6:44 ` [PATCH v3 net 9/9] net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardown Wei Fang
2026-05-21 16: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=177937921988.398712.17366244673033381497.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=catalin.horghidan@nxp.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hramamurthy@google.com \
    --cc=imx@lists.linux.dev \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=wei.fang@nxp.com \
    --cc=xiaoning.wang@nxp.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