From: stranche@codeaurora.org
To: David Ahern <dsahern@gmail.com>
Cc: Wei Wang <weiwan@google.com>,
Eric Dumazet <eric.dumazet@gmail.com>,
Martin KaFai Lau <kafai@fb.com>,
Mahesh Bandewar <maheshb@google.com>,
Jakub Kicinski <kuba@kernel.org>,
Linux Kernel Network Developers <netdev@vger.kernel.org>,
Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Subject: Re: Refcount mismatch when unregistering netdevice from kernel
Date: Thu, 10 Dec 2020 18:12:24 -0700 [thread overview]
Message-ID: <6a314f7da0f41c899926d9e7ba996337@codeaurora.org> (raw)
In-Reply-To: <f10c733a-09f8-2c72-c333-41f9d53e1498@gmail.com>
>> BTW, have you tried your previous proposed patch and confirmed it
>> would fix the issue?
>>
Yes, we shared this with the customer and the refcount mismatch still
occurred, so this doesn't seem sufficient either.
>> Could we further distinguish between dst added to the uncached list by
>> icmp6_dst_alloc() and xfrm6_fill_dst(), and confirm which ones are the
>> ones leaking reference?
>> I suspect it would be the xfrm ones, but I think it is worth
>> verifying.
>>
After digging into the DST allocation/destroy a bit more, it seems that
there are some cases where the DST's refcount does not hit zero, causing
them to never be freed and release their references.
One case comes from here on the IPv6 packet output path (these DST
structs would hold references to both the inet6_dev and the netdevice)
ip6_pol_route_output+0x20/0x2c -> ip6_pol_route+0x1dc/0x34c ->
rt6_make_pcpu_route+0x18/0xf4 -> ip6_rt_pcpu_alloc+0xb4/0x19c
We also see two DSTs where they are stored as the xdst->rt entry on the
XFRM path that do not get released. One is allocated by the same path as
above, and the other like this
xfrm6_esp_err+0x7c/0xd4 -> esp6_err+0xc8/0x100 ->
ip6_update_pmtu+0xc8/0x100 -> __ip6_rt_update_pmtu+0x248/0x434 ->
ip6_rt_cache_alloc+0xa0/0x1dc
From those alloc paths it seems like the problem might not be coming
from the uncached list after all.
>
> Finally found the reference:
>
> tools/testing/selftests/net/l2tp.sh at one point was triggering a
> refcount leak:
>
> https://lore.kernel.org/netdev/20190801235421.8344-1-dsahern@kernel.org/
>
> And then Colin found more problems with it:
>
> https://lore.kernel.org/netdev/450f5abb-5fe8-158d-d267-4334e15f8e58@canonical.com/
>
>
> running that on a 5.8 kernel on Ubuntu 20.10 did not trigger the
> problem. Neither did Ubuntu 20.04 with 5.4.0-51-generic.
>
> Can you run it on your 5.4 version and see?
We let that run for two days on our setup and didn't see anything,
unfortunately.
Thanks,
Sean
next prev parent reply other threads:[~2020-12-11 1:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-08 3:55 Refcount mismatch when unregistering netdevice from kernel stranche
2020-12-08 15:08 ` Eric Dumazet
2020-12-08 18:09 ` Wei Wang
2020-12-08 19:12 ` stranche
2020-12-08 21:51 ` Wei Wang
2020-12-09 0:03 ` David Ahern
2020-12-11 1:12 ` stranche [this message]
2020-12-11 16:10 ` David Ahern
2021-01-05 3:05 ` stranche
2021-01-05 4:58 ` David Ahern
2021-01-05 19:09 ` Wei Wang
2021-02-11 19:21 ` Alexei Starovoitov
2021-02-12 1:28 ` Jakub Kicinski
2021-02-12 1:44 ` Alexei Starovoitov
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=6a314f7da0f41c899926d9e7ba996337@codeaurora.org \
--to=stranche@codeaurora.org \
--cc=dsahern@gmail.com \
--cc=eric.dumazet@gmail.com \
--cc=kafai@fb.com \
--cc=kuba@kernel.org \
--cc=maheshb@google.com \
--cc=netdev@vger.kernel.org \
--cc=subashab@codeaurora.org \
--cc=weiwan@google.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).