From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 715B838DC4F; Thu, 30 Jul 2026 08:09:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785398998; cv=none; b=Ds4cYtWzLDp9t5D3fcx+aXcDTFZx+Z2bt+RSGNo4eGyST9uAtS5VKTDQtFWlzfwGQUpkVl1iL5JUSKgJfNjcttL4wjGgUscKDtnh0S/YiJpHigSNwoQJukuAIkVXMiFsukpPyt9tMJIp6dui2zY989tZhaz1wHplYa0ZcNXZ1y4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785398998; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aRepoMgSmU52p7hog05hBF13osLpMGpOO9JtbmpXHwJuCcF+3XDUIFbcaXUn9LkRKFxhxr4QsLO3QFxNUnq2t/XvQ2ivSnl0FJ1A1ghT8zY2L5XDINXhu1gwOZcH+NC8gkkVU+05FQ1KPw2BftCxvaUZt0xkWctRtz0EPnoKcsk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=rkL1tRhS; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="rkL1tRhS" 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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=rkL1tRhS589w27c03L/iKFIwI6 bqAiqJcPrEbMpmjf9mx6+CvlgQvTU7eNHKmDx7/wlelA2aMnY8/8omcMw6NRIoGpPw9yluYMaWmBN gBQmZo4FEWUVM9sCigArBsZzj5O1Ys+LgIue0QQbekfW9lsELlNvSIjfdSlafd5L0K887M6qDXsYd YAntas6Ph1jM5eshuVoUY5F6RN5+iZq22oRLze+XlmEA6LmbzOFHuhYWSmAMINSckDRz8WhBpTWVQ evwpgZxaopjIniNiZnKWafNb4lNSo9TExbynz/nLC974xLOZxkorcKDOvNy+9N04pYkuuIkkTIg9x rV53T/kg==; Received: from hch by bombadil.infradead.org with local (Exim 4.99.1 #2 (Red Hat Linux)) id 1wpLpp-00000009oaK-0q6X; Thu, 30 Jul 2026 08:09:45 +0000 Date: Thu, 30 Jul 2026 01:09:45 -0700 From: Christoph Hellwig To: Tal Zussman Cc: Jens Axboe , "Matthew Wilcox (Oracle)" , Christian Brauner , "Darrick J. Wong" , Carlos Maiolino , Alexander Viro , Jan Kara , Christoph Hellwig , Gao Xiang , Chao Yu , Yue Hu , Jeffle Xu , Sandeep Dhavale , Hongbo Li , Chunhai Guo , Dave Chinner , Bart Van Assche , Hillf Danton , Sebastian Andrzej Siewior , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-erofs@lists.ozlabs.org Subject: Re: [PATCH v7 2/5] block: add task-context bio completion infrastructure Message-ID: References: <20260730-blk-dontcache-v7-0-3e8e6850068d@columbia.edu> <20260730-blk-dontcache-v7-2-3e8e6850068d@columbia.edu> Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260730-blk-dontcache-v7-2-3e8e6850068d@columbia.edu> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Looks good: Reviewed-by: Christoph Hellwig