From: patchwork-bot+netdevbpf@kernel.org
To: Naman Gulati <namangulati@google.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, netdev@vger.kernel.org, dsahern@kernel.org,
idosch@nvidia.com, horms@kernel.org, kuniyu@google.com,
syzbot+a73e5ee0fd534fed75bd@syzkaller.appspotmail.com
Subject: Re: [PATCH net] ipv6: null-check fib6_node before accessing in __ip6_del_rt_siblings()
Date: Wed, 09 Sep 2026 00:20:04 +0000 [thread overview]
Message-ID: <178891320415.76352.6857349681843603500.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260904180645.706425-1-namangulati@google.com>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 4 Sep 2026 18:06:44 +0000 you wrote:
> syzbot reported a null-ptr-deref in __ip6_del_rt_siblings() [0].
>
> The stack trace hinted towards a null dereference of rt->fib6_node when
> fn->leaf is accessed in __ip6_del_rt_siblings(). With
> RTNL_FLAG_DOIT_UNLOCKED set, inet6_rtm_delroute() operations run
> concurrently without acquiring the RTNL lock. In ip6_route_del(), the
> route lookup happens under rcu_read_lock() without acquiring
> table->tb6_lock.
>
> [...]
Here is the summary with links:
- [net] ipv6: null-check fib6_node before accessing in __ip6_del_rt_siblings()
https://git.kernel.org/netdev/net/c/cdca92eddc02
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-09-09 0:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-04 18:06 [PATCH net] ipv6: null-check fib6_node before accessing in __ip6_del_rt_siblings() Naman Gulati
2026-09-06 11:53 ` Ido Schimmel
2026-09-07 11:37 ` Fernando Fernandez Mancera
2026-09-07 15:42 ` Eric Dumazet
2026-09-09 0:20 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178891320415.76352.6857349681843603500.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=idosch@nvidia.com \
--cc=kuba@kernel.org \
--cc=kuniyu@google.com \
--cc=namangulati@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=syzbot+a73e5ee0fd534fed75bd@syzkaller.appspotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.