From: Chuck Lever <chuck.lever@oracle.com>
To: Neil Brown <neilb@suse.de>, Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: nfs@lists.sourceforge.net
Subject: Use of delayed request information in nlmsvc_lookup_host
Date: Wed, 14 Nov 2007 13:23:07 -0500 [thread overview]
Message-ID: <473B3D0B.3060204@oracle.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 890 bytes --]
Hi-
Historical question here.
nlmsvc_lookup_host() has this:
struct nlm_host *
nlmsvc_lookup_host(struct svc_rqst *rqstp,
const char *hostname, unsigned int hostname_len)
{
struct sockaddr_in ssin = {0};
>>> ssin.sin_addr = rqstp->rq_daddr.addr;
return nlm_lookup_host(1, svc_addr_in(rqstp),
rqstp->rq_prot, rqstp->rq_vers,
hostname, hostname_len, &ssin);
}
Why is it using rq_daddr to construct the lookup target?
The problem here is that rq_daddr isn't a full address. It doesn't have
address family information. So nlmsvc_lookup_host() just assumes that
what's stored in rq_daddr is always AF_INET.
As I started adding support for AF_INET6 to lockd, I noticed that
there's no way for nlmsvc_lookup_host() to know that it should construct
a sockaddr_in6 instead.
[-- Attachment #2: chuck.lever.vcf --]
[-- Type: text/x-vcard, Size: 259 bytes --]
begin:vcard
fn:Chuck Lever
n:Lever;Chuck
org:Oracle Corporation;Corporate Architecture: Linux Projects Group
adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
title:Principal Member of Staff
tel;work:+1 248 614 5091
x-mozilla-html:FALSE
version:2.1
end:vcard
[-- Attachment #3: Type: text/plain, Size: 314 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #4: Type: text/plain, Size: 140 bytes --]
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
next reply other threads:[~2007-11-14 18:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-14 18:23 Chuck Lever [this message]
2007-11-14 18:43 ` Use of delayed request information in nlmsvc_lookup_host Trond Myklebust
2007-11-14 19:00 ` Chuck Lever
2007-11-14 19:32 ` J. Bruce Fields
2007-11-14 19:41 ` Trond Myklebust
2007-11-14 19:50 ` Trond Myklebust
2007-11-14 19:54 ` Chuck Lever
2007-11-15 1:41 ` Neil Brown
2007-11-15 13:55 ` Chuck Lever
2007-11-15 15:54 ` Trond Myklebust
2007-11-15 16:26 ` Chuck Lever
2007-11-15 17:00 ` Chuck Lever
2007-11-15 17:23 ` Chuck Lever
2007-11-15 17:37 ` Trond Myklebust
2007-11-15 18:02 ` Chuck Lever
2007-11-15 16:00 ` Frank van Maarseveen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=473B3D0B.3060204@oracle.com \
--to=chuck.lever@oracle.com \
--cc=neilb@suse.de \
--cc=nfs@lists.sourceforge.net \
--cc=trond.myklebust@fys.uio.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.