From owner-cvs-all@FreeBSD.ORG Fri May 4 12:35:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83FFB16A401; Fri, 4 May 2007 12:35:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5699313C447; Fri, 4 May 2007 12:35:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 01BF947036; Fri, 4 May 2007 08:35:10 -0400 (EDT) Date: Fri, 4 May 2007 13:35:09 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Darren Reed In-Reply-To: <20070504120635.GA3390@hub.freebsd.org> Message-ID: <20070504133305.D32808@fledge.watson.org> References: <200705031442.l43Egggi064069@repoman.freebsd.org> <20070504120635.GA3390@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_debug.c uipc_sockbuf.c uipc_socket.c uipc_syscalls.c src/sys/netinet sctputil.c src/sys/sys socketvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 12:35:10 -0000 On Fri, 4 May 2007, Darren Reed wrote: > On Thu, May 03, 2007 at 02:42:42PM +0000, Robert Watson wrote: >> While here, fix two historic bugs: >> >> (1) a bug allowing I/O to be occasionally interlaced during long I/O >> operations (discovere by Isilon). >> >> (2) a bug in which failed non-blocking acquisition of the socket buffer >> I/O serialization lock might be ignored (discovered by sam). > > Did either of these have bug id's? Not that I know of. Isilon directly submitted their local patch (one appropriate for MFC, as it's based on the previous locking) a few weeks ago, and Sam bumped into the other bug while doing the socket locking work several years ago. Robert N M Watson Computer Laboratory University of Cambridge