Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 198961 Details for
Bug 204309
kernel retries portmap query indefinitely when statd is down
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
0008-BZ-204309-when-portmapper-replies-with-neg-lookup.patch (text/plain), 944 bytes, created by
Jeff Layton
on 2007-09-19 01:05:08 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-09-19 01:05:08 UTC
Size:
944 bytes
patch
obsolete
>From 57038795cb5c7fc575608fdb80f2e6ecd92daae2 Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Tue, 18 Sep 2007 15:32:50 -0400 >Subject: [PATCH] BZ#204309: when portmapper replies with neg lookup, have RPC task error out > >Currently, when the portmapper replies that a service isn't available, >the RPC task will keep requerying the portmapper. Have it error out >immediately in this situation instead. >--- > net/sunrpc/pmap_clnt.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/net/sunrpc/pmap_clnt.c b/net/sunrpc/pmap_clnt.c >index 3a81767..108c32a 100644 >--- a/net/sunrpc/pmap_clnt.c >+++ b/net/sunrpc/pmap_clnt.c >@@ -151,6 +151,7 @@ pmap_getport_done(struct rpc_task *task) > } else if (clnt->cl_port == 0) { > /* Program not registered */ > task->tk_status = -EACCES; >+ task->tk_action = NULL; > } else { > /* byte-swap port number first */ > clnt->cl_port = htons(clnt->cl_port); >-- >1.5.2.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204309
:
144999
|
197201
| 198961 |
291005