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.3 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_IN_DEF_DKIM_WL autolearn=no 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 14117C43141 for ; Sat, 30 Nov 2019 15:53:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DEFB520732 for ; Sat, 30 Nov 2019 15:53:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="h9Xa8Eyc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726955AbfK3PxZ (ORCPT ); Sat, 30 Nov 2019 10:53:25 -0500 Received: from mail-qt1-f195.google.com ([209.85.160.195]:40651 "EHLO mail-qt1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726385AbfK3PxY (ORCPT ); Sat, 30 Nov 2019 10:53:24 -0500 Received: by mail-qt1-f195.google.com with SMTP id z22so15182745qto.7 for ; Sat, 30 Nov 2019 07:53:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=jdRfuJtU8uqmsqgyTo2pn3PG7sCQI4AYvfljBHLyej8=; b=h9Xa8Eyclllyo//fAfdA6VQ/NNyTP9f+uLFtD4bmksqFDq4S1bbFxwzDeEJttovLA+ mnwtZFGkAVHm2+wV2IzyZoYpsKsJ2mGHYOGv/vz+DTZx2bwuZsa1brlObLw2VA+4ZGN6 Nw9LyJRgKaSgaDal3R88V8Juyb61wmzvdJFLNs4LxfF7Zx10YTWNLoSBEOFLPEZwbjtM htYm2/jz6i4wavsnGNSvO3yVXMGN0MBqufBY3UhFTkEhs20UhTH4m4c5ljTqY/e6b63v /i5m96jPlK/2c5m63NicterXuUVD9gx3YQMVkaWwLLAtjOLkyi5NgBTXzvjoFEiz2GNl tmXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=jdRfuJtU8uqmsqgyTo2pn3PG7sCQI4AYvfljBHLyej8=; b=f/kPeQnnRCfeMqM+UaF5xJ55SxJOv3Vln4j4oJVdjv7fck4X2UXkNFu1JWJantYkn3 0Su+oOV8IVn2NqAFEQ9EJZCHdN3HClUR542SzTLEJQQeGQ3fbstdO1l4yT9q3sLYmsGj rwAXDizSA6OZamL1qeUfQqL4nxVH0H9rCqdaQmS2VFY5frmkjnMOa6nHfL/7hthtMUy2 Cm8ZstHpQCmAwN3XyjY853445k+1rrYbMEDKHSlF3MqmXjyWRn9HAJDUorkycUGcioWs MoeYLpi4OEyHluec7rs6aTodYpqjeOr8i8sDJigjK2N++2H0n+t8u4JkGxQci3hQTPuU qyZg== X-Gm-Message-State: APjAAAV5tmN6BsUWvBHguvAUXUsUCEJ4f6SeroWECyaIACZGCa3ZEi6T Os0u6PCfkv8Cbz/e193xCUfhNurJRqxGX+y1gmxYX415 X-Google-Smtp-Source: APXvYqwd50hiQXx0poflgh573lP3ofw793nvHMJ0u0cS4TDPRH9X6wxqaksQSt8m/TXYBMG15l5vLxsJFaq5/XgjMew= X-Received: by 2002:ac8:3905:: with SMTP id s5mr40808406qtb.158.1575129203287; Sat, 30 Nov 2019 07:53:23 -0800 (PST) MIME-Version: 1.0 References: <000000000000e59aab056e8873ae@google.com> <0000000000000beff305981c5ac6@google.com> <20191124193035.GA4203@ZenIV.linux.org.uk> <20191130110645.GA4405@dimstar.local.net> In-Reply-To: <20191130110645.GA4405@dimstar.local.net> From: Dmitry Vyukov Date: Sat, 30 Nov 2019 16:53:12 +0100 Message-ID: Subject: Re: KASAN: use-after-free Read in blkdev_get To: Al Viro , Chris Metcalf , coreteam@netfilter.org, David Miller , Dmitry Vyukov , Chen Gang , Patrick McHardy , Jozsef Kadlecsik , linux-fsdevel , LKML , netdev , NetFilter , Pablo Neira Ayuso , syzkaller-bugs Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, Nov 30, 2019 at 12:06 PM Duncan Roe wrote: > > > syzbot has bisected this bug to: > > > > > > commit 77ef8f5177599efd0cedeb52c1950c1bd73fa5e3 > > > Author: Chris Metcalf > > > Date: Mon Jan 25 20:05:34 2016 +0000 > > > > > > tile kgdb: fix bug in copy to gdb regs, and optimize memset > > > > > > bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1131bc0ee00000 > > > start commit: f5b7769e Revert "debugfs: inode: debugfs_create_dir uses m.. > > > git tree: upstream > > > final crash: https://syzkaller.appspot.com/x/report.txt?x=1331bc0ee00000 > > > console output: https://syzkaller.appspot.com/x/log.txt?x=1531bc0ee00000 > > > kernel config: https://syzkaller.appspot.com/x/.config?x=709f8187af941e84 > > > dashboard link: https://syzkaller.appspot.com/bug?extid=eaeb616d85c9a0afec7d > > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=177f898f800000 > > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=147eb85f800000 > > > > > > Reported-by: syzbot+eaeb616d85c9a0afec7d@syzkaller.appspotmail.com > > > Fixes: 77ef8f517759 ("tile kgdb: fix bug in copy to gdb regs, and optimize > > > memset") > > > > > > For information about bisection process see: https://goo.gl/tpsmEJ#bisection > > > > Seriously? How can the commit in question (limited to arch/tile/kernel/kgdb.c) > > possibly affect a bug that manages to produce a crash report with > > RSP: 0018:ffffffff82e03eb8 EFLAGS: 00000282 > > RAX: 0000000000000000 RBX: ffffffff82e00000 RCX: 0000000000000000 > > RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff81088779 > > RBP: ffffffff82e03eb8 R08: 0000000000000000 R09: 0000000000000001 > > R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000 > > R13: 0000000000000000 R14: 0000000000000000 R15: ffffffff82e00000 > > FS: 0000000000000000(0000) GS:ffff88021fc00000(0000) knlGS:0000000000000000 > > CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > > CR2: 000000c420447ff8 CR3: 0000000213184000 CR4: 00000000001406f0 > > DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > > DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 > > in it? Unless something very odd has happened to tile, this crash has > > been observed on 64bit x86; the names of registers alone are enough > > to be certain of that. > > > > And the binaries produced by an x86 build should not be affected by any > > changes in arch/tile; not unless something is very wrong with the build > > system. It's not even that this commit has fixed an earlier bug that > > used to mask the one manifested here - it really should have had zero > > impact on x86 builds, period. > > > > So I'm sorry, but I'm calling bullshit. Something's quite wrong with > > the bot - either its build system or the bisection process. > > The acid test would be: does reverting that commit make the problem go away? > > See, for example, https://bugzilla.kernel.org/show_bug.cgi?id=203935 > > Cheers ... Duncan. This is done as part of any bisection by definition, right? The test was done on the previous commit (effectively this one reverted) and no crash was observed. Otherwise bisection would have been pointed to a different commit.