Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754697AbaBDQw1 (ORCPT ); Tue, 4 Feb 2014 11:52:27 -0500 Received: from mail-ig0-f176.google.com ([209.85.213.176]:60765 "EHLO mail-ig0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751056AbaBDQwX (ORCPT ); Tue, 4 Feb 2014 11:52:23 -0500 Message-ID: <1391532741.8900.1.camel@leira.trondhjem.org> Subject: [GIT PULL] Please pull NFS client fixes From: Trond Myklebust To: Torvalds Linus Cc: Linux NFS Mailing List , Linux Kernel mailing list Date: Tue, 04 Feb 2014 11:52:21 -0500 Organization: PrimaryData Inc Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.3 (3.10.3-1.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 8a1f006ad302ea178aefb1f8c67e679c696289e9: Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2014-01-31 15:39:07 -0800) are available in the git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.14-3 for you to fetch changes up to 88a78a912ee059467ae6db7429a6efe4654620a5: Merge branch 'acl_fixes' into linux-next (2014-02-03 17:13:45 -0500) ---------------------------------------------------------------- NFS client bugfixes for Linux 3.14 Highlights: - Fix NFSv3 acl regressions - Fix NFSv4 memory corruption due to slot table abuse in nfs4_proc_open_confirm - nfs4_destroy_session must call rpc_destroy_waitqueue ---------------------------------------------------------------- Noah Massey (1): nfs: fix setting of ACLs on file creation. Trond Myklebust (6): NFSv4: Fix memory corruption in nfs4_proc_open_confirm NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueue NFSv3: Remove unused function nfs3_proc_set_default_acl NFSv3: Fix return value of nfs3_proc_setacls fs: get_acl() must be allowed to return EOPNOTSUPP Merge branch 'acl_fixes' into linux-next fs/nfs/nfs3acl.c | 34 ++++++++++++---------------------- fs/nfs/nfs4client.c | 2 +- fs/nfs/nfs4proc.c | 8 ++++---- fs/nfs/nfs4session.c | 25 ++++++++++++++++++++----- fs/nfs/nfs4session.h | 2 +- fs/posix_acl.c | 18 ++++++++++++------ include/linux/nfs_xdr.h | 2 ++ 7 files changed, 52 insertions(+), 39 deletions(-) -- Trond Myklebust Linux NFS client maintainer -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/