Date: Fri, 22 Oct 2010 08:46:22 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r214199 - stable/8 Message-ID: <201010220846.o9M8kMEo020056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Fri Oct 22 08:46:22 2010 New Revision: 214199 URL: http://svn.freebsd.org/changeset/base/214199 Log: add UPDATING entry for r214198: removed ld bug workaround This is a direct commit to the branch. Modified: stable/8/UPDATING Modified: stable/8/UPDATING ============================================================================== --- stable/8/UPDATING Fri Oct 22 08:42:44 2010 (r214198) +++ stable/8/UPDATING Fri Oct 22 08:46:22 2010 (r214199) @@ -15,6 +15,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +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. + 20100915: A new version of ZFS (version 15) has been merged. This version uses a python library for the following subcommands:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010220846.o9M8kMEo020056>