From owner-freebsd-arch Thu Apr 19 5:46: 3 2001 Delivered-To: freebsd-arch@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 6D34437B42C for ; Thu, 19 Apr 2001 05:45:58 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA01233; Thu, 19 Apr 2001 22:45:13 +1000 Date: Thu, 19 Apr 2001 22:44:12 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Peter Pentchev Cc: Matt Dillon , Alfred Perlstein , Terry Lambert , arch@FreeBSD.ORG Subject: Re: Found BAD BUG: squashed In-Reply-To: <20010419105902.B3605@ringworld.oblivion.bg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 19 Apr 2001, Peter Pentchev wrote: > Would there be any bad implications of upping cr_ref to 32-bit before 4.3? > Besides binary compatibility? (I know, I know.. recompiling third-party > kernel modules and all..) It's hard to tell with only 1 day to test :-). Non-bloatage of the struct makes bugs less obvious. If not all the modules are compiled, then some modules may provide (nonzero) garbage in the padding after cr_ref. This will be interpreted as a large refcount by new kernels and ucreds will never be freed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message