Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp6450155ybi; Wed, 29 May 2019 08:02:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqzF+3hsRhstmePG0zJXYxy5v9KJfrtdEkRvx7Fpv3xnizBPnhv5Xki/jtwFimDRijb6LxGS X-Received: by 2002:a62:5581:: with SMTP id j123mr151513123pfb.102.1559142132662; Wed, 29 May 2019 08:02:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559142132; cv=none; d=google.com; s=arc-20160816; b=sEcyZjGu/IzSfnyQcs8UFVWYrxJMj8GDRHFB82Y+o6rLkHIwpQMcW2dYHKLrr06fQ2 xphqCRAxK9wNPBJ6XqgqJ1B06RZWzMf+J3t25DzUxyUtlAy1h9W8kZl+M0Y6v/wot0N9 ZIC4/L+bBI21yHUxjyiRgUd6VWAG7B/rsmEt+rSzXky7gXOqZbQKERmrrOz8diWnE7F0 Tx7MVmrFkxtHQ01cNguBLfCnkT0qGV5cQtOkZvG9lj94zCSSclaEbF5mdSj00DXGOjKl ENEMsqq/Dbvw7XMtTGa/bD1kqLiYGbD1XJTtbijZFFieY6K/LTKMho+/QuecfA1w0Eab 3Nkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=E/S2mDZyBnqX2fmEHD8gQJE4yEmBMHzjiYxF/Hb9mQc=; b=SAma8BHeZYBBh1UOuf0u9P3euLMV14vYOmOqKcoDWGuIoyniHXdKxhr0shLZwky2lg Bu5bBeLSrLyw6rWILAOh1m2akc3l3yVPgFmlN1yc2+BtdwY+QtTThvzZ3i6d9rhG8Hvs GdVkzafi6tVlFcRwBbbaAI2rDMhGt/JTKf65xGuuUSHMAHTA29CrtPth9ytgIqzKOSlN QHLNv4ATphX6hLiqo7Zk/U6FJcwvrDxtGhsPHFXR0+Oz+31oBSZqF9+x8xj6wmHyZvyg 4YgIFM4y8aVL3jMNI+Z06fY8+4kvTaB7iNRIW/0ckajyhDZVjw39ejph7JvwyVRcblSw 47NA== 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 h1si21786251pld.439.2019.05.29.08.01.54; Wed, 29 May 2019 08:02:12 -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 S1726826AbfE2O7E (ORCPT + 99 others); Wed, 29 May 2019 10:59:04 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:54704 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726069AbfE2O7E (ORCPT ); Wed, 29 May 2019 10:59:04 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1hW02W-0006AC-Rs; Wed, 29 May 2019 22:58:52 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1hW02P-0004f6-Qx; Wed, 29 May 2019 22:58:45 +0800 Date: Wed, 29 May 2019 22:58:45 +0800 From: Herbert Xu To: Dmitry Vyukov Cc: Nikolay Aleksandrov , Thomas Graf , syzbot , bridge@lists.linux-foundation.org, David Miller , LKML , netdev , Roopa Prabhu , syzkaller-bugs Subject: Re: KASAN: use-after-free Read in br_mdb_ip_get Message-ID: <20190529145845.bcvuc5ows4dedqh3@gondor.apana.org.au> References: <000000000000862b160580765e94@google.com> <3c44c1ff-2790-ec06-35c6-3572b92170c7@cumulusnetworks.com> <20190220102327.lq2zyqups2fso75z@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry: On Thu, Feb 21, 2019 at 11:54:42AM +0100, Dmitry Vyukov wrote: > > Taking into account that this still happened only once, I tend to > write it off onto a previous silent memory corruption (we have dozens > of known bugs that corrupt memory). So if several people already > looked at it and don't see the root cause, it's probably time to stop > spending time on this until we have more info. > > Although, there was also this one: > https://groups.google.com/d/msg/syzkaller-bugs/QfCCSxdB1aM/y2cn9IZJCwAJ > I have not checked if it can be the root cause of this report, but it > points suspiciously close to this stack and when I looked at it, it > the report looked legit. Have you had any more reports of this kind coming from br_multicast? It looks like ommit 1515a63fc413f160d20574ab0894e7f1020c7be2 Author: Nikolay Aleksandrov Date: Wed Apr 3 23:27:24 2019 +0300 net: bridge: always clear mcast matching struct on reports and leaves may have at least fixed the uninitialised value error. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt