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 D3375C7EE26 for ; Fri, 19 May 2023 08:07:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229627AbjESIHI (ORCPT ); Fri, 19 May 2023 04:07:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229492AbjESIHH (ORCPT ); Fri, 19 May 2023 04:07:07 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 786F698; Fri, 19 May 2023 01:07:06 -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=pNQNeBxCJoyROeE/4Ezo16ploF7SRSix2IZ7YVV/2go=; b=viCkVyP8C0aeO+vxFk615jjssw t0FHJNlRxP2lTBhROtFCmMPZYE1PZ9/MB+7t5l91Ov8iMNCmuEC8L8mKeM4f/yr51qhvZZLG4TY8N EHR4SG5xcxzYmiS+TAyMclrZne+yXZVMrfhtnAi7sgS5mhI5KeyPIAhu9PhuNo7uOQLd4MN+e4i3N St7JOqXGLdULl4udx8fMzsAk8sS68WvDPWGiT2ZKQ47C57nEM+BMN/7SregEcsjNdlnifntIpFkww SuUPe9C4Pop9i0WjE81As5WGpc1HaHrW7Dm8LONJAMpSARUBQcxx1HuO5vqw2A7TbcIUypIRu7MDf 04cBQnrw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pzv8Y-00FSrg-2n; Fri, 19 May 2023 08:06:54 +0000 Date: Fri, 19 May 2023 01:06:54 -0700 From: Christoph Hellwig To: David Howells Cc: Jens Axboe , Al Viro , Christoph Hellwig , Matthew Wilcox , Jan Kara , Jeff Layton , David Hildenbrand , Jason Gunthorpe , Logan Gunthorpe , Hillf Danton , Christian Brauner , Linus Torvalds , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Steve French , Christoph Hellwig , John Hubbard Subject: Re: [PATCH v20 01/32] splice: Fix filemap of a blockdev Message-ID: References: <20230519074047.1739879-1-dhowells@redhat.com> <20230519074047.1739879-2-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230519074047.1739879-2-dhowells@redhat.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-block@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig But this really needs to be sent standalone so that it can get picked up for 6.4 and -stable.