From owner-svn-src-all@FreeBSD.ORG Sun Oct 24 13:46:36 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB294106566C for ; Sun, 24 Oct 2010 13:46:36 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from fep34.mx.upcmail.net (fep34.mx.upcmail.net [62.179.121.52]) by mx1.freebsd.org (Postfix) with ESMTP id 10DE08FC13 for ; Sun, 24 Oct 2010 13:46:35 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep18-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20101024132910.YJNV1424.viefep18-int.chello.at@edge04.upcmail.net> for ; Sun, 24 Oct 2010 15:29:10 +0200 Received: from pinky ([213.46.23.80]) by edge04.upcmail.net with edge id NdV71f02f1jgp3H04dV8kb; Sun, 24 Oct 2010 15:29:09 +0200 X-SourceIP: 213.46.23.80 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: svn-src-all@freebsd.org References: <201010220846.o9M8kMEo020056@svn.freebsd.org> Date: Sun, 24 Oct 2010 15:29:10 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.63 (Win32) X-Cloudmark-Analysis: v=1.1 cv=kR1739jI04gsLPPBAx/k25XPeS1fzQof9TaPDYrpM2k= c=1 sm=0 a=1GZMQFKa5poA:10 a=bgpUlknNv7MA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=jYRlTTsP19nFC9T2o6kA:9 a=nC5fjfFcU4KvLO5kpnkA:7 a=XzbtGanPI6_hWmDhXsHYYGUTSFYA:4 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Subject: Re: svn commit: r214199 - stable/8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 13:46:36 -0000 On Sat, 23 Oct 2010 12:05:00 +0200, Robert Watson wrote: > > On Fri, 22 Oct 2010, Andriy Gapon wrote: > >> +20101022: >> + A workaround for a fixed ld bug has been removed in kernel code, >> + so make sure that your system ld is built from sources after >> + revision 211583 (r210245 if building stable/8 kernel on head, >> + r211584 for stable/7). A symptom of incorrect ld version is >> + different addresses for set_pcpu section and __start_set_pcpu >> + symbol in kernel and/or modules. > > Since many of our users still rely on cvsup to update FreeBSD source, it > might be useful to provide rough date thresholds for the branches in > addition to the Subversion changeset numbers (which are less easy to > deal with when checking out with cvsup/cvs). > > Thanks! > > Robert As a non-freebsd developer is there an advantage to do svn checkout in stead of c(v)sup? Ronald.