svn commit: r323782 - head/sys/dev/qlxgbe

2017-09-19 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 19 23:26:27 2017 New Revision: 323782 URL: https://svnweb.freebsd.org/changeset/base/323782 Log: Add sysctl "enable_minidump" to turn on/off automatic minidump retrieval MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_def.h head/sys/dev/qlxgbe/ql_os.c

svn commit: r323781 - head/sys/dev/qlxgbe

2017-09-19 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 19 22:17:30 2017 New Revision: 323781 URL: https://svnweb.freebsd.org/changeset/base/323781 Log: Update minidump template for version 5.4.66 MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_minidump.c Modified: head/sys/dev/qlxgbe/ql_minidump.c

svn commit: r323783 - in head/sys/fs: nfs nfsclient

2017-09-19 Thread Rick Macklem
Author: rmacklem Date: Tue Sep 19 23:28:22 2017 New Revision: 323783 URL: https://svnweb.freebsd.org/changeset/base/323783 Log: Make the nfsrpc_layoutget() function a static. Make the NFSv4 pNFS client function nfsrpc_layoutget() a static, since it is only used in

svn commit: r323784 - head/sys/arm/include

2017-09-19 Thread Olivier Houchard
Author: cognet Date: Tue Sep 19 23:41:55 2017 New Revision: 323784 URL: https://svnweb.freebsd.org/changeset/base/323784 Log: Define CPU_XSCALE_CORE3 when relevant. It was lost when cpuconf.h was deobirted. Modified: head/sys/arm/include/pmap-v4.h Modified: head/sys/arm/include/pmap-v4.h

svn commit: r323732 - stable/11/sys/x86/x86

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:18:22 2017 New Revision: 323732 URL: https://svnweb.freebsd.org/changeset/base/323732 Log: MFC r319212: fix indentation Modified: stable/11/sys/x86/x86/identcpu.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/x86/x86/identcpu.c

svn commit: r323733 - stable/10/sys/x86/x86

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:19:27 2017 New Revision: 323733 URL: https://svnweb.freebsd.org/changeset/base/323733 Log: MFC r319212: fix indentation Modified: stable/10/sys/x86/x86/identcpu.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/x86/x86/identcpu.c

svn commit: r323742 - stable/10/sys/dev/jedec_ts

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:29:53 2017 New Revision: 323742 URL: https://svnweb.freebsd.org/changeset/base/323742 Log: MFC r320266: jedec_ts: add support for devices manufactured by IDT Full manufacturer name is Integrated Device Technology, Inc. Supported devices include TSE2002B3C

svn commit: r323744 - stable/10/contrib/tcp_wrappers

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:34:13 2017 New Revision: 323744 URL: https://svnweb.freebsd.org/changeset/base/323744 Log: MFC r320151: remove bogus declaration of malloc from tcp_wrappers The declaration was already inactive when INET6 was enabled and it causes a build error in the

svn commit: r323743 - stable/11/contrib/tcp_wrappers

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:34:03 2017 New Revision: 323743 URL: https://svnweb.freebsd.org/changeset/base/323743 Log: MFC r320151: remove bogus declaration of malloc from tcp_wrappers The declaration was already inactive when INET6 was enabled and it causes a build error in the

svn commit: r323747 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:43:45 2017 New Revision: 323747 URL: https://svnweb.freebsd.org/changeset/base/323747 Log: MFC r321471: spa_import_rootpool should be able to handle an imported root pool That is required to support reboot -r with a new root filesystem being on an already

svn commit: r323749 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:54:41 2017 New Revision: 323749 URL: https://svnweb.freebsd.org/changeset/base/323749 Log: MFC r322233: MFV r322232: 8426 mark immutable buffer arguments as such in abd.h illumos/illumos-gate@9b195260e22529ac0e2580faaf89402420589c1c

svn commit: r323728 - head/sys/dev/hyperv/netvsc

2017-09-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Sep 19 06:38:57 2017 New Revision: 323728 URL: https://svnweb.freebsd.org/changeset/base/323728 Log: hyperv/hn: Fix MTU setting - Add size of an ethernet header to the value configured to NVS. This does not seem to have any effects if MTU is 1500, but fix

