Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966205AbbBCPTb (ORCPT ); Tue, 3 Feb 2015 10:19:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55006 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933872AbbBCPT3 (ORCPT ); Tue, 3 Feb 2015 10:19:29 -0500 Date: Tue, 3 Feb 2015 16:19:25 +0100 From: "Michael S. Tsirkin" To: Al Viro Cc: David Miller , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 08/17] {macvtap,tun}_get_user(): switch to iov_iter Message-ID: <20150203151925.GA9031@redhat.com> References: <20141125024018.GH7996@ZenIV.linux.org.uk> <1416924151-28698-8-git-send-email-viro@ZenIV.linux.org.uk> <20150203101044.GA5081@redhat.com> <20150203142728.GC29656@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150203142728.GC29656@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1089 Lines: 30 On Tue, Feb 03, 2015 at 02:27:28PM +0000, Al Viro wrote: > On Tue, Feb 03, 2015 at 12:10:44PM +0200, Michael S. Tsirkin wrote: > > > Hmm does copy_from_iter actually modify the iovec? > > If so, won't this break aio on tun/macvtap, by > > reversing the effect of > > commit 6f26c9a7555e5bcca3560919db9b852015077dae > > tun: fix tun_chr_aio_write so that aio works > > ? > > > > > > Maybe we should change iovec_iter to avoid modifying the > > underlying iovec? > > iov_iter never changes the underlying iovec (or kvec, or bvec). > iter->iov_offset changes as you go and once you have consumed an > entire iovec element ->iov is incremented to point to the next one > (and ->iov_offset is reset to 0 at that point). *Contents* of > iter->iov is never modified. I see, I think I misread the code. Thanks for the clarification. -- MST -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/