From: "Zhou, Yun" <yun.zhou@windriver.com>
To: Ido Schimmel <idosch@nvidia.com>
Cc: dsahern@kernel.org, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net v4] net: erspan: set lltx to avoid sch_direct_xmit deadlock
Date: Sun, 20 Sep 2026 10:48:42 +0800 [thread overview]
Message-ID: <c51150c8-85dd-43cd-a615-65cd45b3affd@windriver.com> (raw)
In-Reply-To: <20260916082028.GA879236@shredder>
On 9/16/26 16:20, Ido Schimmel wrote:
> On Wed, Sep 16, 2026 at 02:13:14PM +0800, Yun Zhou wrote:
>> erspan_xmit() re-enters the network stack via ip_tunnel_xmit(), causing
>> nested acquisition of _xmit_lock on the underlay device while already
>> holding the ERSPAN device's _xmit_lock, creating an ABBA deadlock:
>>
>> sch_direct_xmit [lock erspan] -> erspan_xmit -> ip_tunnel_xmit ->
>> ip_output -> __dev_queue_xmit -> sch_direct_xmit [lock underlay]
>>
>> Set dev->lltx = true so HARD_TX_LOCK() skips the spinlock for ERSPAN.
>> This is safe as erspan_xmit() has no shared mutable state: o_seqno is
>> atomic, TX stats are per-CPU u64_stats, dst_cache is per-CPU, and
>> o_flags is no longer modified in the xmit path since commit 9958e69b9893
>> ("gre: fix ERSPAN o_flags race/corruption in xmit and fill_info").
>> GRETAP, the sibling device with identical xmit structure, already sets
>> lltx.
>
> In v3 I asked that the commit message:
>
> 1. State that the overlay and underlay devices should be of the same
> type (both erspan or both ip6erspan) for the splat to happen.
>
The devices do not need to be the same type. The actual syzbot report
[1] is between IPv4 erspan and vti6 - two completely different tunnel types:
-> #1: erspan_xmit (net/ipv4/ip_gre.c) holding &qdisc_xmit_lock_key#2
-> #0: vti6_tnl_xmit (net/ipv6/ip6_vti.c) holding &qdisc_xmit_lock_key#3
I can reproduce this reliably with erspan <-> vti6 cross-routed in a
netns (no same-type stacking involved).
Additionally, I think it makes sense to set lltx=true for vti6 as well.
[1] https://syzkaller.appspot.com/text?tag=CrashReport&x=15b29287180000
Thanks,
Yun
next prev parent reply other threads:[~2026-09-20 2:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-16 6:13 Yun Zhou
2026-09-16 8:20 ` Ido Schimmel
2026-09-20 2:48 ` Zhou, Yun [this message]
2026-09-20 3:00 ` Zhou, Yun
2026-09-20 6:34 ` netdev-bot+sashiko
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=c51150c8-85dd-43cd-a615-65cd45b3affd@windriver.com \
--to=yun.zhou@windriver.com \
--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=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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
all inboxes | Powered by JetHome®