From: Jiri Pirko <jiri@resnulli.us>
To: Eric Dumazet <edumazet@google.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
netdev@vger.kernel.org, eric.dumazet@gmail.com,
syzbot+a7d200a347f912723e5c@syzkaller.appspotmail.com,
Johannes Berg <johannes.berg@intel.com>
Subject: Re: [PATCH net] netlink: fix potential deadlock in netlink_set_err()
Date: Thu, 22 Jun 2023 10:04:04 +0200 [thread overview]
Message-ID: <ZJQAdLSkRi2s1FUv@nanopsycho> (raw)
In-Reply-To: <20230621154337.1668594-1-edumazet@google.com>
Wed, Jun 21, 2023 at 05:43:37PM CEST, edumazet@google.com wrote:
>syzbot reported a possible deadlock in netlink_set_err() [1]
>
>A similar issue was fixed in commit 1d482e666b8e ("netlink: disable IRQs
>for netlink_lock_table()") in netlink_lock_table()
>
>This patch adds IRQ safety to netlink_set_err() and __netlink_diag_dump()
>which were not covered by cited commit.
>
>[1]
>
>WARNING: possible irq lock inversion dependency detected
>6.4.0-rc6-syzkaller-00240-g4e9f0ec38852 #0 Not tainted
>
>syz-executor.2/23011 just changed the state of lock:
>ffffffff8e1a7a58 (nl_table_lock){.+.?}-{2:2}, at: netlink_set_err+0x2e/0x3a0 net/netlink/af_netlink.c:1612
>but this lock was taken by another, SOFTIRQ-safe lock in the past:
> (&local->queue_stop_reason_lock){..-.}-{2:2}
>
>and interrupts could create inverse lock ordering between them.
>
>other info that might help us debug this:
> Possible interrupt unsafe locking scenario:
>
> CPU0 CPU1
> ---- ----
> lock(nl_table_lock);
> local_irq_disable();
> lock(&local->queue_stop_reason_lock);
> lock(nl_table_lock);
> <Interrupt>
> lock(&local->queue_stop_reason_lock);
>
> *** DEADLOCK ***
>
>Fixes: 1d482e666b8e ("netlink: disable IRQs for netlink_lock_table()")
I don't think that this "fixes" tag is correct. The referenced commit
is a fix to the same issue on a different codepath, not the one who
actually introduced the issue.
The code itself looks fine to me.
next prev parent reply other threads:[~2023-06-22 8:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-21 15:43 [PATCH net] netlink: fix potential deadlock in netlink_set_err() Eric Dumazet
2023-06-22 8:04 ` Jiri Pirko [this message]
2023-06-22 8:14 ` Eric Dumazet
2023-06-22 8:25 ` Johannes Berg
2023-06-22 8:39 ` Eric Dumazet
2023-06-22 8:44 ` Johannes Berg
2023-06-22 8:29 ` Jiri Pirko
2023-06-22 8:42 ` Eric Dumazet
2023-06-22 9:26 ` Jiri Pirko
2023-06-22 10:10 ` Eric Dumazet
2023-06-22 11:27 ` Jiri Pirko
2023-06-23 2:40 ` patchwork-bot+netdevbpf
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=ZJQAdLSkRi2s1FUv@nanopsycho \
--to=jiri@resnulli.us \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=johannes.berg@intel.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=syzbot+a7d200a347f912723e5c@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).