From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932861AbcKWEqa (ORCPT ); Tue, 22 Nov 2016 23:46:30 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:48088 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932497AbcKWEq2 (ORCPT ); Tue, 22 Nov 2016 23:46:28 -0500 Date: Wed, 23 Nov 2016 04:46:26 +0000 From: Al Viro To: Alexei Starovoitov Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Daniel Borkmann , Martin KaFai Lau Subject: Re: sendfile from 9p fs into af_alg Message-ID: <20161123044625.GL1555@ZenIV.linux.org.uk> References: <20161123035827.GA43786@ast-mbp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161123035827.GA43786@ast-mbp.thefacebook.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 22, 2016 at 07:58:29PM -0800, Alexei Starovoitov wrote: > Hi Al, > > it seems the following commit 523ac9afc73a ("switch default_file_splice_read() to use of pipe-backed iov_iter") > breaks sendfile from 9p fs into af_alg socket. > sendfile into af_alg is used by iproute2/tc. > I'm not sure whether it's 9p or crypto or vfs problem, but happy to test any patches. Could you try -rc6 (or anything that contains 680bb946a1ae04, for that matter)?