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 D250FC52D11 for ; Thu, 26 Jan 2023 17:46:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232141AbjAZRqS (ORCPT ); Thu, 26 Jan 2023 12:46:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232154AbjAZRqR (ORCPT ); Thu, 26 Jan 2023 12:46:17 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C91B16A31F; Thu, 26 Jan 2023 09:46:15 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 0900768D05; Thu, 26 Jan 2023 18:46:12 +0100 (CET) Date: Thu, 26 Jan 2023 18:46:11 +0100 From: Christoph Hellwig To: Josef Bacik Cc: Christoph Hellwig , Chris Mason , David Sterba , Damien Le Moal , Naohiro Aota , Johannes Thumshirn , Qu Wenruo , Jens Axboe , "Darrick J. Wong" , linux-block@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 23/34] btrfs: allow btrfs_submit_bio to split bios Message-ID: <20230126174611.GC15999@lst.de> References: <20230121065031.1139353-1-hch@lst.de> <20230121065031.1139353-24-hch@lst.de> <20230126052143.GA28195@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Jan 26, 2023 at 12:43:01PM -0500, Josef Bacik wrote: > I actually hadn't been running 125 because it wasn't in the auto group, Dave > noticed it, I just tried it on this VM and hit it right away. No worries, > that's why we have the CI stuff, sometimes it just doesn't trigger for us but > will trigger with the CI setup. Thanks, Oh, I guess the lack of auto group means I've never tested it. But it's a fairly bad bug, and I'm surprised nothing in auto hits an error after a bio split. I'll need to find out if I can find a simpler reproducer as this warrants a regression test.