From owner-freebsd-stable@FreeBSD.ORG Wed Aug 15 17:36:17 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BBB416A41A for ; Wed, 15 Aug 2007 17:36:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1625713C45D for ; Wed, 15 Aug 2007 17:36:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 39CB51A4D81; Wed, 15 Aug 2007 10:34:49 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 21263C3EC; Wed, 15 Aug 2007 13:36:16 -0400 (EDT) Date: Wed, 15 Aug 2007 13:36:15 -0400 From: Kris Kennaway To: Artem Kuchin Message-ID: <20070815173615.GA71910@rot26.obsecurity.org> References: <004001c7df0a$fc2a5c10$0c00a8c0@Artem> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004001c7df0a$fc2a5c10$0c00a8c0@Artem> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: How stable is 7 now? How to cvs it? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 17:36:17 -0000 On Wed, Aug 15, 2007 at 11:07:42AM +0400, Artem Kuchin wrote: > Hello! > > I have heard that 7 is very stable since november and > much better (perfomance wise since GIANT lock have been > deleted completely) since that time. > > Is it true? No, it is still lurking in some corners of the kernel, but almost all workloads no longer require it. Kris