svn commit: r320181 - head/sys/vm

2017-06-20 Thread Alan Cox
Author: alc Date: Wed Jun 21 03:55:45 2017 New Revision: 320181 URL: https://svnweb.freebsd.org/changeset/base/320181 Log: Eliminate an unused macro. MFC after:3 days Modified: head/sys/vm/swap_pager.c Modified: head/sys/vm/swap_pager.c

svn commit: r320179 - head/sys/conf

2017-06-20 Thread Ed Maste
Author: emaste Date: Wed Jun 21 00:33:16 2017 New Revision: 320179 URL: https://svnweb.freebsd.org/changeset/base/320179 Log: add -znotext to kernel module link invocation ARM kernel modules require .text relocations (DT_TEXTREL) in shared object ouptut, which is not allowed by default

svn commit: r320178 - in head/sys/dev: ahci usb/controller

2017-06-20 Thread Alexander Motin
Author: mav Date: Wed Jun 21 00:30:57 2017 New Revision: 320178 URL: https://svnweb.freebsd.org/changeset/base/320178 Log: Add some device IDs for Intel Denverton SoCs. Modified: head/sys/dev/ahci/ahci_pci.c head/sys/dev/usb/controller/xhci_pci.c Modified: head/sys/dev/ahci/ahci_pci.c

svn commit: r320177 - in head: . targets/pseudo/bootstrap-tools

2017-06-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 20 22:08:02 2017 New Revision: 320177 URL: https://svnweb.freebsd.org/changeset/base/320177 Log: buildworld: Pass which world phase the build is in down to submakes. This is useful for having directories behave differently depending on the phase - such as

Re: svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contr

2017-06-20 Thread Kenneth D. Merry
On Tue, Jun 20, 2017 at 23:37:10 +0300, Andriy Gapon wrote: > On 20/06/2017 23:29, Ken Merry wrote: > > I don???t know for sure that this commit is the cause, but it (and r320153) > > are the only ZFS commits between a version of head from June 14th that > > boots off a ZFS mirror, and one that

svn commit: r320176 - head/sbin/newfs

2017-06-20 Thread Kirk McKusick
Author: mckusick Date: Tue Jun 20 21:26:42 2017 New Revision: 320176 URL: https://svnweb.freebsd.org/changeset/base/320176 Log: Allow '_' in labels when specifying -L to newfs. Reported by: Keve Nagy Reviewed by: kib PR: 220163 MFC after: 5 days Modified: head/sbin/newfs/newfs.c

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

2017-06-20 Thread David C Somayajulu
Author: davidcs Date: Tue Jun 20 21:17:05 2017 New Revision: 320175 URL: https://svnweb.freebsd.org/changeset/base/320175 Log: Add pkts_cnt_oversized to stats. Modified: head/sys/dev/qlxgbe/ql_hw.c head/sys/dev/qlxgbe/ql_hw.h Modified: head/sys/dev/qlxgbe/ql_hw.c

svn commit: r320174 - head/share/mk

2017-06-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 20 20:52:06 2017 New Revision: 320174 URL: https://svnweb.freebsd.org/changeset/base/320174 Log: Fix 'make clean all' to work again. This likely broke completely with r308599. Apply the same fix for 'make destroy' which is a DIRDEPS_BUILD thing. PR:

svn commit: r320173 - head/bin/ln/tests

2017-06-20 Thread Ngie Cooper
Author: ngie Date: Tue Jun 20 20:50:54 2017 New Revision: 320173 URL: https://svnweb.freebsd.org/changeset/base/320173 Log: Don't expect :sF_flag to fail anymore While here, also add a check to verify that the link target is updated in the testcase MFC after:1 month MFC with:

svn commit: r320172 - head/bin/ln

2017-06-20 Thread Ngie Cooper
Author: ngie Date: Tue Jun 20 20:46:08 2017 New Revision: 320172 URL: https://svnweb.freebsd.org/changeset/base/320172 Log: ln(1): fix -F behavior When '-F' option is used, the target directory needs to be unlinked. Currently, the modified target ("target/source") is being unlinked, and

Re: svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contr

2017-06-20 Thread Andriy Gapon
On 20/06/2017 23:29, Ken Merry wrote: > I don’t know for sure that this commit is the cause, but it (and r320153) are > the only ZFS commits between a version of head from June 14th that boots off > a ZFS mirror, and one that panics. > > Here’s the stack trace: > > Fatal trap 12: page fault

svn commit: r320171 - head/share/mk

2017-06-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 20 20:34:30 2017 New Revision: 320171 URL: https://svnweb.freebsd.org/changeset/base/320171 Log: LIBADD: Try to support partial tree checkouts in some limited cases. LIBADD is only supported for in-tree builds because we do not install

