From owner-cvs-src-old@FreeBSD.ORG Sun Jun 7 20:51:39 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 796BD106574F for ; Sun, 7 Jun 2009 20:51:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B051F8FC21 for ; Sun, 7 Jun 2009 20:51:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n57KpcEd092593 for ; Sun, 7 Jun 2009 20:51:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n57Kpc41092592 for cvs-src-old@freebsd.org; Sun, 7 Jun 2009 20:51:38 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200906072051.n57Kpc41092592@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 7 Jun 2009 20:51:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/rpc svc_auth.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 20:51:40 -0000 rwatson 2009-06-07 20:51:31 UTC FreeBSD src repository Modified files: sys/rpc svc_auth.c Log: SVN rev 193650 on 2009-06-07 20:51:31Z by rwatson Add a temporary workaround for panics being seen on NFS servers with ZFS, where an improperly initialized prison field could lead to a panic. This is not the correct solution, since it fails to address similar problems for both AUDIT and MAC, which also rely on properly initialized credentials, but should reduce panic reports while we work that out. Reported by: ps, kan, others Revision Changes Path 1.3 +3 -0 src/sys/rpc/svc_auth.c