From owner-svn-src-stable@FreeBSD.ORG Mon Oct 25 07:36:39 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6B0C106566B; Mon, 25 Oct 2010 07:36:39 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A53C68FC0C; Mon, 25 Oct 2010 07:36:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9P7adnr055140; Mon, 25 Oct 2010 07:36:39 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9P7ad6R055138; Mon, 25 Oct 2010 07:36:39 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <201010250736.o9P7ad6R055138@svn.freebsd.org> From: Andriy Gapon Date: Mon, 25 Oct 2010 07:36:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214323 - stable/8 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:36:39 -0000 Author: avg Date: Mon Oct 25 07:36:39 2010 New Revision: 214323 URL: http://svn.freebsd.org/changeset/base/214323 Log: add dates along with revision numbers in UPDATING entry for 20101022 This is a direct commit. Modified: stable/8/UPDATING Modified: stable/8/UPDATING ============================================================================== --- stable/8/UPDATING Mon Oct 25 07:30:14 2010 (r214322) +++ stable/8/UPDATING Mon Oct 25 07:36:39 2010 (r214323) @@ -18,8 +18,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. 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 + revision 211583 from 2010-08-21 (r210245 from 2010-07-19 if + building stable/8 kernel on head, r211584 from 2010-08-21 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.