[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174169623350.66274.14221491464491416712.git-patchwork-notify@kernel.org>
Date: Tue, 11 Mar 2025 12:30:33 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Justin Lai <justinlai0215@...ltek.com>
Cc: kuba@...nel.org, davem@...emloft.net, edumazet@...gle.com,
pabeni@...hat.com, andrew+netdev@...n.ch, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, horms@...nel.org, pkshih@...ltek.com,
larry.chiu@...ltek.com
Subject: Re: [PATCH net] rtase: Fix improper release of ring list entries in
rtase_sw_reset
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Thu, 6 Mar 2025 15:05:10 +0800 you wrote:
> Since rtase_init_ring, which is called within rtase_sw_reset, adds ring
> entries already present in the ring list back into the list, it causes
> the ring list to form a cycle. This results in list_for_each_entry_safe
> failing to find an endpoint during traversal, leading to an error.
> Therefore, it is necessary to remove the previously added ring_list nodes
> before calling rtase_init_ring.
>
> [...]
Here is the summary with links:
- [net] rtase: Fix improper release of ring list entries in rtase_sw_reset
https://git.kernel.org/netdev/net/c/415f135ace7f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists