From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3013CC433E6 for ; Wed, 17 Feb 2021 05:42:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B83564E04 for ; Wed, 17 Feb 2021 05:42:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231278AbhBQFmI (ORCPT ); Wed, 17 Feb 2021 00:42:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230221AbhBQFmC (ORCPT ); Wed, 17 Feb 2021 00:42:02 -0500 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 909AEC061574; Tue, 16 Feb 2021 21:41:22 -0800 (PST) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lCFaR-00Evyk-GQ; Wed, 17 Feb 2021 05:41:19 +0000 Date: Wed, 17 Feb 2021 05:41:19 +0000 From: Al Viro To: syzbot Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Subject: Re: memory leak in path_openat (2) Message-ID: References: <00000000000049fbd305bb816399@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00000000000049fbd305bb816399@google.com> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2021 at 09:21:14PM -0800, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit: dcc0b490 Merge tag 'powerpc-5.11-8' of git://git.kernel.or.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=1316c614d00000 > kernel config: https://syzkaller.appspot.com/x/.config?x=a2fbb1a71525e1d5 > dashboard link: https://syzkaller.appspot.com/bug?extid=921ef0ccfeed3a496721 > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=1378ba4cd00000 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=12e73fc2d00000 > > IMPORTANT: if you fix the issue, please add the following tag to the commit: > Reported-by: syzbot+921ef0ccfeed3a496721@syzkaller.appspotmail.com Some observations: * .config is x86 one * merge in question is ppc-only * at least some "leaks" reported are dentries in devtmpfs, which should stay around until the shutdown Care to bisect to something more useful?