From owner-freebsd-stable@FreeBSD.ORG Mon Sep 17 17:27:00 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F315106566B for ; Mon, 17 Sep 2012 17:27:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 773428FC19 for ; Mon, 17 Sep 2012 17:27:00 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DCDCFB91A for ; Mon, 17 Sep 2012 13:26:59 -0400 (EDT) From: John Baldwin To: stable@freebsd.org Date: Mon, 17 Sep 2012 13:26:59 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201209171326.59169.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 17 Sep 2012 13:27:00 -0400 (EDT) Cc: Subject: [PATCH] Locking for adv(4), adw(4), aha(4), ahb(4), aic(4), and bt(4) 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: Mon, 17 Sep 2012 17:27:00 -0000 I have patches to add locking to the adv(4), adw(4), aha(4), ahb(4), aic(4), and bt(4) drivers so that they no longer use Giant. I would appreciate any testing folks are able to do. The patches are against HEAD but should apply to 8 or 9. Make sure you have INVARIANTS and INVARIANT_SUPPORT enabled for any initial testing that you do. Thanks! http://www.FreeBSD.org/~jhb/patches/adv_locking.patch http://www.FreeBSD.org/~jhb/patches/adw_locking.patch http://www.FreeBSD.org/~jhb/patches/aha_locking.patch http://www.FreeBSD.org/~jhb/patches/ahb_locking.patch http://www.FreeBSD.org/~jhb/patches/aic_locking.patch http://www.FreeBSD.org/~jhb/patches/bt_locking.patch -- John Baldwin