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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22389C43334 for ; Thu, 16 Jun 2022 06:35:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359144AbiFPGfQ (ORCPT ); Thu, 16 Jun 2022 02:35:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344922AbiFPGfP (ORCPT ); Thu, 16 Jun 2022 02:35:15 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0729F56770; Wed, 15 Jun 2022 23:35:15 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id CDB3E68AA6; Thu, 16 Jun 2022 08:35:10 +0200 (CEST) Date: Thu, 16 Jun 2022 08:35:10 +0200 From: Christoph Hellwig To: Qu Wenruo Cc: Christoph Hellwig , dsterba@suse.cz, syzbot , akpm@linux-foundation.org, clm@fb.com, dsterba@suse.com, josef@toxicpanda.com, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, syzkaller-bugs@googlegroups.com, willy@infradead.org Subject: Re: [syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2) Message-ID: <20220616063510.GA5608@lst.de> References: <0000000000003ce9d105e0db53c8@google.com> <00000000000085068105e112a117@google.com> <20220613193912.GI20633@twin.jikos.cz> <20220614071757.GA1207@lst.de> <2cc67037-cf90-cca2-1655-46b92b43eba8@gmx.com> <20220615132147.GA18252@lst.de> <00bbda63-dc00-05c0-4244-343352591d98@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00bbda63-dc00-05c0-4244-343352591d98@gmx.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Jun 16, 2022 at 05:27:04AM +0800, Qu Wenruo wrote: >> And how do I find out the logic address of the tree root? > > For tree root, "btrfs ins dump-super | grep '^root\s'. > > For other tree blocks, "btrfs ins dump-tree " then with other other > keywords to grab. Thanks a lot !