From owner-freebsd-stable@FreeBSD.ORG Sat Jul 5 17:44:07 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC9C37B401; Sat, 5 Jul 2003 17:44:07 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCB643F3F; Sat, 5 Jul 2003 17:44:04 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h660hwdP014884; Sat, 5 Jul 2003 18:43:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 06 Jul 2003 09:43:55 +0900 (JST) Message-Id: <20030706.094355.92922990.imp@bsdimp.com> To: Tor.Egge@cvsup.no.freebsd.org From: "M. Warner Losh" In-Reply-To: <20030705152801D.tegge@cvsup.no.freebsd.org> References: <+MharcpC5IA$Ewil@lap.knigma.org> <20030630211657.GA2899@HAL9000.homeunix.com> <20030705152801D.tegge@cvsup.no.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: das@freebsd.org cc: freebsd-stable@freebsd.org cc: markk@knigma.org Subject: Re: Kernel core dump in recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 00:44:08 -0000 In message: <20030705152801D.tegge@cvsup.no.freebsd.org> Tor.Egge@cvsup.no.freebsd.org writes: : : > The only interesting commit I see in that range is Tor's process : > leader sharing work. Cc'ing him. : : That commit broke kernel modules depending on the layout of struct : proc. Since recompiling the kernel module isn't an option for third : party binary modules, the new p_fdtol variable should be moved to the : end of struct proc. this patch looks good to me. Warner