From owner-cvs-src@FreeBSD.ORG Thu Apr 10 10:40:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A55D1065676; Thu, 10 Apr 2008 10:40:51 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (router.rabson.org [80.177.232.241]) by mx1.freebsd.org (Postfix) with ESMTP id C3D0F8FC12; Thu, 10 Apr 2008 10:40:50 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2002:50b1:e8f2:1:21b:63ff:feb8:5abc] (unknown [IPv6:2002:50b1:e8f2:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id 8202D3FA7; Thu, 10 Apr 2008 11:40:17 +0100 (BST) Message-Id: <7E968817-C2EF-4A0C-BBC4-ACF3010EF83E@rabson.org> From: Doug Rabson To: Kris Kennaway In-Reply-To: <47FDEBA0.3050908@FreeBSD.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 10 Apr 2008 11:40:17 +0100 References: <200804100939.m3A9dUFu028748@repoman.freebsd.org> <47FDE41D.5090601@FreeBSD.org> <9E913B4A-C81E-4AB8-AFF8-F51FC9B25721@rabson.org> <47FDEBA0.3050908@FreeBSD.org> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, Doug Rabson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen lockf.c src/lib/libc/include libc_private.h src/lib/libc/rpc svc_vc.c src/lib/libc/sys Makefile.inc Symbol.map fcntl.2 fcntl.c src/lib/libc/xdr xdr_rec.c src/sys/amd64/conf GENERIC src/sys/arm/conf AVILA BWCT CRB EP80219 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 10:40:51 -0000 On 10 Apr 2008, at 11:27, Kris Kennaway wrote: > Doug Rabson wrote: >> On 10 Apr 2008, at 10:55, Kris Kennaway wrote: >>> Doug Rabson wrote: >>>> dfr 2008-04-10 09:39:29 UTC >>>> FreeBSD src repository >>>> Modified files: (Branch: RELENG_7) >>>> lib/libc/gen lockf.c >>> >>> Hmm, I am concerned by this quick merge because rpc.lockd is still >>> not usable for me on HEAD. I had to disable it entirely on all of >>> my client machines because it will usually hang and become >>> unkillable when locking files over NFS (when interoperating with a >>> 7.0 server). I haven't had time to get the tcpdump trace you >>> requested because of focusing on other problems. Because of the >>> client problems I haven't tested it at all on the server side yet. >>> >>> I really don't think this has received sufficient testing yet. >> I'm pretty sure I fixed that problem with my change to src/lib/libc/ >> rpc/svc_vc.c revision 1.27. > > OK, I will retry, but that would just mean I can start testing. > Let's hope the rest of the code is bug-free :) Thanks. If problems show up with RELENG_7 users, I can disable use of the kernel NLM without necessarily having to back out the whole thing. Lets see what shows up - I'll hold off committing to RELENG_6 for now.