From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx12.netapp.com ([216.240.18.77]:60474 "EHLO mx12.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbaFLTCt (ORCPT ); Thu, 12 Jun 2014 15:02:49 -0400 From: To: CC: , Andy Adamson Subject: [PATCH Version 2 0/1] NFS: Fix SECINFO processing regression Date: Thu, 12 Jun 2014 15:02:31 -0400 Message-ID: <1402599752-3168-1-git-send-email-andros@netapp.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-nfs-owner@vger.kernel.org List-ID: From: Andy Adamson Sorry for the repeat send - there is only one patch in Version 2... Iterate over multiple flavors returned by SECINFO. If RPC_AUTH_GSS is in the secinfo list, fully test (get and auth, credential, and gss_context) Fix some error paths. Version 2: - Responded to Trond's comments. Cloned an RPC client for each flavor to test which creates an rpc_auth. Use rpcauth_lookupcred() to create a cred for the user (and gss_context for gss). - Removed nfs4_negotiate_security from nfs4_submount as is was just called from nfs4_proc_lookup_mountpoint. Testing: Minimal testing of the nfs_test_gss_flavor. Will run more tests after the June 2014 bakeathon Note: Can supply a patch for SECINFO_NO_name to use nfs4_negotiate_security. -->Andy Andy Adamson (1): NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support fs/nfs/nfs4_fs.h | 2 +- fs/nfs/nfs4namespace.c | 103 ++++++++++++++++++++++++++++--------------------- fs/nfs/nfs4proc.c | 2 +- net/sunrpc/auth.c | 1 + 4 files changed, 61 insertions(+), 47 deletions(-) -- 1.8.3.1