From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1426931AbdD2Uq1 (ORCPT ); Sat, 29 Apr 2017 16:46:27 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:40306 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426221AbdD2UqT (ORCPT ); Sat, 29 Apr 2017 16:46:19 -0400 Date: Sat, 29 Apr 2017 21:46:16 +0100 From: Al Viro To: Linus Torvalds Cc: Dave Jones , linux-kernel@vger.kernel.org Subject: [git pull] vfs.git fix (Re: iov_iter_pipe warning.) Message-ID: <20170429204616.GR29622@ZenIV.linux.org.uk> References: <20170412190318.srkkdytf2ebrjzrg@codemonkey.org.uk> <20170421175430.GT29622@ZenIV.linux.org.uk> <20170428152955.mafs3f22srmm34aw@codemonkey.org.uk> <20170428164313.GK29622@ZenIV.linux.org.uk> <20170428165024.ofyl2atpjwohekqa@codemonkey.org.uk> <20170428172024.GL29622@ZenIV.linux.org.uk> <20170428182511.GM29622@ZenIV.linux.org.uk> <20170429015847.p5gpz5px6vybewvs@codemonkey.org.uk> <20170429024736.GP29622@ZenIV.linux.org.uk> <20170429155140.cu65ywznh3vgn3lo@codemonkey.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170429155140.cu65ywznh3vgn3lo@codemonkey.org.uk> 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 Sat, Apr 29, 2017 at 11:51:40AM -0400, Dave Jones wrote: > > > > Gyah... It's a bloody dumb braino in iov_iter_revert() for pipe-backed > > > > ones. Sorry, the oneliner below should fix it. > > > > > > 5 hrs in, looking good so far. > > > > Mind your Tested-by on the fix? > > Sure. > > Tested-by: Dave Jones The following changes since commit 1741937d475d91ed95abb37f07e8571e23b9a7fe: uapi: change the type of struct statx_timestamp.tv_nsec to unsigned (2017-04-26 21:19:05 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to 4fa55cefee1bbecadb4c9f47d40a92f65dc44351: fix a braino in ITER_PIPE iov_iter_revert() (2017-04-29 16:42:30 -0400) ---------------------------------------------------------------- Al Viro (1): fix a braino in ITER_PIPE iov_iter_revert() lib/iov_iter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)