Re: svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contr

2017-06-20 Thread Ken Merry
I don’t know for sure that this commit is the cause, but it (and r320153) are the only ZFS commits between a version of head from June 14th that boots off a ZFS mirror, and one that panics. Here’s the stack trace: Fatal trap 12: page fault while in kernel mode cpuid = 22; Fatal trap 12: page

svn commit: r320170 - head/sys/fs/ext2fs

2017-06-20 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jun 20 20:22:34 2017 New Revision: 320170 URL: https://svnweb.freebsd.org/changeset/base/320170 Log: Attempt to treat "metadata" as a collectively singular noun. Or at least more consistent. Input from: matteo, ian Modified: head/sys/fs/ext2fs/ext2fs.h

svn commit: r320167 - head/cddl/usr.sbin/zfsd

2017-06-20 Thread Alan Somers
Author: asomers Date: Tue Jun 20 19:45:02 2017 New Revision: 320167 URL: https://svnweb.freebsd.org/changeset/base/320167 Log: zfsd(8): Remove pidfile on shutdown MFC after:3 weeks Sponsored by: Spectra Logic Corp Modified: head/cddl/usr.sbin/zfsd/zfsd.cc Modified:

svn commit: r320166 - head/sbin/devd/tests

2017-06-20 Thread Alan Somers
Author: asomers Date: Tue Jun 20 19:34:21 2017 New Revision: 320166 URL: https://svnweb.freebsd.org/changeset/base/320166 Log: Require devd to be running for its ATF tests to run The ATF tests communicate with the system's running devd PR: 220169 Reported by: gjb MFC

svn commit: r320165 - head/sbin/devd

2017-06-20 Thread Alan Somers
Author: asomers Date: Tue Jun 20 19:32:39 2017 New Revision: 320165 URL: https://svnweb.freebsd.org/changeset/base/320165 Log: devd(8): Remove pidfile on shutdown MFC after:3 weeks Sponsored by: Spectra Logic Corp Modified: head/sbin/devd/devd.cc Modified: head/sbin/devd/devd.cc

svn commit: r320163 - head/usr.sbin/makefs/tests

2017-06-20 Thread Alan Somers
Author: asomers Date: Tue Jun 20 19:00:55 2017 New Revision: 320163 URL: https://svnweb.freebsd.org/changeset/base/320163 Log: Fix usr.sbin/makefs/makefs_ffs_tests when /etc/fstab does not exist dumpfs prints a harmless warning message (via ufs_disk_fillout(3) and getfsfile(3)), when

Re: svn commit: r320153 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-06-20 Thread O. Hartmann
Am Tue, 20 Jun 2017 20:55:02 +0200 "O. Hartmann" schrieb: > Am Tue, 20 Jun 2017 16:55:30 + (UTC) > Andriy Gapon schrieb: > > > Author: avg > > Date: Tue Jun 20 16:55:30 2017 > > New Revision: 320153 > > URL:

Re: svn commit: r320153 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-06-20 Thread O. Hartmann
Am Tue, 20 Jun 2017 16:55:30 + (UTC) Andriy Gapon schrieb: > Author: avg > Date: Tue Jun 20 16:55:30 2017 > New Revision: 320153 > URL: https://svnweb.freebsd.org/changeset/base/320153 > > Log: > revert r315852 which introduced zio_buf_alloc_nowait for use in >

svn commit: r320161 - head/sys/dev/iicbus/twsi

2017-06-20 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jun 20 18:38:51 2017 New Revision: 320161 URL: https://svnweb.freebsd.org/changeset/base/320161 Log: Always ignore the START and STOP bits whenever the control register is being overwritten, they are set only bits (cleared by hardware). Disable the Acknowledge of

svn commit: r320160 - head/usr.bin/dtc

2017-06-20 Thread Emmanuel Vadot
Author: manu Date: Tue Jun 20 18:29:01 2017 New Revision: 320160 URL: https://svnweb.freebsd.org/changeset/base/320160 Log: dtc: Update to upstream 917526 - Add missing "typename" in divmod's "using" of binary_operator_base::result. Modified: head/usr.bin/dtc/input_buffer.cc Modified:

svn commit: r320159 - in head/sys/dev/iicbus: . twsi

2017-06-20 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jun 20 18:25:27 2017 New Revision: 320159 URL: https://svnweb.freebsd.org/changeset/base/320159 Log: Make ofw_iicbus attach to twsi I2C controllers. Add the ofw_bus_get_node() callback in mv_twsi, it is mandatory for the ofw_iicbus usage. Sponsored by: Rubicon

svn commit: r320158 - head/sys/dev/neta

