From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753141AbdICRPO (ORCPT ); Sun, 3 Sep 2017 13:15:14 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:33376 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752996AbdICRPM (ORCPT ); Sun, 3 Sep 2017 13:15:12 -0400 Date: Sun, 3 Sep 2017 18:15:11 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [git pull] assorted fixes Message-ID: <20170903171510.GT5426@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Loose ends and regressions from the last merge window. Strictly speaking, only binfmt_flat thing is a build regression per se - the rest is "only sparse cares about that" stuff. The following changes since commit cc4a41fe5541a73019a864883297bd5043aa6d98: Linux 4.13-rc7 (2017-08-27 17:20:40 -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 b38e51cd167927225ae0c26bd404403b7b1cd2f3: binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp() (2017-08-31 17:32:42 -0400) ---------------------------------------------------------------- Al Viro (1): teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise arguments Bart Van Assche (2): : Fix copy_in_user() declaration compat_hdio_ioctl: Fix a declaration Christoph Hellwig (1): annotate RWF_... flags Randy Dunlap (1): binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp() arch/m32r/include/asm/flat.h | 3 ++- arch/microblaze/include/asm/flat.h | 2 +- arch/s390/include/asm/compat.h | 5 ++-- block/compat_ioctl.c | 2 +- fs/nfsd/vfs.c | 2 +- fs/read_write.c | 50 +++++++++++++++++++------------------- include/linux/compat.h | 18 +++++++++++--- include/linux/fs.h | 12 +++++---- include/linux/syscalls.h | 13 +++++----- include/linux/uaccess.h | 2 +- include/uapi/linux/aio_abi.h | 21 ++++++++-------- include/uapi/linux/fs.h | 28 +++++++++++++++------ 12 files changed, 94 insertions(+), 64 deletions(-)