From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 13:24:55 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 632271065670 for ; Wed, 14 Jan 2009 13:24:55 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id EC6988FC08 for ; Wed, 14 Jan 2009 13:24:54 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so312753fgb.35 for ; Wed, 14 Jan 2009 05:24:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=kGIcGFQiYju3N3gmuukpeNoc+f09oSq0+pdtsZOZZD8=; b=agfpio8qYsfvVpYtmPkXjB+SVxfDeUBOpz2Wgj3UhA+liRSmta9MX4odARPx0dgZ+t pod+6IGpJ3SaPFe/n7yu3ZIURyOoeukTthhpR4bZGCXigSOSoTvjfUXxK+uOdvs/7XU+ weJcmtpUABRi+RPTmySqYz/o6zAQeBGFHplj0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=psvFE8DRXmbAnaL7Gyoa4uKwEDOe0hrraRiy67few5HMNPiSSkwGeYJ5zlBE0awhLL a3j8l/J7qfHY2YBm7nyCfnjYCeh3F3xix6yGQKBpdzAkKreDWPaPkMe/Grlt45LjV7l7 ENdM7TbDfhQSq4hMmCbty5XQ1a5AwVRBSB6r8= MIME-Version: 1.0 Received: by 10.86.76.16 with SMTP id y16mr646339fga.65.1231939493838; Wed, 14 Jan 2009 05:24:53 -0800 (PST) Date: Wed, 14 Jan 2009 16:24:53 +0300 Message-ID: From: pluknet To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: WITNESS: spin lock %s not in order list 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: Wed, 14 Jan 2009 13:24:56 -0000 I see these warnings due to absence of several locks in struct witness_order_list_entry order_lists. WITNESS: spin lock cpuset not in order list WITNESS: spin lock intrcnt not in order list What are the current practices of doing with that? -- wbr, pluknet