From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: longli@microsoft.com, stable@dpdk.org, Wei Hu <weh@microsoft.com>
Subject: Re: [PATCH] net/netvsc: fix use after free in cache list cleanup
Date: Tue, 4 Nov 2025 06:45:15 -0800 [thread overview]
Message-ID: <20251104064515.41972bf0@phoenix> (raw)
In-Reply-To: <20251103163703.100238-1-stephen@networkplumber.org>
On Mon, 3 Nov 2025 08:37:03 -0800
Stephen Hemminger <stephen@networkplumber.org> wrote:
> The variable cache is referred to by LIST_FOREACH macro
> after was freed. Replace by the standard LIST_FOREACH_SAFE
> from BSD (and other drivers).
>
> Fixes: 9a9d038c782e ("net/netvsc: cache device parameters for hotplug events")
> Cc: longli@microsoft.com
> Cc: stable@dpdk.org
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Queued to next-net.
Added Long Li's Ack based on earlier version
prev parent reply other threads:[~2025-11-04 14:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-03 16:37 [PATCH] net/netvsc: fix use after free in cache list cleanup Stephen Hemminger
2025-11-04 14:45 ` Stephen Hemminger [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=20251104064515.41972bf0@phoenix \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=longli@microsoft.com \
--cc=stable@dpdk.org \
--cc=weh@microsoft.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 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.