2017-06-20 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jun 20 18:14:56 2017 New Revision: 320158 URL: https://svnweb.freebsd.org/changeset/base/320158 Log: Allow the use of extended media types with if_mvneta, so it can report 2.5G speeds properly. While here remove a couple of stray white spaces. Sponsored by:

svn commit: r320157 - head/sys/dev/etherswitch/e6000sw

2017-06-20 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jun 20 18:11:23 2017 New Revision: 320157 URL: https://svnweb.freebsd.org/changeset/base/320157 Log: Add support to 2.5G uplink for the MV88E6141 and MV88E6341 switches. Force the switch port settings for fixed media types. Tested with: 88E6176, 88E6141

RE: svn commit: r319964 - head/sys/dev/qlnx/qlnxe

2017-06-20 Thread Somayajulu, David
Hi Cy, > Tell me if I'm off base here but this driver comes directly from Cavium, > right? Yes >Why was it never imported into vendor-sys and MFVed into head like other >vendor source? Not sure what vendor-sys is but the driver was reviewed in phabricator (please see link below) prior to

svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contri...

2017-06-20 Thread Andriy Gapon
Author: avg Date: Tue Jun 20 17:39:24 2017 New Revision: 320156 URL: https://svnweb.freebsd.org/changeset/base/320156 Log: MFV r318946: 8021 ARC buf data scatter-ization illumos/illumos-gate@770499e185d15678ccb0be57ebc626ad18d93383

svn commit: r320153 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-06-20 Thread Andriy Gapon
Author: avg Date: Tue Jun 20 16:55:30 2017 New Revision: 320153 URL: https://svnweb.freebsd.org/changeset/base/320153 Log: revert r315852 which introduced zio_buf_alloc_nowait for use in vdev_queue_aggregate I think that the change is still good, but reconciling it with a planned merge

svn commit: r320152 - head/usr.sbin/fstyp

2017-06-20 Thread Andriy Gapon
Author: avg Date: Tue Jun 20 16:45:48 2017 New Revision: 320152 URL: https://svnweb.freebsd.org/changeset/base/320152 Log: fstyp: move sys/ include path after zfs include paths The reason is that FreeBSD refcount.h shadows ZFS refcount.h and that will lead to a build error after a

svn commit: r320151 - head/contrib/tcp_wrappers

2017-06-20 Thread Andriy Gapon
Author: avg Date: Tue Jun 20 16:40:31 2017 New Revision: 320151 URL: https://svnweb.freebsd.org/changeset/base/320151 Log: 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 other case

Re: svn commit: r320146 - head/sys/fs/ext2fs

2017-06-20 Thread Ian Lepore
On Tue, 2017-06-20 at 10:48 -0500, Pedro Giffuni wrote: > ... > > On 20/06/2017 09:35, Pedro F. Giffuni wrote: > > > > Author: pfg > > Date: Tue Jun 20 14:35:19 2017 > > New Revision: 320146 > > URL: https://svnweb.freebsd.org/changeset/base/320146 > > > > Log: > >    Improve grammar concerning

svn commit: r320149 - head/share/mk

2017-06-20 Thread Ed Maste
Author: emaste Date: Tue Jun 20 15:51:09 2017 New Revision: 320149 URL: https://svnweb.freebsd.org/changeset/base/320149 Log: Fall back to GPL dtc(1) when we lack a C++11 compiler The BSD licensed device tree compiler is written in C++11. Reported by: jhibbits Reviewed by:

Re: svn commit: r320146 - head/sys/fs/ext2fs

2017-06-20 Thread Pedro Giffuni
... On 20/06/2017 09:35, Pedro F. Giffuni wrote: Author: pfg Date: Tue Jun 20 14:35:19 2017 New Revision: 320146 URL: https://svnweb.freebsd.org/changeset/base/320146 Log: Improve grammar concerning "metadata". Remove unnecessary space while here. Modified:

Re: svn commit: r320127 - in head: . share/mk

2017-06-20 Thread Justin Hibbits
0 02:09:50 2017(r320127) > @@ -51,6 +51,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: > > ** SPECIAL WARNING: > ** > > +20170620: > + Switch back to the BSDL dtc (Device Tree Compiler), Set WI

svn commit: r320146 - head/sys/fs/ext2fs

2017-06-20 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jun 20 14:35:19 2017 New Revision: 320146 URL: https://svnweb.freebsd.org/changeset/base/320146 Log: Improve grammar concerning "metadata". Remove unnecessary space while here. Modified: head/sys/fs/ext2fs/ext2fs.h Modified: head/sys/fs/ext2fs/ext2fs.h

svn commit: r320145 - in head/sys: conf fs/ext2fs modules/ext2fs

