[lvc-project] [PATCH net v7 1/2] net: sched: fix use-after-free in taprio_change()

patchwork-bot+netdevbpf at kernel.org patchwork-bot+netdevbpf at kernel.org
Wed Oct 23 14:30:32 MSK 2024


Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni at redhat.com>:

On Fri, 18 Oct 2024 08:13:38 +0300 you wrote:
> In 'taprio_change()', 'admin' pointer may become dangling due to sched
> switch / removal caused by 'advance_sched()', and critical section
> protected by 'q->current_entry_lock' is too small to prevent from such
> a scenario (which causes use-after-free detected by KASAN). Fix this
> by prefer 'rcu_replace_pointer()' over 'rcu_assign_pointer()' to update
> 'admin' immediately before an attempt to schedule freeing.
> 
> [...]

Here is the summary with links:
  - [net,v7,1/2] net: sched: fix use-after-free in taprio_change()
    https://git.kernel.org/netdev/net/c/f504465970ae
  - [net,v7,2/2] net: sched: use RCU read-side critical section in taprio_dump()
    https://git.kernel.org/netdev/net/c/b22db8b8befe

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html





More information about the lvc-project mailing list