]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'ipv6-f6i-fib6_siblings-and-rt-fib6_nsiblings-fixes'
authorJakub Kicinski <kuba@kernel.org>
Sat, 26 Jul 2025 18:31:03 +0000 (11:31 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 26 Jul 2025 18:31:04 +0000 (11:31 -0700)
commitafd8c2c9e2e29c6c7705635bea2960593976dacc
tree6564c6e8202b5862a1489970c96d56d777fc81db
parentf388f807eca1de9e6e70f9ffb1a573c3811c4215
parent31d7d67ba1274f42494256d52e86da80ed09f3cb
Merge branch 'ipv6-f6i-fib6_siblings-and-rt-fib6_nsiblings-fixes'

Eric Dumazet says:

====================
ipv6: f6i->fib6_siblings and rt->fib6_nsiblings fixes

Series based on an internal syzbot report with a repro.

After fixing (in the first patch) the original minor issue,
I found that syzbot repro was able to trigger a second
more serious bug in rt6_nlmsg_size().

Code review then led to the two final patches.

I have not released the syzbot bug, because other issues
still need investigations.
====================

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