From owner-freebsd-current@FreeBSD.ORG Thu Aug 30 09:37:20 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 2C2EF106564A; Thu, 30 Aug 2012 09:37:20 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC81B8FC17; Thu, 30 Aug 2012 09:37:18 +0000 (UTC) Received: by obbun3 with SMTP id un3so3728926obb.13 for ; Thu, 30 Aug 2012 02:37:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ppFlmhdj2Ipcwem5AByimRWVaF0iBNh6bQP3LmKxV4Y=; b=RUDMoz50bdrb6mO492GK6KvLGFChpTxMlMjc2S7d+HBVaBeVIeuGbf+MleZw9Tp1Ds TuqEglclOUzq7lgpqpMdnRld27jEyErcfz2dfXTm6T47cB+8lrlBfz6oU66iIFPIJkl7 vt7wpdiT22Cg7Z5T4HEmqSXe4M2d4r/ne4fh2NPwjJqY6sziSe/qod8vp2Jyfj6nplDX zpY1uVev4d4cF696t/WDFgYX73l7EOtaLmMpphc1gCW0FluH/l+8dZ2hfD/qK4t1w1Z8 DbG+OZtmRbHkL5KrRhZRimg+GnXMLy/ccT35za+ta25NwQ35edjivqyAHBrCSrSnDiRV mowQ== MIME-Version: 1.0 Received: by 10.60.29.164 with SMTP id l4mr3713397oeh.4.1346319437794; Thu, 30 Aug 2012 02:37:17 -0700 (PDT) Received: by 10.76.142.201 with HTTP; Thu, 30 Aug 2012 02:37:17 -0700 (PDT) In-Reply-To: <20120830092113.GA27015@pm513-1.comsys.ntu-kpi.kiev.ua> References: <503ED6A1.1060902@FreeBSD.org> <20120830092113.GA27015@pm513-1.comsys.ntu-kpi.kiev.ua> Date: Thu, 30 Aug 2012 02:37:17 -0700 Message-ID: From: Garrett Cooper To: Andrey Simonenko Content-Type: text/plain; charset=ISO-8859-1 Cc: Pedro Giffuni , freebsd-current@freebsd.org 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: Thu, 30 Aug 2012 09:37:20 -0000 On Thu, Aug 30, 2012 at 2:21 AM, Andrey Simonenko wrote: > On Wed, Aug 29, 2012 at 09:57:37PM -0500, Pedro Giffuni wrote: >> >> This is rather critical stuff (libc) so I have no hurry and would >> like extensive testing before considering it for head. >> >> Please give it a try and report any issue. >> > > Looks like that their getnetconfig.c and getnetpath.c have similar > mistakes as these files have in FreeBSD. > > 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]. > Related PR: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=79683 Thanks! -Garrett