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 9E29AC77B7A for ; Wed, 24 May 2023 05:52:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236309AbjEXFw4 (ORCPT ); Wed, 24 May 2023 01:52:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233554AbjEXFwy (ORCPT ); Wed, 24 May 2023 01:52:54 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 217A413E; Tue, 23 May 2023 22:52:54 -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=d7MoCPoMkvP5oxJ0+Yi2KmOwD9poIx2eN6JRQtb6+cE=; b=Phq0aK4u1ny6dIgTVa6MbcJnPw X+odKdmcxVmjaAc1BNURyrCoOmyCeSUJAgfqHLd2RnztfJbUK22BU7jfEpE73VdYZZURPZ6LoxH5K AvfxrmdlI/ILS0fZHFmS9Ky/oAjEox+akTMtfX5WbzbySyJkR/A6h6I/ztqKNscx7j8XIoQ5p7qp0 /cI4UvdjP6whgAzRR9/YxzkF8fkJ0uUMH9BBTVernGpcLkQqxVHj/uOc+Bbo4MEvK57Md5JCzc7E+ z0a8l0TYw2E3S+Zqv6YYLTupF3ZwFbrX78jFmO4pOaFzQSTvIMYdYqGrwDyfdULk4yHqiJt2lKVph wzTUsyaA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q1hQO-00CRM1-0A; Wed, 24 May 2023 05:52:40 +0000 Date: Tue, 23 May 2023 22:52:40 -0700 From: Christoph Hellwig To: Jens Axboe Cc: Al Viro , Christoph Hellwig , David Howells , Matthew Wilcox , Jan Kara , Jeff Layton , David Hildenbrand , 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, Jason Gunthorpe Subject: Re: [PATCH v21 0/6] block: Use page pinning Message-ID: References: <20230522205744.2825689-1-dhowells@redhat.com> <168487791137.449781.3170440352656135902.b4-ty@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <168487791137.449781.3170440352656135902.b4-ty@kernel.dk> 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-fsdevel@vger.kernel.org On Tue, May 23, 2023 at 03:38:31PM -0600, Jens Axboe wrote: > Applied, thanks! This ended up on the for-6.5/block branch, but I think it needs to be on the splice one, as that is pre-requisite unless I'm missing something.