svn commit: r323746 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:43:16 2017 New Revision: 323746 URL: https://svnweb.freebsd.org/changeset/base/323746 Log: MFC r321471: spa_import_rootpool should be able to handle an imported root pool That is required to support reboot -r with a new root filesystem being on an already

svn commit: r323748 - in stable/11: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:53:13 2017 New Revision: 323748 URL: https://svnweb.freebsd.org/changeset/base/323748 Log: MFC r36: MFV r33: 8378 crash due to bp in-memory modification of nopwrite block illumos/illumos-gate@b7edcb940884114e61382937505433c4c38c0278

svn commit: r323750 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:57:19 2017 New Revision: 323750 URL: https://svnweb.freebsd.org/changeset/base/323750 Log: MFC r322237: MFV r322236: 8126 ztest assertion failed in dbuf_dirty due to dn_nlevels changing illumos/illumos-gate@dcb6872c565819ac88acbc2ece999ef241c8b982

svn commit: r323754 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:07:51 2017 New Revision: 323754 URL: https://svnweb.freebsd.org/changeset/base/323754 Log: MFC r32: MFV r31: 7910 l2arc_write_buffers() may write beyond target_sz FreeBD note: the essence of this change was committed to FreeBSD in r314274. This

svn commit: r323738 - stable/11/tools/tools/nanobsd/embedded

2017-09-19 Thread Nick Hibma
Author: n_hibma Date: Tue Sep 19 07:56:24 2017 New Revision: 323738 URL: https://svnweb.freebsd.org/changeset/base/323738 Log: MFC 323197: Bug fix: Don't treat NANO_IMAGES as a directory. This was accidentally broken in r295377 . Submitted by: Igor Serikov

svn commit: r323739 - stable/10/usr.sbin/bhyveload

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:19:20 2017 New Revision: 323739 URL: https://svnweb.freebsd.org/changeset/base/323739 Log: MFV r320195: bhyveload: correctly query size of disks On FreeBSD fstat(2) works fine for querying sizes of plain files, but not so much for character devices. So,

svn commit: r323740 - stable/11/usr.sbin/bhyveload

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:19:47 2017 New Revision: 323740 URL: https://svnweb.freebsd.org/changeset/base/323740 Log: MFV r320195: bhyveload: correctly query size of disks On FreeBSD fstat(2) works fine for querying sizes of plain files, but not so much for character devices. So,

svn commit: r323755 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:11:07 2017 New Revision: 323755 URL: https://svnweb.freebsd.org/changeset/base/323755 Log: MFC r38: MFV r37: 8377 Panic in bookmark deletion illumos/illumos-gate@42418f9e73f0d007aa87675ecc206c26fc8e073e

svn commit: r323759 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:26:13 2017 New Revision: 323759 URL: https://svnweb.freebsd.org/changeset/base/323759 Log: MFC r322241: MFV r322240: 8491 uberblock on-disk padding to reserve space for smoothly merging zpool checkpoint & MMP in ZFS

svn commit: r323734 - in stable/11/cddl: contrib/opensolaris/cmd/dtrace/test/tst/common/aggs usr.sbin/dtrace/tests/common/aggs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:31:21 2017 New Revision: 323734 URL: https://svnweb.freebsd.org/changeset/base/323734 Log: MFC r319746,r319747,r319769: 8269 dtrace stddev aggregation is normalized incorrectly illumos/illumos-gate@79809f9cf402f130667349b2d4007ecd65d63c6f

svn commit: r323736 - stable/11/sys/cam/ata

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:39:32 2017 New Revision: 323736 URL: https://svnweb.freebsd.org/changeset/base/323736 Log: MFV r318962: Allow PROBE_SPINUP to fail in CAM ATA transport The motivation for this is two-fold. 1. Some old WD SATA disks may appear as if they need to be spun

