From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:47588 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbdINXDn (ORCPT ); Thu, 14 Sep 2017 19:03:43 -0400 Date: Fri, 15 Sep 2017 00:03:41 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git misc bits Message-ID: <20170914230341.GV5426@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: 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 work.misc for you to fetch changes up to 1985296a3ccd5d89d2ec2ca17b1fa1a225f8ecd1: fix the __user misannotations in asm-generic get_user/put_user (2017-09-04 12:07:24 -0400) ---------------------------------------------------------------- Al Viro (1): fix the __user misannotations in asm-generic get_user/put_user Byungchul Park (2): namespace.c: Don't reinvent the wheel but use existing llist API fput: Don't reinvent the wheel but use existing llist API fs/file_table.c | 12 +++++------- fs/namespace.c | 8 +++----- include/asm-generic/uaccess.h | 8 ++++---- 3 files changed, 12 insertions(+), 16 deletions(-)