From owner-cvs-all@FreeBSD.ORG Wed Oct 24 20:57:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A0F516A419; Wed, 24 Oct 2007 20:57:17 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 742EB13C4A7; Wed, 24 Oct 2007 20:57:17 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9OKvHaL065266; Wed, 24 Oct 2007 20:57:17 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9OKvHsV065265; Wed, 24 Oct 2007 20:57:17 GMT (envelope-from mlaier) Message-Id: <200710242057.l9OKvHsV065265@repoman.freebsd.org> From: Max Laier Date: Wed, 24 Oct 2007 20:57:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net pf_if.c pf_table.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 20:57:17 -0000 mlaier 2007-10-24 20:57:17 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_if.c pf_table.c Log: Properly drop the pf mutex around all copyout (consistency still protected by the sx) and avoid a WITNESS panic. Overlooked during last import. Reported and tested by: Max N. Boyarov MFC after: 3 days Revision Changes Path 1.12 +8 -0 src/sys/contrib/pf/net/pf_if.c 1.9 +1 -1 src/sys/contrib/pf/net/pf_table.c