diff --git a/nfs-check-gssd-running-before-krb5i-auth.patch b/nfs-check-gssd-running-before-krb5i-auth.patch index d26d51233..be81fec76 100644 --- a/nfs-check-gssd-running-before-krb5i-auth.patch +++ b/nfs-check-gssd-running-before-krb5i-auth.patch @@ -1,3 +1,5 @@ +Bugzilla: N/A +Upstream-status: queued in NFS git tree (for 3.13/3.14?) Currently, the client will attempt to use krb5i in the SETCLIENTID call even if rpc.gssd isn't running. When that fails, it'll then fall back to @@ -43,4 +45,4 @@ diff -up linux-3.11.9-200.fc19.x86_64/fs/nfs/nfs4client.c.orig linux-3.11.9-200. _______________________________________________ kernel mailing list kernel@lists.fedoraproject.org -https://admin.fedoraproject.org/mailman/listinfo/kernel \ No newline at end of file +https://admin.fedoraproject.org/mailman/listinfo/kernel diff --git a/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch b/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch index 559477fc2..805498a70 100644 --- a/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch +++ b/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch @@ -1,3 +1,5 @@ +Bugzilla: N/A +Upstream-status: queued in NFS git tree (for 3.13/3.14?) rpc.gssd will naturally hold open any pipe named */clnt*/gssd that shows up under rpc_pipefs. That behavior gives us a reliable mechanism to tell diff --git a/sunrpc-replace-gssd_running-with-more-reliable-check.patch b/sunrpc-replace-gssd_running-with-more-reliable-check.patch index 82dd0853e..f2ca18555 100644 --- a/sunrpc-replace-gssd_running-with-more-reliable-check.patch +++ b/sunrpc-replace-gssd_running-with-more-reliable-check.patch @@ -1,3 +1,5 @@ +Bugzilla: N/A +Upstream-status: queued in NFS git tree (for 3.13/3.14?) Now that we have a more reliable method to tell if gssd is running, we can replace the sn->gssd_running flag with a function that will query to