From owner-freebsd-current@FreeBSD.ORG Thu Oct 13 20:25:11 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5973716A424; Thu, 13 Oct 2005 20:25:11 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC6343D48; Thu, 13 Oct 2005 20:25:05 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id j9DKP5iW022584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Oct 2005 16:25:05 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j9DKP0Up009166; Thu, 13 Oct 2005 16:25:00 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17230.49819.985757.378764@grasshopper.cs.duke.edu> Date: Thu, 13 Oct 2005 16:24:59 -0400 (EDT) To: John Baldwin In-Reply-To: <200510131530.16376.jhb@freebsd.org> References: <17218.49812.271334.154595@grasshopper.cs.duke.edu> <20051004195742.GA56798@xor.obsecurity.org> <17220.5283.170670.956780@grasshopper.cs.duke.edu> <200510131530.16376.jhb@freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: freebsd-current@freebsd.org Subject: Re: lockmgr: thread <..> unlocking unheld lock 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: Thu, 13 Oct 2005 20:25:11 -0000 John Baldwin writes: > On Wednesday 05 October 2005 02:00 pm, Andrew Gallatin wrote: > > It also seems to have started happening on a second amd64 that I just > > upgraded from a mid-august -current to CVS cvsupped yesterday. This > > is a UP amd64 3000+.. > > Can you try reverting any of the recent changes to amd64/include/atomic.h? > The ones to change foo_ptr() to take uintptr_t should be fine, but maybe try > reverting the changes after that (not using +m for example). Inline asm is Greek to me, and I'd be no better than a monkey typing at making changes like that. Would you like me to just try reverting all of 1.38? Drew