From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] vfs fixes Date: Sat, 22 Jun 2013 08:16:36 +0100 Message-ID: <20130622071636.GV4165@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Several fixes for bugs caught while looking through f_pos (ab)users. Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (3): mconsole: we'd better initialize pos before passing it to vfs_read()... splice: don't pass the address of ->f_pos to methods aout32 coredump compat fix Diffstat: arch/um/drivers/mconsole_kern.c | 2 +- arch/x86/ia32/ia32_aout.c | 2 +- fs/internal.h | 6 ++++++ fs/read_write.c | 24 ++++++++++++++++-------- fs/splice.c | 31 ++++++++++++++++++------------- include/linux/fs.h | 2 -- include/linux/splice.h | 1 + 7 files changed, 43 insertions(+), 25 deletions(-)