[git pull] vfs fixes

From: Al Viro
Date: Sat Jun 22 2013 - 03:17:07 EST


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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/