Linux NFS development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] nfsd: fix v4.0 GSSAPI callback channel auth failures
@ 2014-06-22  0:52 Jeff Layton
  2014-06-22  0:52 ` [PATCH v2 1/3] auth_gss: fetch the acceptor name out of the downcall Jeff Layton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Layton @ 2014-06-22  0:52 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-nfs

This is a respin of the kernel patchset that I sent back in early April
to fix the client's GSSAPI authentication in the v4.0 callback channel.
The userland piece of this has already been merged into nfs-utils.

The only real change here is to move the "stringification" of the
acceptor name out of the rpc_done callback and into the synchronous
caller. As Trond pointed out, we can't do that in rpciod callbacks as it
could recurse into writeback.

The callback now just takes a reference to the rpccred and stores a
pointer to it in the nfs4_setclientid struct. If that's non-NULL after
the call returns, we do the stringification there and then put the cred.

Jeff Layton (3):
  auth_gss: fetch the acceptor name out of the downcall
  sunrpc: add a new "stringify_acceptor" rpc_credop
  nfs4: copy acceptor name from context to nfs_client

 fs/nfs/callback.c               | 12 ++++++
 fs/nfs/client.c                 |  1 +
 fs/nfs/nfs4proc.c               | 33 ++++++++++++++++-
 include/linux/nfs_fs_sb.h       |  1 +
 include/linux/nfs_xdr.h         |  1 +
 include/linux/sunrpc/auth.h     |  2 +
 include/linux/sunrpc/auth_gss.h |  1 +
 net/sunrpc/auth.c               |  9 +++++
 net/sunrpc/auth_gss/auth_gss.c  | 82 +++++++++++++++++++++++++++++------------
 9 files changed, 118 insertions(+), 24 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-22  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-22  0:52 [PATCH v2 0/3] nfsd: fix v4.0 GSSAPI callback channel auth failures Jeff Layton
2014-06-22  0:52 ` [PATCH v2 1/3] auth_gss: fetch the acceptor name out of the downcall Jeff Layton
2014-06-22  0:52 ` [PATCH v2 2/3] sunrpc: add a new "stringify_acceptor" rpc_credop Jeff Layton
2014-06-22  0:52 ` [PATCH v2 3/3] nfs4: copy acceptor name from context to nfs_client Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox