From owner-freebsd-stable@FreeBSD.ORG Sun May 15 22:49:53 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5287F106564A for ; Sun, 15 May 2011 22:49:53 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.39]) by mx1.freebsd.org (Postfix) with ESMTP id E5C2A8FC17 for ; Sun, 15 May 2011 22:49:52 +0000 (UTC) Received: (qmail 26603 invoked from network); 15 May 2011 22:49:52 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 May 2011 22:49:52 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 1C67B50822; Sun, 15 May 2011 18:49:45 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 96B1E39843; Sun, 15 May 2011 18:49:44 -0400 (EDT) From: Lowell Gilbert To: Rick Macklem References: <1937391434.347889.1305459865609.JavaMail.root@erie.cs.uoguelph.ca> Date: Sun, 15 May 2011 18:49:44 -0400 In-Reply-To: <1937391434.347889.1305459865609.JavaMail.root@erie.cs.uoguelph.ca> (Rick Macklem's message of "Sun, 15 May 2011 07:44:25 -0400 (EDT)") Message-ID: <44tycv4m0n.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Stable , Jeremy Chadwick Subject: Re: Heads up: you'll need to do a fresh "config KERNEL" etc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 15 May 2011 22:49:53 -0000 Rick Macklem writes: >> On Sat, May 14, 2011 at 08:05:41PM -0400, Rick Macklem wrote: >> > Just a heads up that after a commit going into stable/8 in a few >> > minutes, you'll need to do a fresh kernel build, starting at >> > "config GENERIC", including rebuilding the NFS related modules. >> >> Rick, >> >> Can you explain why a kernel reconfig would be required if the >> kernel configuration (e.g. GENERIC) hasn't been changed? >> >> http://www.freshbsd.org/?branch=RELENG_8&project=freebsd >> >> Possibly the commit site doesn't have the most recent commits? >> >> I guess what I'm asking is: why is a kernel reconfig required if only >> the NFS code itself changed? A buildworld/buildkernel should be >> sufficient, no? >> > The commit moved the files used for a diskless root NFS from sys/nfsclient > to sys/nfs. As such, sys/conf/files has changed and, therefore, fresh > kernel Makefiles need to be built. I thought that "config KERNEL" is what > does that, but if buildkernel does, then "config KERNEL" isn't needed. It does by default, but the heads-up is still appreciated.