From owner-freebsd-bugbusters@FreeBSD.ORG Fri Jan 11 20:54:11 2008 Return-Path: Delivered-To: freebsd-bugbusters@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0C9716A419; Fri, 11 Jan 2008 20:54:11 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id B2D2913C4E5; Fri, 11 Jan 2008 20:54:11 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 4E6318C0F8; Fri, 11 Jan 2008 14:54:11 -0600 (CST) Date: Fri, 11 Jan 2008 14:54:11 -0600 To: Robert Watson Message-ID: <20080111205411.GC4787@soaustin.net> References: <189878.45301.qm@web57002.mail.re3.yahoo.com> <20080110171132.GM71709@tuxaco.net> <1199987094.1713.20.camel@localhost> <47866B2A.8070503@elischer.org> <20080110201548.36862edb.timo.schoeler@riscworks.net> <3a142e750801101134p659f50c8qac731334dab9877d@mail.gmail.com> <20080110215931.f14b78ec.timo.schoeler@riscworks.net> <20080110210844.J4766@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080110210844.J4766@fledge.watson.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: Timo Schoeler , freebsd-bugbusters@FreeBSD.org, freebsd-current@freebsd.org Subject: Re: strace broken in 7.0? X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Coordination of the Problem Report handling effort." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 20:54:12 -0000 Please see my responses to some of these points on a posting I've made in a followup to "Improving the handling of PR:s", initially on freebsd-current@ but now Cc:ed to freebsd-bugbusters@. On Thu, Jan 10, 2008 at 09:16:54PM +0000, Robert Watson wrote: > I know that Mark Linimon has done quite a bit of analysis of the state of > the PRs, especially as to which ones stay open vs. which ones get closed, > and may be able to offer some insight. I have a vague recollection that > last time around, he reported essentially linear growth in open kernel bug > reports, and essentially stable ports PRs, but I've not really seen stats > on how bug reports against the base system get closed. For example, I'm > not sure we make a "fixed" vs "closed" distinction, which we'd need in > order to do a good analysis. No, we don't make that distinction. Also, we've lost the software that was showing us the graphs of PR count per category over time; the committer who was maintaining it had not had time to work on FreeBSD in a long while and requested his commit bit be returned. Unfortunately we went ahead and cleared out his account, which is where the code that ran that stuff lived. (If I had known about it, I would have grabbed it.) My recollection, last I looked, is there are large swings in the ports PRs, which happen to coincide exactly with ports freezes :-) The kern and bin PRs increase linearly until someone hard-headed enough plows through and knocks a couple of hundred out (hi Kip, Warner :-) ) The curves have flattened out a bit in the past year but we're not close to steady-state there. kern is probably > 30% of the count; bin, > 20%, ports, 20-30%, depending on how open the tree is for commits. The other categories aren't as worrisome as the first 2, and the ports stuff is affected by having an auto-assigner and to some extent portsmon to hang off of them. So really, over 50% of our problem is kern/bin (kern includes drivers and libraries, fwiw.) Again, as I say in that other post, I intend to task-switch onto thinking about what we can do about these situations. We really need to translate "I'd like to help" into "here's what you can do". mcl