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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable 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 0AE95C43381 for ; Tue, 5 Mar 2019 01:54:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D360C206DD for ; Tue, 5 Mar 2019 01:54:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726835AbfCEByE (ORCPT ); Mon, 4 Mar 2019 20:54:04 -0500 Received: from mail.kernel.org ([198.145.29.99]:42382 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726066AbfCEByD (ORCPT ); Mon, 4 Mar 2019 20:54:03 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BD1B206B6; Tue, 5 Mar 2019 01:54:02 +0000 (UTC) Date: Mon, 4 Mar 2019 20:54:01 -0500 From: Steven Rostedt To: Linus Torvalds Cc: Alexander Viro , Jens Axboe , Slavomir Kaslev , linux-fsdevel , Linux List Kernel Mailing , Andrew Morton Subject: Re: [RFC PATCH] fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes Message-ID: <20190304205401.0823f3f7@gandalf.local.home> In-Reply-To: References: <20190207154519.8635-1-kaslevs@vmware.com> <20190213094445.1774f959@gandalf.local.home> <20190219121212.6c46b979@gandalf.local.home> <20190304105836.33f80dc3@gandalf.local.home> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org [ Replying again, but without Cc'ing Trump due to a bug in claws-mail ] On Mon, 4 Mar 2019 16:09:22 -0800 Linus Torvalds wrote: > > Note that the "arguably buggy" argument is not an actual real argument Note that "arguably buggy" just means that you can argue that it is buggy. It doesn't actually mean that it *is* buggy ;-) -- Steve