From owner-freebsd-current@FreeBSD.ORG Fri Aug 31 12:15:10 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B90B51065675; Fri, 31 Aug 2012 12:15:10 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7379A8FC14; Fri, 31 Aug 2012 12:15:09 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C43BCB91C; Fri, 31 Aug 2012 08:15:08 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 31 Aug 2012 08:12:09 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <503ED6A1.1060902@FreeBSD.org> <20120831110653.GA21089@pm513-1.comsys.ntu-kpi.kiev.ua> In-Reply-To: <20120831110653.GA21089@pm513-1.comsys.ntu-kpi.kiev.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201208310812.09902.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 31 Aug 2012 08:15:08 -0400 (EDT) Cc: Garrett Cooper , Andrey Simonenko , Pedro Giffuni Subject: Re: [CFT] Some updates to libc/rpc (second try) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 12:15:10 -0000 On Friday, August 31, 2012 7:06:53 am Andrey Simonenko wrote: > On Thu, Aug 30, 2012 at 02:37:17AM -0700, Garrett Cooper wrote: > > > Detailed description of mistakes in these files and correct implementation: > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165710 > > > > A developer at $work (Isilon) developed a slightly simpler patch than > > that based on our custom 7.x sources recently to deal with concurrency > > issues in netconfig. I'll talk with a couple people to see whether or > > not the solution can be contributed back [after some polishing -- > > maybe -- and further testing]. > > Can you post changes and corrected bugs in getnetconfig.c and getnetpath.c > in your (your $work) implementation. There is a thread on threads@ with patches to make the API thread-safe that I believe came from Isilon. It was posted in the last week or so, so it should be easy to find in the archives. -- John Baldwin