Messages in this thread |  | | Subject | Re: [PATCH net v3] atm/fore200e: Fix possible data race in fore200e_open() | | From | patchwork-bot+netdevbpf@kernel ... | | Date | Tue, 25 Nov 2025 11:50:09 +0000 |
| |
Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>:
On Thu, 20 Nov 2025 20:06:57 +0800 you wrote: > Protect access to fore200e->available_cell_rate with rate_mtx lock in the > error handling path of fore200e_open() to prevent a data race. > > The field fore200e->available_cell_rate is a shared resource used to track > available bandwidth. It is concurrently accessed by fore200e_open(), > fore200e_close(), and fore200e_change_qos(). > > [...]
Here is the summary with links: - [net,v3] atm/fore200e: Fix possible data race in fore200e_open() https://git.kernel.org/netdev/net/c/82fca3d8a4a3
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
|  |