summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-11-22 14:23:22 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2013-11-22 14:23:22 -0500
commitb51f668d47e5b9ee91c654ce5bf3e693ce773324 (patch)
treeda90b70ea68889d091f989202207878716afbf5b
parent65bda0ba74c5104d5fd52282c398f269a9e8b4a7 (diff)
downloadkernel-b51f668d47e5b9ee91c654ce5bf3e693ce773324.tar.gz
kernel-b51f668d47e5b9ee91c654ce5bf3e693ce773324.tar.xz
kernel-b51f668d47e5b9ee91c654ce5bf3e693ce773324.zip
Add bugzilla and upstream-status fields to nfs patches
-rw-r--r--nfs-check-gssd-running-before-krb5i-auth.patch2
-rw-r--r--sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch2
-rw-r--r--sunrpc-replace-gssd_running-with-more-reliable-check.patch2
3 files changed, 6 insertions, 0 deletions
diff --git a/nfs-check-gssd-running-before-krb5i-auth.patch b/nfs-check-gssd-running-before-krb5i-auth.patch
index 96f69daad..988fe6922 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
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 cba824cea..8cd5c0090 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