From: Ian Kent <raven@themaw.net>
To: "Dennis Lan (dlan)" <dennis.yxun@gmail.com>
Cc: autofs mailing list <autofs@vger.kernel.org>
Subject: Re: [PATCH 0/5] fyi, here are the patches that I haven't yet committed
Date: Fri, 27 Dec 2013 16:50:51 +0800 [thread overview]
Message-ID: <1388134251.2623.3.camel@perseus.fritz.box> (raw)
In-Reply-To: <CAF1ZMEfbrpZ_=GxYTNS-sfus9-QTBD-WCMaZR-ZaEpShPbFdBg@mail.gmail.com>
On Fri, 2013-12-27 at 14:36 +0800, Dennis Lan (dlan) wrote:
> Hi Ian
> I've tested with various USE combinations, still got segfault err.
> wi all USE="-dmalloc -hesiod -ldap -libtirpc -mount-locking -sasl"
> disabled, with libtirpc en/disabled.
>
> Next, I may need a few more time to setup gdb to investigate this..
>
> also this patch needed to fix compile error while with libtirpc disabled,
Umm .. libtirpc disabled!
That's going to need work I think.
All of what's going on atm. is specifically for libtirpc so let me fix
that and then we can address side effects of the case when libtirpc is
disabled.
>
> diff --git a/lib/rpc_subs.c b/lib/rpc_subs.c
> index aeece1e..a003074 100644
> --- a/lib/rpc_subs.c
> +++ b/lib/rpc_subs.c
> @@ -235,7 +235,8 @@ static int rpc_do_create_client(struct sockaddr
> *addr, struct conn_info *info, i
> return 0;
> }
> static int rpc_getport(struct conn_info *info,
> - struct pmap *parms, CLIENT *client)
> + struct pmap *parms, CLIENT *client,
> + unsigned short *port)
> {
>
>
> [1] commit 076adfb0718e4b8a15ec11bf62597371ceb92399
> Author: Ian Kent <ikent@redhat.com>
> Date: Mon Nov 18 12:15:52 2013 +0800
>
> autofs-5.0.8 - fix ipv6 libtirpc getport
I'll check this anyway ....
Ian
prev parent reply other threads:[~2013-12-27 8:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-24 8:02 [PATCH 0/5] fyi, here are the patches that I haven't yet committed Ian Kent
2013-12-24 8:02 ` [PATCH 1/5] autofs-5.0.8 - fix ipv6 link local address handling Ian Kent
2013-12-24 8:02 ` [PATCH 2/5] autofs-5.0.8 - fix fix ipv6 libtirpc getport Ian Kent
2013-12-24 8:02 ` [PATCH 3/5] autofs-5.0.8 - get_nfs_info() should query portmapper if port is not given Ian Kent
2013-12-24 8:02 ` [PATCH 4/5] autofs-5.0.8 - fix rpc_portmap_getport() proto not set Ian Kent
2013-12-24 8:02 ` [PATCH 5/5] autofs-5.0.8 - fix options compare Ian Kent
2013-12-24 8:38 ` [PATCH 0/5] fyi, here are the patches that I haven't yet committed Dennis Lan (dlan)
2013-12-24 9:04 ` Ian Kent
2013-12-24 9:42 ` Dennis Lan (dlan)
2013-12-24 10:34 ` Ian Kent
2013-12-27 6:11 ` Dennis Lan (dlan)
2013-12-27 6:36 ` Dennis Lan (dlan)
2013-12-27 7:30 ` Dennis Lan (dlan)
2013-12-27 8:56 ` Ian Kent
2013-12-28 2:41 ` Ian Kent
2013-12-28 12:09 ` Dennis Lan (dlan)
2013-12-29 11:14 ` Ian Kent
2013-12-29 11:26 ` Ian Kent
2013-12-30 7:38 ` Dennis Lan (dlan)
2013-12-29 11:36 ` Ian Kent
2013-12-30 7:44 ` Dennis Lan (dlan)
2013-12-27 8:50 ` Ian Kent [this message]
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=1388134251.2623.3.camel@perseus.fritz.box \
--to=raven@themaw.net \
--cc=autofs@vger.kernel.org \
--cc=dennis.yxun@gmail.com \
/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.