[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175630620975.735595.12172150017758308565.git-patchwork-notify@kernel.org>
Date: Wed, 27 Aug 2025 14:50:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Takamitsu Iwai <takamitz@...zon.co.jp>
Cc: linux-hams@...r.kernel.org, netdev@...r.kernel.org, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, horms@...nel.org,
enjuk@...zon.com, mingo@...nel.org, tglx@...utronix.de, hawk@...nel.org,
n.zhandarovich@...tech.ru, kuniyu@...gle.com
Subject: Re: [PATCH v2 net 0/3] Introduce refcount_t for reference counting of
rose_neigh
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Sat, 23 Aug 2025 17:58:54 +0900 you wrote:
> The current implementation of rose_neigh uses 'use' and 'count' field of
> type unsigned short as a reference count. This approach lacks atomicity,
> leading to potential race conditions. As a result, syzbot has reported
> slab-use-after-free errors due to unintended removals.
>
> This series introduces refcount_t for reference counting to ensure
> atomicity and prevent race conditions. The patches are structured as
> follows:
>
> [...]
Here is the summary with links:
- [v2,net,1/3] net: rose: split remove and free operations in rose_remove_neigh()
https://git.kernel.org/netdev/net/c/dcb34659028f
- [v2,net,2/3] net: rose: convert 'use' field to refcount_t
https://git.kernel.org/netdev/net/c/d860d1faa6b2
- [v2,net,3/3] net: rose: include node references in rose_neigh refcount
https://git.kernel.org/netdev/net/c/da9c9c877597
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