From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:38250 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750795AbdIUENz (ORCPT ); Thu, 21 Sep 2017 00:13:55 -0400 Date: Thu, 21 Sep 2017 05:13:53 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull][vfs.git] a couple of fixes Message-ID: <20170921041353.GG32076@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: A couple of regression fixes, one for this merge window, one for the previous cycle. The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -0700) 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 58aff0af757356065f33290d96a9cd46dfbcae88: ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user (2017-09-20 23:27:48 -0400) ---------------------------------------------------------------- Petar Penkov (1): iov_iter: fix page_copy_sane for compound pages Will Deacon (1): ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user ipc/shm.c | 2 +- lib/iov_iter.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-)