From owner-svn-src-head@freebsd.org Sat Jun 24 14:32:58 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFADDD9FAB1; Sat, 24 Jun 2017 14:32:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A63416E579; Sat, 24 Jun 2017 14:32:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5OEWvsA053479; Sat, 24 Jun 2017 14:32:57 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5OEWv7Q053478; Sat, 24 Jun 2017 14:32:57 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201706241432.v5OEWv7Q053478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Sat, 24 Jun 2017 14:32:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320310 - head X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jun 2017 14:32:59 -0000 Author: imp Date: Sat Jun 24 14:32:57 2017 New Revision: 320310 URL: https://svnweb.freebsd.org/changeset/base/320310 Log: Document that the dependencies aren't quite right for non-clean build. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jun 24 13:53:47 2017 (r320309) +++ head/UPDATING Sat Jun 24 14:32:57 2017 (r320310) @@ -51,17 +51,20 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ****************************** SPECIAL WARNING: ****************************** -20170620: - Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC - if you require the GPL compiler. - -20170619: +20170623: Forward compatibility for the "ino64" project have been committed. This will allow most new binaries to run on older kernels in a limited fashion. This prevents many of the common foot-shooting actions in the upgrade as well as the limited ability to roll back the kernel across the ino64 upgrade. Complicated use cases may not work properly, though - enough simpler ones work to allow recovery in most situations. + enough simpler ones work to allow recovery in most situations. There is an + issue with dependencies which may not properly rebuild everything needed + when doing a NO_CLEAN build. Removing *stat*o in lib/libc obj tree is + sufficient to avoid this issue. + +20170620: + Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC + if you require the GPL compiler. 20170618: The internal ABI used for communication between the NFS kernel modules