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 33B8F34A797; Thu, 30 Jul 2026 08:06:49 +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=1785398810; cv=none; b=SePSXDDByAWD64/SWf+yr8HkZq3P7MuFciQ6e3osFAmJYXpkdYcWv5fn1KDnD1olLwE3DHWNhRtf8kkm+Tl53prPvB4IxMiLyPI+SftUDQk9QDTqlIB4Ce3dCicVmIQ+Vl4K4XBhxhlIjJDiwbdHeqqP7+9sIVR8ggCCfQYqcCE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785398810; 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=qivhrYTdhEMGnDIGV7uC4JpDnJBEw05tc14ys98K18YhhUhcbxXe4oVH4W2I3iQC0EO22CBOH9kisNw8nhK8iCgOFyJ1AcsESEtOYnYkEXibM/GeVbu/DNAW5WowQuKIVa+AMC9H/29PPnB7F9JLGML9R/t+yTS22VBPDHDhec4= 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=MpSKyd6b; 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="MpSKyd6b" 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=MpSKyd6blI4PZs64kwm5+Qkg5P OAZ7P8IO4Dc6J2fsN8yU4R8qIwqHZnmMsR8WXrNUH/NvTBS8SXGx1onY1MKpZUNL3B7bhH4XdnS97 g919bzj/aB+Vk+7R5gp3ae3L65moj5W4cV/wEM/b83V7c6IvGXd4nrEeWRt+4RnpQiWLFkbcY/5hH QUAXyR5kEwdu73XkqndRsA7x7zpahd4p/suJqHpFw61W7nvz6iRcMJue15/gaX669U5dOfVXXqWGX qaFvPuubpO8Rel8kEKXq/fNljPuIKsKxBxBuQ0sNKQp7WDw1jtLGSEV19c0nfya1Hnss6bVmSVdv8 h/Pf1KCg==; Received: from hch by bombadil.infradead.org with local (Exim 4.99.1 #2 (Red Hat Linux)) id 1wpLmm-00000009njp-22pZ; Thu, 30 Jul 2026 08:06:36 +0000 Date: Thu, 30 Jul 2026 01:06:36 -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 1/5] block: introduce bio_in_atomic() Message-ID: References: <20260730-blk-dontcache-v7-0-3e8e6850068d@columbia.edu> <20260730-blk-dontcache-v7-1-3e8e6850068d@columbia.edu> Precedence: bulk X-Mailing-List: linux-xfs@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-1-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