]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'net-fib-fix-two-use-after-free-in-drivers-during-rcu-dump'
authorJakub Kicinski <kuba@kernel.org>
Thu, 11 Jun 2026 22:14:04 +0000 (15:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 11 Jun 2026 22:14:05 +0000 (15:14 -0700)
Kuniyuki Iwashima says:

====================
net: fib: Fix two use-after-free in drivers during RCU dump.

syzbot reported fib_info UAF in netdevsim, and the same bug
exists in rocker and mlxsw.

Patch 1 fixes it, and Patch 2 fixes the same type of bug of
fib_rule.
====================

Link: https://patch.msgid.link/20260610061744.2030996-1-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge