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 CB429C77B73 for ; Tue, 30 May 2023 05:47:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230080AbjE3Frb (ORCPT ); Tue, 30 May 2023 01:47:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229595AbjE3Fra (ORCPT ); Tue, 30 May 2023 01:47:30 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8EBCEEC for ; Mon, 29 May 2023 22:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Vj3P4dh9WYoURI5rGEPJ8G9gG4iFtJpTelQk67+lDWI=; b=c83pko6YfiFpgLUhB/s9eA10Aq 1G2V1aTpuNQ5Owjnjbrpqca2l/HUFer73qVW+nawtcb0tTKFzHXhAD1iaEE3MWOJzU3uT/f0IWnNz 4pu+cl2cNMLU/eOp1W9oiubICnryW5OFw2Y2mNLnxacMtJSRLZUKtIXAE2m9fY3Su6vrbY7KJv9g7 HrIuSFSh2OgSXcjw10mktfT3SDUo5IXgKYpx+hI4ahDGYPK/rnRbLBy7BHz1iw1CqdcImgYiaw4bb /bTPT+TPdxV7f67e6Ixa/ypBPGiQtBZl2akIvVo3z+7tEyvVsuNR4xPs1Qk5SEKW/vhoavcSnSG6y /jZNX93g==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q3sCc-00CVMI-08; Tue, 30 May 2023 05:47:26 +0000 Date: Mon, 29 May 2023 22:47:26 -0700 From: Christoph Hellwig To: Sachin Sant Cc: linux-btrfs@vger.kernel.org, linuxppc-dev , riteshh@linux.ibm.com Subject: Re: WARNING at fs/btrfs/disk-io.c:275 during xfstests run(4k block) Message-ID: References: <50217126-0798-4ED7-BF46-4DF14C99ED0D@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50217126-0798-4ED7-BF46-4DF14C99ED0D@linux.ibm.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org This should be fixed by "btrfs: fix the uptodate assert in btree_csum_one_bio" on the list.