From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751492AbdEBSkr (ORCPT ); Tue, 2 May 2017 14:40:47 -0400 Received: from mail-it0-f48.google.com ([209.85.214.48]:38811 "EHLO mail-it0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751196AbdEBSko (ORCPT ); Tue, 2 May 2017 14:40:44 -0400 MIME-Version: 1.0 In-Reply-To: <20170501223906.GA29622@ZenIV.linux.org.uk> References: <20170501223906.GA29622@ZenIV.linux.org.uk> From: Linus Torvalds Date: Tue, 2 May 2017 11:40:43 -0700 X-Google-Sender-Auth: CI99FukeCB0QhHlg-UXgO4mX6yY Message-ID: Subject: Re: [git pull] vfs.git pile 3: splice-related bits and pieces To: Al Viro Cc: Linux Kernel Mailing List , linux-fsdevel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 1, 2017 at 3:39 PM, Al Viro wrote: > Those actually missed the last cycle; the branch itself is > from last December. > > Al Viro (4): > splice/tee/vmsplice: validate flags I'm not convinced every user does this right, and this might break some splice-using app. But with splice() being so special and unusual, I'm willing to at least try it. But if somebody reports that something does break, this gets reverted. Linus