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 9C29AC433EF for ; Mon, 18 Oct 2021 11:36:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81DD260E76 for ; Mon, 18 Oct 2021 11:36:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231293AbhJRLjG (ORCPT ); Mon, 18 Oct 2021 07:39:06 -0400 Received: from eu-shark1.inbox.eu ([195.216.236.81]:58426 "EHLO eu-shark1.inbox.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229644AbhJRLjF (ORCPT ); Mon, 18 Oct 2021 07:39:05 -0400 Received: from eu-shark1.inbox.eu (localhost [127.0.0.1]) by eu-shark1-out.inbox.eu (Postfix) with ESMTP id 8C1C96C006B5; Mon, 18 Oct 2021 14:36:53 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=inbox.eu; s=20140211; t=1634557013; bh=JfdzXZKXfkwbmcztWdVVHAV/miQkeB7kDeVXkUa6mPs=; h=References:From:To:Cc:Subject:Date:In-reply-to; b=TxB8qH4PUMHvfU6AuqvXZWJi5zYWJ6S9fvHM8QYlvbtLQBHSjxzH6KXCkilQSKXjj UGgEFoe9CB3hOQKT0tTPOb5PtFOuKfhnqEaBIghQ2Rylmk/wr9OZ+eZa7Qxf7NrCcM D4Ub3Y/CzhFkimnwjDuPfEeCVrr10ozb5TngkfH4= Received: from localhost (localhost [127.0.0.1]) by eu-shark1-in.inbox.eu (Postfix) with ESMTP id 7D9B96C0064C; Mon, 18 Oct 2021 14:36:53 +0300 (EEST) Received: from eu-shark1.inbox.eu ([127.0.0.1]) by localhost (eu-shark1.inbox.eu [127.0.0.1]) (spamfilter, port 35) with ESMTP id nofNrepfqVDD; Mon, 18 Oct 2021 14:36:53 +0300 (EEST) Received: from mail.inbox.eu (eu-pop1 [127.0.0.1]) by eu-shark1-in.inbox.eu (Postfix) with ESMTP id 431526C005AB; Mon, 18 Oct 2021 14:36:53 +0300 (EEST) Received: from nas (unknown [121.237.225.130]) (Authenticated sender: l@damenly.su) by mail.inbox.eu (Postfix) with ESMTPA id 64FC41BE00C8; Mon, 18 Oct 2021 14:36:51 +0300 (EEST) References: <9b153cca-2d9a-e217-a83f-1a8e663fc587@suse.com> User-agent: mu4e 1.7.0; emacs 27.2 From: Su Yue To: Chris Murphy Cc: Nikolay Borisov , Qu Wenruo , Qu Wenruo , Btrfs BTRFS Subject: Re: 5.14.9 aarch64 OOPS Workqueue: btrfs-delalloc btrfs_work_helper Date: Mon, 18 Oct 2021 19:32:08 +0800 In-reply-to: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Virus-Scanned: OK X-ESPOL: 6N1mkZY9ZDPk1R69MAjTdngr1kpEXe/k5eW51wNbnn7kMC2EYip5XRGxnW10RX+5ujkX Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Sun 17 Oct 2021 at 21:57, Chris Murphy wrote: > Any update on this problem and whether+what more info is needed? > It's interesting the OOPS only happens in openstack environment. Is it possiable to provide the kernel core dump? -- Su > Thanks, > Chris Murphy > > On Wed, Oct 13, 2021 at 3:21 PM Chris Murphy > wrote: >> >> From the downstream bug: >> >> [root@openqa-a64-worker03 adamwill][PROD]# >> /usr/src/kernels/5.14.9-300.fc35.aarch64/scripts/faddr2line >> /usr/lib/debug/lib/modules/5.14.9-300.fc35.aarch64/vmlinux >> submit_compressed_extents+0x38 >> submit_compressed_extents+0x38/0x3d0: >> submit_compressed_extents at >> /usr/src/debug/kernel-5.14.9/linux-5.14.9-300.fc35.aarch64/fs/btrfs/inode.c:845 >> [root@openqa-a64-worker03 adamwill][PROD]# >> >> https://bugzilla.redhat.com/show_bug.cgi?id=2011928#c26 >> >> Also curious: this problem is only happening in openstack >> environments, as if the host environment matters. Does that >> make >> sense? >> >> >> -- >> Chris Murphy