From owner-svn-src-releng@freebsd.org Thu Jun 29 23:56:51 2017 Return-Path: Delivered-To: svn-src-releng@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 C1614DA84F9; Thu, 29 Jun 2017 23:56:51 +0000 (UTC) (envelope-from gjb@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 862A3787C6; Thu, 29 Jun 2017 23:56:51 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5TNuoL5076761; Thu, 29 Jun 2017 23:56:50 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5TNuojd076759; Thu, 29 Jun 2017 23:56:50 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201706292356.v5TNuojd076759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 29 Jun 2017 23:56:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r320486 - in releng/11.1/sys: conf sys X-SVN-Group: releng X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in releng/11.1/sys: conf sys X-SVN-Commit-Revision: 320486 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2017 23:56:51 -0000 Author: gjb Date: Thu Jun 29 23:56:50 2017 New Revision: 320486 URL: https://svnweb.freebsd.org/changeset/base/320486 Log: - Copy stable/11@r320475 to releng/11.1 as part of the 11.1-RELEASE cycle. - Prune svn:mergeinfo from the new branch. - Bump __FreeBSD_version. - Rename releng/11.1 to RC1. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Added: - copied from r320475, stable/11/ Directory Properties: releng/11.1/ (props changed) Modified: releng/11.1/sys/conf/newvers.sh releng/11.1/sys/sys/param.h Modified: releng/11.1/sys/conf/newvers.sh ============================================================================== --- stable/11/sys/conf/newvers.sh Thu Jun 29 17:34:48 2017 (r320475) +++ releng/11.1/sys/conf/newvers.sh Thu Jun 29 23:56:50 2017 (r320486) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.1" -BRANCH="BETA3" +BRANCH="RC1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/11.1/sys/sys/param.h ============================================================================== --- stable/11/sys/sys/param.h Thu Jun 29 17:34:48 2017 (r320475) +++ releng/11.1/sys/sys/param.h Thu Jun 29 23:56:50 2017 (r320486) @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1100514 /* Master, propagated to newvers */ +#define __FreeBSD_version 1101000 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, From owner-svn-src-releng@freebsd.org Fri Jun 30 19:22:36 2017 Return-Path: Delivered-To: svn-src-releng@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 86D56D98E40; Fri, 30 Jun 2017 19:22:36 +0000 (UTC) (envelope-from gjb@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 61F6B79D0F; Fri, 30 Jun 2017 19:22:36 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5UJMZGp075229; Fri, 30 Jun 2017 19:22:35 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UJMZ2M075224; Fri, 30 Jun 2017 19:22:35 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201706301922.v5UJMZ2M075224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 30 Jun 2017 19:22:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r320505 - in releng/11.1/release/doc: en_US.ISO8859-1/errata en_US.ISO8859-1/readme en_US.ISO8859-1/relnotes share/xml X-SVN-Group: releng X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in releng/11.1/release/doc: en_US.ISO8859-1/errata en_US.ISO8859-1/readme en_US.ISO8859-1/relnotes share/xml X-SVN-Commit-Revision: 320505 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 19:22:36 -0000 Author: gjb Date: Fri Jun 30 19:22:35 2017 New Revision: 320505 URL: https://svnweb.freebsd.org/changeset/base/320505 Log: release.ent: - Update versions, and switch from 'snapshot' to 'release'. errata/article.xml: - Prune stale entries from 11.0-RELEASE. - Bump copyright date. relnotes/article.xml: - Remove several empty sections. readme/article.xml: - Fix a malformed URL. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/11.1/release/doc/en_US.ISO8859-1/errata/article.xml releng/11.1/release/doc/en_US.ISO8859-1/readme/article.xml releng/11.1/release/doc/en_US.ISO8859-1/relnotes/article.xml releng/11.1/release/doc/share/xml/release.ent Modified: releng/11.1/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- releng/11.1/release/doc/en_US.ISO8859-1/errata/article.xml Fri Jun 30 17:45:51 2017 (r320504) +++ releng/11.1/release/doc/en_US.ISO8859-1/errata/article.xml Fri Jun 30 19:22:35 2017 (r320505) @@ -23,7 +23,7 @@ $FreeBSD$ - 2016 + 2017 The &os; Documentation Project @@ -95,17 +95,6 @@ - An issue was discovered with Amazon® EC2™ - images which would cause the virtual machine to hang during - boot when upgrading from previous FreeBSD versions. New - EC2™ installations are not affected, but existing - installations running earlier releases are advised to wait - until the issue is resolved in an Errata Notice before - upgrading. An Errata Notice to address this is planned - following the release. - - - &os;/&arch.i386; installed on ZFS may crash during boot when the ZFS pool mount is attempted while booting an unmodified GENERIC kernel. @@ -131,111 +120,10 @@ boot - A bug was diagnosed in interaction of the - pmap_activate() function and - TLB shootdown IPI - handler on amd64 systems which have PCID - features but do not implement the INVPCID - instruction. On such machines, such as SandyBridge™ - and IvyBridge™ microarchitectures, set the loader - tunable vm.pmap.pcid_enabled=0 during - boot: - - set vm.pmap.pcid_enabled=0 -boot - - Add this line to - /boot/loader.conf for the change to - persist across reboots: - - To check if the system is affected, check - &man.dmesg.8; for PCID listed in the - "Features2", and absence of - INVPCID in the "Structured Extended - Features". If the PCID feature is - not present, or INVPCID is present, - system is not affected. - - vm.pmap.pcid_enabled=0 - - - - The Release Notes erroneously states the - WITH_SYSTEM_COMPILER &man.src.conf.5; - option is enabled by default, however this was disabled - prior to the final release build. - - - - The release announcement stated "Wireless support - for 802.11n has been added." This was intended to - state "Wireless support for 802.11n has been added for - additional wireless network drivers." - - - - Some release notes pertaining to the Cavium ThunderX - platform (the &os;/&arch.arm64; reference platform) were - omitted: - - - - Support for the Cavium Virtualized - NIC ethernet driver has been added. - - - - Support for the GICv3 and ITS device - drivers has been added. - - - - Support for PCI Enhanced Allocation - support has been added. - - - - - - [2016-10-20] Several recent Dell - systems fail to find a bootable disk when the system boots - in Legacy/BIOS/CSM mode, the boot disk is partitioned with - GPT, and the Active flag in the - Protective MBR is not set. To work - around this issue, either configure the system to boot in - UEFI mode, or choose the "GPT - + Active" scheme. - - - - [2016-10-21] Support for sha512 and - skein checksumming has been added to the - ZFS filesystem. This was not mentioned - in the release notes. - - Systems being upgraded from earlier &os; releases with - ZFS will see a message in zpool - status output noting the pool is not at the - latest version, and some features may not be enabled. - Additional instructions on how to update - ZFS pools to the latest version and - update the boot blocks for all boot drives in the pool will - also be provided in the output. - - This information is also documented in - /usr/src/UPDATING, which is included if - the src component is selected during - installation. - - - - [2016-10-21] The size of the GPT - enabled ZFS boot blocks + The size of the GPT enabled + ZFS boot blocks (/boot/gptzfsboot) has increased past - 64K. Systems upgraded from older releases may experience + 82K. Systems upgraded from older releases may experience a problem where the size of the existing "freebsd-boot" partition is too small to hold the new gptzfsboot. @@ -249,16 +137,15 @@ boot - [2016-10-21] Due to a bug in earlier versions of - &man.clang.1; that is difficult to work around in the - upgrade process, to upgrade the system from sources via - buildworld to -CURRENT or &release;, it is necessary to - upgrade machines running 9.x to at least revision r286035, - or machines running 10.x to revision r286033. Source-based - upgrades from 10.3-RELEASE are not affected. This differs - from the historical situation where one could generally - upgrade from anywhere on earlier stable branches, so caution - should be exercised. + Due to a bug in earlier versions of &man.clang.1; that + is difficult to work around in the upgrade process, to + upgrade the system from sources via buildworld to -CURRENT + or &release;, it is necessary to upgrade machines running + 10.x to revision r286033. Source-based upgrades from + 10.3-RELEASE are not affected. This differs from the + historical situation where one could generally upgrade from + anywhere on earlier stable branches, so caution should be + exercised. Modified: releng/11.1/release/doc/en_US.ISO8859-1/readme/article.xml ============================================================================== --- releng/11.1/release/doc/en_US.ISO8859-1/readme/article.xml Fri Jun 30 17:45:51 2017 (r320504) +++ releng/11.1/release/doc/en_US.ISO8859-1/readme/article.xml Fri Jun 30 19:22:35 2017 (r320505) @@ -362,8 +362,9 @@ consulted as the current errata for this release. These other copies of the errata are located at &url.base;/releases/ - (as well as any sites which keep up-to-date mirrors of this + xlink:href="&url.base;/releases/">&os; &release.current; + page (as well as any sites which keep up-to-date + mirrors of this location). Modified: releng/11.1/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- releng/11.1/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri Jun 30 17:45:51 2017 (r320504) +++ releng/11.1/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri Jun 30 19:22:35 2017 (r320505) @@ -795,12 +795,6 @@ This section covers changes and additions to file systems and other storage subsystems, both local and networked. - - General Storage - -   - - Networked Storage @@ -828,12 +822,6 @@ &man.loader.conf.5;, whereas vfs.zfs.debug_flags could not. - - - <literal>geom(4)</literal> - -   - @@ -853,12 +841,6 @@ EFI loader has been updated to support TFTPFS, providing netboot support without requiring an NFS server. - - - - Boot Menu Changes - -   Modified: releng/11.1/release/doc/share/xml/release.ent ============================================================================== --- releng/11.1/release/doc/share/xml/release.ent Fri Jun 30 17:45:51 2017 (r320504) +++ releng/11.1/release/doc/share/xml/release.ent Fri Jun 30 19:22:35 2017 (r320505) @@ -6,7 +6,7 @@ - + - + - + - + @@ -37,10 +37,10 @@ or "release" --> - + - - + + From owner-svn-src-releng@freebsd.org Sat Jul 1 22:54:53 2017 Return-Path: Delivered-To: svn-src-releng@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 961A6D94A78; Sat, 1 Jul 2017 22:54:53 +0000 (UTC) (envelope-from kib@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 6064275BA8; Sat, 1 Jul 2017 22:54:53 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v61MsqfI059366; Sat, 1 Jul 2017 22:54:52 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v61MsquI059365; Sat, 1 Jul 2017 22:54:52 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201707012254.v61MsquI059365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Sat, 1 Jul 2017 22:54:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r320559 - releng/11.1/sys/vm X-SVN-Group: releng X-SVN-Commit-Author: kib X-SVN-Commit-Paths: releng/11.1/sys/vm X-SVN-Commit-Revision: 320559 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2017 22:54:53 -0000 Author: kib Date: Sat Jul 1 22:54:52 2017 New Revision: 320559 URL: https://svnweb.freebsd.org/changeset/base/320559 Log: MFC r320316: Do not try to unmark MAP_ENTRY_IN_TRANSITION marked by other thread. Approved by: re (gjb) Modified: releng/11.1/sys/vm/vm_map.c Directory Properties: releng/11.1/ (props changed) Modified: releng/11.1/sys/vm/vm_map.c ============================================================================== --- releng/11.1/sys/vm/vm_map.c Sat Jul 1 22:52:17 2017 (r320558) +++ releng/11.1/sys/vm/vm_map.c Sat Jul 1 22:54:52 2017 (r320559) @@ -2712,9 +2712,6 @@ done: } for (entry = first_entry; entry != &map->header && entry->start < end; entry = entry->next) { - if ((entry->eflags & MAP_ENTRY_WIRE_SKIPPED) != 0) - goto next_entry_done; - /* * If VM_MAP_WIRE_HOLESOK was specified, an empty * space in the unwired region could have been mapped @@ -2722,7 +2719,7 @@ done: * pages or draining MAP_ENTRY_IN_TRANSITION. * Moreover, another thread could be simultaneously * wiring this new mapping entry. Detect these cases - * and skip any entries marked as in transition by us. + * and skip any entries marked as in transition not by us. */ if ((entry->eflags & MAP_ENTRY_IN_TRANSITION) == 0 || entry->wiring_thread != curthread) { @@ -2730,6 +2727,9 @@ done: ("vm_map_wire: !HOLESOK and new/changed entry")); continue; } + + if ((entry->eflags & MAP_ENTRY_WIRE_SKIPPED) != 0) + goto next_entry_done; if (rv == KERN_SUCCESS) { if (user_wire)