From owner-cvs-all Sat Oct 5 13:27:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E1B337B401; Sat, 5 Oct 2002 13:27:36 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4045A43E6A; Sat, 5 Oct 2002 13:27:34 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g95KR6Oo099942; Sat, 5 Oct 2002 16:27:06 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 5 Oct 2002 16:27:05 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_acct.c In-Reply-To: <200210052005.g95K5NoM062445@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Note: this does not fix the WITNESS warning due to calling limcopy() while holding the accounting mutex. FWIW, the process limit "exemption" used to avoid limits from affecting the accounting code is bogus in a post-KSE world. It's not clear to me quite what the right fix is for that scenario--it also affects quota files and extended attributes on UFS1, and probably some other "write on behalf of" scenarios. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sat, 5 Oct 2002, Robert Watson wrote: > rwatson 2002/10/05 13:05:23 PDT > > Modified files: > sys/kern kern_acct.c > Log: > Make sure that the accounting credential is saved along with the vp > when accounting is suspended--otherwise when accounting is restored, > we may incorrectly assume the credential is valid. > > Panics experienced by: juli > > Revision Changes Path > 1.52 +1 -0 src/sys/kern/kern_acct.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message