Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4724649pxk; Wed, 30 Sep 2020 10:02:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxPhWK2HZ0uv/koXv1hdkHd2FZZqXRGJ1vaKQEiFZQe/cSdXnZyHoi29V9VlRxJkn04V/9I X-Received: by 2002:a05:6402:1446:: with SMTP id d6mr3734260edx.269.1601485375043; Wed, 30 Sep 2020 10:02:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601485375; cv=none; d=google.com; s=arc-20160816; b=vhVqb3E5KjBQmaDl5/WPH3cltLp1NHM3gtEP0GKGcXAnVuOWqv3pb3LRldhhirDeR8 BSUnspOC3t4pzkOc3WEVybqp1tI7tWtovGODXFv2VeerkKsKwPdmPLdDYF8JMxBpFvKZ pXWLemdQ7xcvqF8Cz+voEEcqv3DWhsUqi3dtFa84fpbqyy+rIrzZgb9uzjOhqyV5utLl J6q4eUoTHF9LfJVNl7YST1DU1uFKl43gznuazkwG8saZWMdo6po9S58hubJsGVcNVQEp smiGIRHF1Ih1U8Aum2Ow1gE1DqcBmEAf8A+A31m+iS1NbSyBb96KL4OHrhyryplb5c2d vgow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:mail-followup-to:reply-to:message-id :subject:cc:to:from:date; bh=b3odvL2tw14gQwymMAFMOcNNigpvk0y+jkUg0LKyIiM=; b=Hl/m5VZN6NSW9Ld8Zr5+WCSvnoMdjECF9dkTA9UQcAP1TSHv4K2KeMo1TnW7ZaY1/x xUNTMTci+30Jdaiymefav+1juo0meaYJaWSNi1Jh54kL0ZtRQWEUdRqL/bIPoTwhCZa+ z3GfIWlB3sl/Z3tLOP/7ppOm0qGD+w4X91Nu0N2mMJ+aj/bkjgTVnIvM/EdnBS+c8sZf jnPnXL6tQZaOflZlklr516yVgZu4GKaB2wCFZq+f2FAhFdane39pfqmT1fKQvKOax74C JnmF7KZtQUdJERANst0HGhI0RaEPcZJDj5jc3dMha/gwWNMj3y8AoQoQXUrSz6bvsPQ/ eSjw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i2si1576618ejs.549.2020.09.30.10.02.30; Wed, 30 Sep 2020 10:02:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731289AbgI3Q7S (ORCPT + 99 others); Wed, 30 Sep 2020 12:59:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:52102 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725872AbgI3Q7S (ORCPT ); Wed, 30 Sep 2020 12:59:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 865BEABE3; Wed, 30 Sep 2020 16:59:16 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 9F9E0DA781; Wed, 30 Sep 2020 18:57:56 +0200 (CEST) Date: Wed, 30 Sep 2020 18:57:56 +0200 From: David Sterba To: syzbot Cc: clm@fb.com, dsterba@suse.com, josef@toxicpanda.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Subject: Re: KASAN: use-after-free Read in btrfs_scan_one_device Message-ID: <20200930165756.GQ6756@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, syzbot , clm@fb.com, dsterba@suse.com, josef@toxicpanda.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com References: <0000000000001fe79005afbf52ea@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0000000000001fe79005afbf52ea@google.com> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 20, 2020 at 07:12:14AM -0700, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit: eb5f95f1 Merge tag 's390-5.9-6' of git://git.kernel.org/pu.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=10a0a8bb900000 > kernel config: https://syzkaller.appspot.com/x/.config?x=ffe85b197a57c180 > dashboard link: https://syzkaller.appspot.com/bug?extid=582e66e5edf36a22c7b0 > compiler: gcc (GCC) 10.1.0-syz 20200507 > > Unfortunately, I don't have any reproducer for this issue yet. > > IMPORTANT: if you fix the issue, please add the following tag to the commit: > Reported-by: syzbot+582e66e5edf36a22c7b0@syzkaller.appspotmail.com #syz fix: btrfs: fix overflow when copying corrupt csums for a message