svn commit: r323737 - stable/10/sys/cam/ata

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:39:39 2017 New Revision: 323737 URL: https://svnweb.freebsd.org/changeset/base/323737 Log: MFV r318962: Allow PROBE_SPINUP to fail in CAM ATA transport The motivation for this is two-fold. 1. Some old WD SATA disks may appear as if they need to be spun

svn commit: r323745 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:39:54 2017 New Revision: 323745 URL: https://svnweb.freebsd.org/changeset/base/323745 Log: MFC r320352: zfs: port vdev_file part of illumos change 3306 3306 zdb should be able to issue reads in parallel

svn commit: r323752 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:02:26 2017 New Revision: 323752 URL: https://svnweb.freebsd.org/changeset/base/323752 Log: MFC r322239: MFV r322238: 7915 checks in l2arc_evict could use some cleaning up illumos/illumos-gate@267ae6c3a88d2fc39276af66caafa978b0935b82

svn commit: r323756 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:15:07 2017 New Revision: 323756 URL: https://svnweb.freebsd.org/changeset/base/323756 Log: MFC r38: MFV r37: 8377 Panic in bookmark deletion illumos/illumos-gate@42418f9e73f0d007aa87675ecc206c26fc8e073e

svn commit: r323753 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:04:29 2017 New Revision: 323753 URL: https://svnweb.freebsd.org/changeset/base/323753 Log: MFC r322234: zfs: no need for __DECONST after abd constification in r322233 Note that vdev_label_write_pad2() is FreeBSD specific. Modified:

svn commit: r323758 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:23:39 2017 New Revision: 323758 URL: https://svnweb.freebsd.org/changeset/base/323758 Log: MFC r322241: MFV r322240: 8491 uberblock on-disk padding to reserve space for smoothly merging zpool checkpoint & MMP in ZFS

svn commit: r323741 - stable/11/sys/dev/jedec_ts

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:29:08 2017 New Revision: 323741 URL: https://svnweb.freebsd.org/changeset/base/323741 Log: MFC r320266: jedec_ts: add support for devices manufactured by IDT Full manufacturer name is Integrated Device Technology, Inc. Supported devices include TSE2002B3C

svn commit: r323757 - in stable/11: cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzfs_core/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/openso...

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:19:19 2017 New Revision: 323757 URL: https://svnweb.freebsd.org/changeset/base/323757 Log: MFC r322230: MFV r39: 7600 zfs rollback should pass target snapshot to kernel illumos/illumos-gate@77b171372ed21642e04c873ef1e87fe2365520df

svn commit: r323777 - head/sys/arm/xscale/i8134x

2017-09-19 Thread Olivier Houchard
Author: cognet Date: Tue Sep 19 20:33:22 2017 New Revision: 323777 URL: https://svnweb.freebsd.org/changeset/base/323777 Log: i81342 is little endian, not big endian. Modified: head/sys/arm/xscale/i8134x/std.i81342 Modified: head/sys/arm/xscale/i8134x/std.i81342

svn commit: r323776 - head/sys/netinet

2017-09-19 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 19 20:24:13 2017 New Revision: 323776 URL: https://svnweb.freebsd.org/changeset/base/323776 Log: Fix a warning. MFC after:1 week Modified: head/sys/netinet/sctp_input.c Modified: head/sys/netinet/sctp_input.c

Re: svn commit: r323778 - in head/sys: arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-19 Thread Nathan Whitehorn
Please remember that not all "GENERIC" kernels are named "GENERIC". In particular, the powerpc64 "GENERIC" is called "GENERIC64" (and I am assuming needs the same changes). -Nathan On 09/19/17 13:40, Josh Paetzel wrote: Author: jpaetzel Date: Tue Sep 19 20:40:05 2017 New Revision: 323778 URL:

svn commit: r323774 - head/sys/netinet

2017-09-19 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 19 20:09:58 2017 New Revision: 323774 URL: https://svnweb.freebsd.org/changeset/base/323774 Log: Avoid an overflow when computing the staleness. This issue was found by running libfuzz on the userland stack. MFC after:1 week Modified:

