From owner-freebsd-current@FreeBSD.ORG Tue Mar 13 22:27:48 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16A7D16A413 for ; Tue, 13 Mar 2007 22:27:48 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id BF7A513C483 for ; Tue, 13 Mar 2007 22:27:47 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so2101268wxc for ; Tue, 13 Mar 2007 15:27:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iXEc9b/PsOkssLl8QjilEnycv8Uy9CN7aindsX9Ru6+OhVdTgUPFMGUY2Zkjy20PTbxdJHeHCkPER8uXA/6hCz2yWIGMq5sf9vepTvlH/FRr623rgFJ73gaL7xfCJs17ueH90Xgsf2o7aAuVpEN4yIVCDjuoZwS5W3JPrD2D6Ck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K+X/twfzQoUMf6D2EeQ6G7JorskGwv1Ail5v4HWHG9dzYkWG4in+aNO6C6LX6q07HhxTFNZ2xuyajoQYq2mJ6yvN/JmprDsmrr57QU9Bm7zIIcwv42mYBwYlbFRnb0vidBDiAqWN1FcKme2zwDdTsvQVKn4bq2t5RdzNfHFTkKA= Received: by 10.90.52.2 with SMTP id z2mr6604946agz.1173824867083; Tue, 13 Mar 2007 15:27:47 -0700 (PDT) Received: by 10.90.25.1 with HTTP; Tue, 13 Mar 2007 15:27:46 -0700 (PDT) Message-ID: Date: Tue, 13 Mar 2007 14:27:46 -0800 From: "Kip Macy" To: "Kris Kennaway" In-Reply-To: <20070313214823.GA13287@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45F388D4.2080900@elischer.org> <45F45172.8070601@elischer.org> <86r6rt6z27.fsf@dwp.des.no> <45F706A2.5020106@elischer.org> <20070313214823.GA13287@xor.obsecurity.org> Cc: Dag-Erling Sm?rgrav , kmacy@freebsd.org, Julian Elischer , FreeBSD Current Subject: Re: LOCK_PROFILING variant struct sizes (Re: netstat wierdness?) 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: Tue, 13 Mar 2007 22:27:48 -0000 > Kip made some changes to this recently, perhaps he can comment. I haven't actually fixed this yet - but having a LOCK_PROFILING kernel panic with a non-LOCK_PROFILING kernel module is very annoying. I'm not sure how to handle, I'm debating about adding a pointer to the lock object and moving the lock profiling data elsewhere. -Kip