Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp353072imm; Tue, 21 Aug 2018 21:33:52 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyoMcZmXbQqcm2nV/Y3UGF2ga+kkNmauLO8KRz8EZGjVDBkXiBE+cXrWJbTVlWoWicVUDt3 X-Received: by 2002:a17:902:c7:: with SMTP id a65-v6mr7036372pla.208.1534912432536; Tue, 21 Aug 2018 21:33:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534912432; cv=none; d=google.com; s=arc-20160816; b=z8BApmNJm7uNEtcYltGgoaMfmRbF07/ewRr2YHBw1Wr5AE/7g25BXEx0/lzab+keK2 ua7mE077hAThhC5b1Lq4zZnkzQGrqLDzkW6a81diOzGocQ9NYYikoYav4DgD/m0j4lfU 6w56EORezLqbm5RrRIi0MV0/rRtNMB2G37Gsw/CREh4XbTkJNV26Mt9H/evcdI8qZRuX rNr1DDuX3SOTg7ezCBLXKpmq0MGxuJO3/kJr59JeXmOvyY/3jNkITh5ZjMXhQSjEt8WU k0LCvJuG9tWW2fiXvHjFyIpHenUmeXk5348PymXRUX2Qz/Epw8VY1JmBwDJtxNpu/JEy OhqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=TZK0GLtrVodUvYX79MUu7nWVxxgbKfpKXqpy9kbZfHo=; b=DBd0XgzBMv9CgY7chJZzlGxpE16JiLMgG2RLaQ31RwfpLpx7b1p2DRowssSfK03Qqo wSpmKUrIOwckQYBERPJy2MoWSatcQ43DKjOVAyVthE4/fOwsaqdPW0bAQ+VozSdh1mHj dwB+v2PDwPLIW9UHRMIlsJPRNUQWMUo8fSmwLOKOS7Jlj/rB+JETH6d+YRL9yaWeE2lt ibEJO4abpgV2w0nH1UqkiJ20UcPySSGzH+w5opVsTtd85195ta+kbVxdTb7lsiBc4t1n as1P+d8ZAnUXamVhz5v44OYJv0EMFfYborselleQ/wdJa6VJH2OTXOfcesY0TXaXhM68 4D+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t8-v6si672405pgl.620.2018.08.21.21.33.36; Tue, 21 Aug 2018 21:33:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727877AbeHVHe6 (ORCPT + 99 others); Wed, 22 Aug 2018 03:34:58 -0400 Received: from ja.ssi.bg ([178.16.129.10]:42998 "EHLO ja.ssi.bg" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726469AbeHVHe6 (ORCPT ); Wed, 22 Aug 2018 03:34:58 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by ja.ssi.bg (8.15.2/8.15.2) with ESMTP id w7M4BfiW002518; Wed, 22 Aug 2018 07:11:41 +0300 Date: Wed, 22 Aug 2018 07:11:41 +0300 (EEST) From: Julian Anastasov To: Cong Wang cc: syzbot+30209ea299c09d8785c9@syzkaller.appspotmail.com, ddstreet@ieee.org, Dmitry Vyukov , LKML , Linux Kernel Network Developers , syzkaller-bugs@googlegroups.com Subject: Re: unregister_netdevice: waiting for DEV to become free (2) In-Reply-To: Message-ID: References: <0000000000007d22100573d66078@google.com> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Mon, 20 Aug 2018, Cong Wang wrote: > For the one I look into, dst_cache doesn't matter, because the xmit > path doesn't even use tunnel dst_cache at all, and it is ip6tnl0 FB > device, unlike this one which is tun device. Ops, of course, it is dev tun and not ip tun... > For the one I look into, it seems some fib6_info is not released for > some reason. It seems to be the one created by addrconf_prefix_route(), > which is supposed to be released by fib6_clean_tree() I think, but it > never happens. May be, it is not direct reference to dev but one that is moved to loopback, like from dst, route... The repro.c creates permanent neighbours and addresses. Regards -- Julian Anastasov