svn commit: r323775 - in head/sys/fs: nfs nfsclient

2017-09-19 Thread Rick Macklem
Author: rmacklem Date: Tue Sep 19 20:18:41 2017 New Revision: 323775 URL: https://svnweb.freebsd.org/changeset/base/323775 Log: Simplify nfsrpc_layoutcommit() args. Simplify nfsrpc_layoutcommit() args. in preparation for the addition of Flex File layout support, since it also uses a 0

svn commit: r323778 - in head/sys: arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-19 Thread Josh Paetzel
Author: jpaetzel Date: Tue Sep 19 20:40:05 2017 New Revision: 323778 URL: https://svnweb.freebsd.org/changeset/base/323778 Log: Fix indentation for r323068 PR: 220170 Reported by: lidl MFC after:3 days Pointyhat to: jpaetzel Modified: head/sys/arm64/conf/GENERIC

svn commit: r323780 - in head/sys/fs: nfs nfsclient

2017-09-19 Thread Rick Macklem
Author: rmacklem Date: Tue Sep 19 21:31:36 2017 New Revision: 323780 URL: https://svnweb.freebsd.org/changeset/base/323780 Log: Add a new function called nfsm_uiombuflist(), similar to nfsm_uiombuf(). This patch adds a new function called nfsm_uiombuflist(), which is similar to

svn commit: r323779 - in head/sys/fs: nfs nfsclient

2017-09-19 Thread Rick Macklem
Author: rmacklem Date: Tue Sep 19 20:45:25 2017 New Revision: 323779 URL: https://svnweb.freebsd.org/changeset/base/323779 Log: Simplify nfsrpc_layoutreturn() args. Simplify nfsrpc_layoutreturn() args. in preparation for the addition of Flex File layout support, since File layout uses a

svn commit: r323760 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:35:07 2017 New Revision: 323760 URL: https://svnweb.freebsd.org/changeset/base/323760 Log: MFC r323435: MFV r323111: 8569 problem with inline functions in abd.h illumos/illumos-gate@37e84ab74e939caf52150fc3352081786ecc0c29

svn commit: r323761 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:39:48 2017 New Revision: 323761 URL: https://svnweb.freebsd.org/changeset/base/323761 Log: MFC r323482: zfs_ctldir: remove obsolete / bogus ARGSUSED lint directives None of the tagged functions had unused parameters. Modified:

svn commit: r323786 - head/sys/net

2017-09-19 Thread Alan Cox
Author: alc Date: Wed Sep 20 04:59:52 2017 New Revision: 323786 URL: https://svnweb.freebsd.org/changeset/base/323786 Log: In r288122, we changed vm_page_unwire() so that it returns a Boolean indicating whether the page's wire count transitioned to zero. Use that return value in

svn commit: r323762 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 12:43:47 2017 New Revision: 323762 URL: https://svnweb.freebsd.org/changeset/base/323762 Log: MFC r323482: zfs_ctldir: remove obsolete / bogus ARGSUSED lint directives None of the tagged functions had unused parameters. Modified:

svn commit: r323729 - head/sys/dev/hyperv/netvsc

2017-09-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Sep 19 06:46:00 2017 New Revision: 323729 URL: https://svnweb.freebsd.org/changeset/base/323729 Log: hyperv/hn: Incease max supported MTU MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D12365 Modified:

svn commit: r323735 - in stable/10/cddl: contrib/opensolaris/cmd/dtrace/test/tst/common/aggs usr.sbin/dtrace/tests/common/aggs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:31:53 2017 New Revision: 323735 URL: https://svnweb.freebsd.org/changeset/base/323735 Log: MFC r319746,r319747,r319769: 8269 dtrace stddev aggregation is normalized incorrectly illumos/illumos-gate@79809f9cf402f130667349b2d4007ecd65d63c6f

svn commit: r323751 - stable/11/cddl/contrib/opensolaris/lib/libzfs/common

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:59:11 2017 New Revision: 323751 URL: https://svnweb.freebsd.org/changeset/base/323751 Log: MFC r322218: MFV r322217: 8418 zfs_prop_get_table() call in zfs_validate_name() is a no-op illumos/illumos-gate@e09ba01dcda5e24964b8632718777b39166d86e4

