On Mon, 3 Nov 2025 08:37:03 -0800 Stephen Hemminger <[email protected]> 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: [email protected]
> Cc: [email protected]
>
> Signed-off-by: Stephen Hemminger <[email protected]>
Queued to next-net.
Added Long Li's Ack based on earlier version

