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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D9EEC433F5 for ; Fri, 22 Oct 2021 06:02:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1492A6023E for ; Fri, 22 Oct 2021 06:02:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230332AbhJVGFA (ORCPT ); Fri, 22 Oct 2021 02:05:00 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:43434 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229944AbhJVGE6 (ORCPT ); Fri, 22 Oct 2021 02:04:58 -0400 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 932CF1FD58; Fri, 22 Oct 2021 06:02:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1634882560; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KTiMv779FF5LfGLorJTVWL/B3izHxoYba15Fcl5ghN4=; b=gdEJ1PFRwc/WLWcOcUrIx9GJulN24SvKfMQhaayIjJxikcQtTh/mDVjePpL/3yg9gaYNN7 vRBU+AVxORDQbO+yf1w4hKyzBLqLxU4z97XIJQ+baQozWhsptplm5SGkaw6NvemVFw4tkh MYpJasAE8zaSLS8TRtEvr6pFfmDoAMo= Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 43B8B13A17; Fri, 22 Oct 2021 06:02:40 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id iHdeDQBUcmFYfgAAMHmgww (envelope-from ); Fri, 22 Oct 2021 06:02:40 +0000 Subject: Re: 5.14.9 aarch64 OOPS Workqueue: btrfs-delalloc btrfs_work_helper To: Chris Murphy , Su Yue Cc: Qu Wenruo , Qu Wenruo , Btrfs BTRFS References: <7de9iylb.fsf@damenly.su> <35owijrm.fsf@damenly.su> From: Nikolay Borisov Message-ID: <9b2cd532-3abc-13db-0c51-c604b8c1d227@suse.com> Date: Fri, 22 Oct 2021 09:02:39 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On 22.10.21 г. 5:36, Chris Murphy wrote: > OK I have a vmcore file: > https://dustymabe.fedorapeople.org/bz2011928-vmcore/ > > lib/modules/5.14.10-300.fc35.aarch64/vmlinuz > https://drive.google.com/file/d/1xXM8XGRi_Wzyupbm4MSNteF0rwUzO4GE/view?usp=sharing In order to open the dump we require the vmlinux as well as the debug vmlinuz and also btrfs.ko.debug file as well. > > > -- > Chris Murphy >