svn commit: r323727 - head/sys/dev/hyperv/netvsc

2017-09-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Sep 19 06:29:38 2017 New Revision: 323727 URL: https://svnweb.freebsd.org/changeset/base/323727 Log: hyperv/hn: Apply VF's RSS setting Since in Azure SYN and SYN|ACK go through the synthetic parts while the rest of the same TCP flow goes through the VF, apply VF's

svn commit: r323768 - in head/sys: kern vm

2017-09-19 Thread Konstantin Belousov
Author: kib Date: Tue Sep 19 16:46:37 2017 New Revision: 323768 URL: https://svnweb.freebsd.org/changeset/base/323768 Log: For unlinked files, do not msync(2) or sync on the vnode deactivation. One consequence of the patch is that msyncing unlinked file mappings no longer reduces the

svn commit: r323769 - head/sys/kern

2017-09-19 Thread Konstantin Belousov
Author: kib Date: Tue Sep 19 16:49:45 2017 New Revision: 323769 URL: https://svnweb.freebsd.org/changeset/base/323769 Log: Do not vrele() covered vnode under the mp mutex. If vrele() changes the hold count to zero, it needs to acquire the vnode lock. Sponsored by: The FreeBSD

svn commit: r323770 - in stable/11/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-19 Thread Josh Paetzel
Author: jpaetzel Date: Tue Sep 19 16:51:51 2017 New Revision: 323770 URL: https://svnweb.freebsd.org/changeset/base/323770 Log: MFC: 323068 Allow kldload tcpmd5 PR: 220170 Modified: stable/11/sys/amd64/conf/GENERIC stable/11/sys/arm64/conf/GENERIC

svn commit: r323767 - head/share/misc

2017-09-19 Thread Eugene Grosbein
Author: eugen (ports committer) Date: Tue Sep 19 16:38:54 2017 New Revision: 323767 URL: https://svnweb.freebsd.org/changeset/base/323767 Log: Add myself and mentorship status to committers files. This was not done right when I got my ports bit, so do them both in one commit: my ports

svn commit: r323763 - head/sys/netinet

2017-09-19 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 19 15:00:19 2017 New Revision: 323763 URL: https://svnweb.freebsd.org/changeset/base/323763 Log: Remove a no longer used variable. Reported by: Felix Weinrank MFC after:1 week Modified: head/sys/netinet/sctp_indata.c Modified:

svn commit: r323764 - head/sbin/geom/class/part

2017-09-19 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Tue Sep 19 15:08:31 2017 New Revision: 323764 URL: https://svnweb.freebsd.org/changeset/base/323764 Log: Provide an articulate example of how to properly delete partitions and partitioning scheme. Users often get confused and frustrated when trying

svn commit: r323765 - releng/10.4/release/doc/en_US.ISO8859-1/relnotes

2017-09-19 Thread Glen Barber
Author: gjb Date: Tue Sep 19 15:39:47 2017 New Revision: 323765 URL: https://svnweb.freebsd.org/changeset/base/323765 Log: Wordsmith entries for r318430 and r313433 for clarification. Submitted by: rpokala Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r323772 - in head/sys: amd64/amd64 i386/i386

2017-09-19 Thread Konstantin Belousov
Author: kib Date: Tue Sep 19 17:57:04 2017 New Revision: 323772 URL: https://svnweb.freebsd.org/changeset/base/323772 Log: Do not do torn writes to active LDTs. Care must be taken when updating the active LDT, since parallel threads might try to load a segment descriptor which is

svn commit: r323785 - head/sys/riscv/riscv

2017-09-19 Thread Alan Cox
Author: alc Date: Wed Sep 20 04:19:49 2017 New Revision: 323785 URL: https://svnweb.freebsd.org/changeset/base/323785 Log: Sync with amd64/arm/arm64/i386/mips pmap change r288256: Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't belong to a vm object, they can't