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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 817D8C433E0 for ; Wed, 27 Jan 2021 05:56:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4ACDB2070A for ; Wed, 27 Jan 2021 05:56:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234894AbhA0DOy (ORCPT ); Tue, 26 Jan 2021 22:14:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395549AbhAZTeq (ORCPT ); Tue, 26 Jan 2021 14:34:46 -0500 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 824B9C061574 for ; Tue, 26 Jan 2021 11:34:05 -0800 (PST) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1l4U5x-006N5F-Hr; Tue, 26 Jan 2021 19:33:45 +0000 Date: Tue, 26 Jan 2021 19:33:45 +0000 From: Al Viro To: Linus Torvalds Cc: Johannes Berg , Christoph Hellwig , Oliver Giles , Linux Kernel Mailing List , Greg Kroah-Hartman Subject: Re: [PATCH 3/3] teach sendfile(2) to handle send-to-pipe directly Message-ID: <20210126193345.GK740243@zeniv-ca> References: <20210118085311.GA2735@lst.de> <20210118194545.GB736435@zeniv-ca> <20210126060720.GJ740243@zeniv-ca> <20210126060932.GC1461355@zeniv-ca.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 26, 2021 at 10:57:38AM -0800, Linus Torvalds wrote: > On Mon, Jan 25, 2021 at 10:09 PM Al Viro wrote: > > > > no point going through the intermediate pipe > > Ok, this series looks fine to me. > > Al - do you want me to apply this as patches for 5.11 (and I'll revert > the then unnecessary one-liner), or should I expect a pull request or > what? I'm going to put it into #for-next for a few days, then send a pull request your way (assuming no problems show up, obviously).