2017-06-20 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jun 20 14:28:51 2017 New Revision: 320145 URL: https://svnweb.freebsd.org/changeset/base/320145 Log: ext2fs: Add uninit_bg feature support. From the linux tune2fs(8) manpage: "Allow the kernel to initialize bitmaps and inode tables and keep a high watermark for

svn commit: r320143 - head/contrib/ipfilter/tools

2017-06-20 Thread Cy Schubert
Author: cy Date: Tue Jun 20 12:31:58 2017 New Revision: 320143 URL: https://svnweb.freebsd.org/changeset/base/320143 Log: Flag poolnodecommand() (ippool -a and ippool -r) command line syntax errors. Modified: head/contrib/ipfilter/tools/ippool.c Modified:

svn commit: r320142 - in head/sys/arm: arm include

2017-06-20 Thread Zbigniew Bodek
Author: zbb Date: Tue Jun 20 11:11:42 2017 New Revision: 320142 URL: https://svnweb.freebsd.org/changeset/base/320142 Log: Disable PL310 outer cache sync for IO coherent platforms When a PL310 cache is used on a system that provides hardware coherency, the outer cache sync operation is

svn commit: r320141 - head/sys/arm/mv

2017-06-20 Thread Zbigniew Bodek
Author: zbb Date: Tue Jun 20 11:09:38 2017 New Revision: 320141 URL: https://svnweb.freebsd.org/changeset/base/320141 Log: Implement workaround for Armada 38X family HW issue between CPU and devices There is a hardware problem between Cortex-A9 CPUs and on-chip devices in Armada 38X SoCs

Re: svn commit: r320127 - in head: . share/mk

2017-06-20 Thread Mark Millard
On 2017-Jun-20, at 12:54 AM, Emmanuel Vadot wrote: > On Tue, 20 Jun 2017 00:31:30 -0700 > Mark Millard wrote: > >> [Because powerpc64 (and pweorpc) buildworld is broken for >> clang 4 as of the INO64 changes I've been using >> devel/powerpc64-xtoolchain-gcc and its devel/powerpc64-gcc >>

svn commit: r320138 - head/usr.sbin/bsdinstall/scripts

2017-06-20 Thread Steven Hartland
Author: smh Date: Tue Jun 20 08:03:50 2017 New Revision: 320138 URL: https://svnweb.freebsd.org/changeset/base/320138 Log: Fixed bsdinstall location of vfs.zfs.min_auto_ashift vfs.zfs.min_auto_ashift is a sysctl only not a tunable so updated bsdinstall to use the correct location

Re: svn commit: r320127 - in head: . share/mk

2017-06-20 Thread Mark Millard
[Because powerpc64 (and pweorpc) buildworld is broken for clang 4 as of the INO64 changes I've been using devel/powerpc64-xtoolchain-gcc and its devel/powerpc64-gcc recently.] Emmanuel Vadot manu at FreeBSD.org wrote/committed on Tue Jun 20 02:09:52 UTC 2017 > Author: manu > Date: Tue Jun 20

Re: svn commit: r320127 - in head: . share/mk

2017-06-20 Thread Emmanuel Vadot
On Tue, 20 Jun 2017 00:31:30 -0700 Mark Millard wrote: > [Because powerpc64 (and pweorpc) buildworld is broken for > clang 4 as of the INO64 changes I've been using > devel/powerpc64-xtoolchain-gcc and its devel/powerpc64-gcc > recently.] > > Emmanuel Vadot manu at

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-20 Thread Jason Evans
On Fri, 16 Jun 2017 17:15:44 -0700 Jason Evans wrote: > On Fri, 16 Jun 2017 18:45:17 -0400 > Shawn Webb wrote: > > On Thu, Jun 15, 2017 at 07:15:06AM +, Jason Evans wrote: > > > Author: jasone > > > Date: Thu Jun 15 07:15:05 2017 > > > New

svn commit: r320136 - head/lib/libc/aarch64/gen

2017-06-20 Thread Jason Evans
Author: jasone Date: Tue Jun 20 07:25:38 2017 New Revision: 320136 URL: https://svnweb.freebsd.org/changeset/base/320136 Log: Decrease relative branch brittleness. Replace conditional branches with trampolines to unconditional branches when jumping to labels within other compilation

svn commit: r320135 - head/usr.sbin/periodic

2017-06-20 Thread Ngie Cooper
Author: ngie Date: Tue Jun 20 06:20:09 2017 New Revision: 320135 URL: https://svnweb.freebsd.org/changeset/base/320135 Log: periodic(8): delete trailing whitespace MFC after:1 month Modified: head/usr.sbin/periodic/periodic.sh Modified: head/usr.sbin/periodic/periodic.sh