Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-02-27 Thread Alexey Dokuchaev
On Wed, Feb 27, 2019 at 10:56:55PM +, Mateusz Guzik wrote: > New Revision: 344648 > URL: https://svnweb.freebsd.org/changeset/base/344648 > > Log: > Rename seq to seqc to avoid namespace clashes with Linux > > ... > Added: > head/sys/sys/seqc.h (contents, props changed) > Deleted: >

svn commit: r344654 - head/sys/dev/cxgbe

2019-02-27 Thread Navdeep Parhar
Author: np Date: Thu Feb 28 05:45:14 2019 New Revision: 344654 URL: https://svnweb.freebsd.org/changeset/base/344654 Log: cxgbe(4): Request high priority filter support explicitly, as required by recent firmwares. MFC after:1 week Sponsored by: Chelsio Communications Modified:

svn commit: r344653 - head/sbin/nvmecontrol

2019-02-27 Thread Warner Losh
Author: imp Date: Thu Feb 28 02:29:48 2019 New Revision: 344653 URL: https://svnweb.freebsd.org/changeset/base/344653 Log: Add SPDX tag. Modified: head/sbin/nvmecontrol/nc_util.c Modified: head/sbin/nvmecontrol/nc_util.c

Re: svn commit: r344570 - head/usr.sbin/sysrc

2019-02-27 Thread Mateusz Piotrowski
On Tue, 26 Feb 2019 at 23:53, Jilles Tjoelker wrote: > On Tue, Feb 26, 2019 at 04:47:59AM -0800, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > Author: 0mp (ports committer) > > > Date: Tue Feb 26 09:28:10 2019 > > > New Revision: 344570 > > > URL:

svn commit: r344648 - in head: . sys/kern sys/sys

2019-02-27 Thread Mateusz Guzik
== --- head/ObsoleteFiles.inc Wed Feb 27 22:42:29 2019(r344647) +++ head/ObsoleteFiles.inc Wed Feb 27 22:56:55 2019(r344648) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20190227: rename seq.h

svn commit: r344647 - head/sys/vm

2019-02-27 Thread Mateusz Guzik
Author: mjg Date: Wed Feb 27 22:42:29 2019 New Revision: 344647 URL: https://svnweb.freebsd.org/changeset/base/344647 Log: vm: remove seq.h inclusion made obsolete by NUMA rewrite Sponsored by: The FreeBSD Foundation Modified: head/sys/vm/vm_phys.c Modified: head/sys/vm/vm_phys.c

svn commit: r344643 - head/sys/dev/ixgbe

2019-02-27 Thread Eric Joyner
Author: erj Date: Wed Feb 27 22:26:18 2019 New Revision: 344643 URL: https://svnweb.freebsd.org/changeset/base/344643 Log: ixgbe(4): Fix panic triggered by assertion from interrupt r344162 exposed a bug in one of ixgbe's interrupt filters; they are never supposed to return 0. Fix the

svn commit: r344642 - head/sys/dev/nvme

2019-02-27 Thread Warner Losh
Author: imp Date: Wed Feb 27 22:16:59 2019 New Revision: 344642 URL: https://svnweb.freebsd.org/changeset/base/344642 Log: Unconditionally support unmapped BIOs. This was another shim for supporting older kernels. However, all supported versions of FreeBSD have unmapped I/Os (as do several

svn commit: r344640 - head/sys/dev/nvme

2019-02-27 Thread Warner Losh
Author: imp Date: Wed Feb 27 22:05:01 2019 New Revision: 344640 URL: https://svnweb.freebsd.org/changeset/base/344640 Log: Remove #ifdef code to support FreeBSD versions that haven't been supported in years. A number of changes have been made to the driver that likely wouldn't work on those

Re: svn commit: r344518 - head/share/man/man9

2019-02-27 Thread Mateusz Piotrowski
On Mon, 25 Feb 2019 at 16:12, Enji Cooper wrote: > > > On Feb 25, 2019, at 07:03, Mateusz Piotrowski <0...@freebsd.org> wrote: > > > > Author: 0mp (ports committer) > > Date: Mon Feb 25 15:03:50 2019 > > New Revision: 344518 > > URL: https://svnweb.freebsd.org/changeset/base/344518 > > > > Log:

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

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 22:01:39 2019 New Revision: 344638 URL: https://svnweb.freebsd.org/changeset/base/344638 Log: Fix armv6/armv7 build after the move from xhci_mv to generic_xhci Modified: head/sys/arm/mv/files.arm7 head/sys/arm/mv/files.mv Modified: head/sys/arm/mv/files.arm7

svn commit: r344637 - head/sys/dev/drm2/radeon

2019-02-27 Thread Warner Losh
Author: imp Date: Wed Feb 27 21:52:08 2019 New Revision: 344637 URL: https://svnweb.freebsd.org/changeset/base/344637 Log: Remove empty directories. Deleted: head/sys/dev/drm2/radeon/ ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r344567 - in head: etc/mtree include sbin sbin/veriexec

2019-02-27 Thread Eric van Gyzen
> On Feb 26, 2019, at 10:17 PM, Warner Losh wrote: > > > > On Tue, Feb 26, 2019, 6:50 AM Alexey Dokuchaev > wrote: > On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote: > > > Author: sjg > > > Date: Tue Feb 26 06:17:23 2019 > > > New Revision: 344567 >

svn commit: r344636 - head/sys/cam/ctl

2019-02-27 Thread Alexander Motin
Author: mav Date: Wed Feb 27 21:29:21 2019 New Revision: 344636 URL: https://svnweb.freebsd.org/changeset/base/344636 Log: Refactor command ordering/blocking mechanism in CTL. Replace long per-LUN queue of blocked commands, scanned on each command completion and sometimes even twice,

svn commit: r344635 - in head/sys/dev: drm drm2/i915

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 21:11:13 2019 New Revision: 344635 URL: https://svnweb.freebsd.org/changeset/base/344635 Log: drm: Remove empty directories Discussed with: imp Deleted: head/sys/dev/drm/ head/sys/dev/drm2/i915/ ___

svn commit: r344634 - in head/sys: arm64/conf conf dev/usb/controller

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 21:04:40 2019 New Revision: 344634 URL: https://svnweb.freebsd.org/changeset/base/344634 Log: xhci_mv: Move the driver to generic_xhci Marvell XHCI is in fact generic-xhci, so move the driver and add the compatible string. While here, get and enable the

svn commit: r344633 - in head/sys: conf dev/usb/controller

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 20:52:35 2019 New Revision: 344633 URL: https://svnweb.freebsd.org/changeset/base/344633 Log: usb_nop_xceiv: Add support for this pseudo device This is a "fake" phy that handle regulator, clocks and reset gpio. Only clock and regulator is supported for now.

svn commit: r344632 - head/sys/netinet

2019-02-27 Thread John Baldwin
Author: jhb Date: Wed Feb 27 20:24:23 2019 New Revision: 344632 URL: https://svnweb.freebsd.org/changeset/base/344632 Log: Various cleanups to the management of multiple TCP stacks. - Use strlcpy() with sizeof() instead of strncpy(). - Simplify initialization of TCP functions

Re: svn commit: r344567 - in head: etc/mtree include sbin sbin/veriexec

2019-02-27 Thread John Baldwin
On 2/26/19 10:06 AM, John Baldwin wrote: > On 2/26/19 9:23 AM, Alexey Dokuchaev wrote: >> On Tue, Feb 26, 2019 at 09:12:11AM -0800, John Baldwin wrote: >>> On 2/26/19 5:49 AM, Alexey Dokuchaev wrote: On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote: > ... > Just a

svn commit: r344631 - head

2019-02-27 Thread John Baldwin
Author: jhb Date: Wed Feb 27 20:09:58 2019 New Revision: 344631 URL: https://svnweb.freebsd.org/changeset/base/344631 Log: Update review requests for bhyve. - Explicitly mention the #bhyve group on Phabricator. - Request reviews of the userland components (libvmmapi, bhyve, bhyvectl,

svn commit: r344630 - head/tools/tools/crypto

2019-02-27 Thread Sean Eric Fagan
Author: sef Date: Wed Feb 27 19:27:16 2019 New Revision: 344630 URL: https://svnweb.freebsd.org/changeset/base/344630 Log: Have cryptocheck toggle kern.cryptodevallowsoft if necessary (this requires root access). Reviewed by: cem, jhb Sponsored by: iXsystems, Inc. Differential

svn commit: r344629 - head/usr.sbin/rtsold

2019-02-27 Thread Mark Johnston
Author: markj Date: Wed Feb 27 18:13:41 2019 New Revision: 344629 URL: https://svnweb.freebsd.org/changeset/base/344629 Log: rtsol: Use vwarnx(3) to log messages to standard error. This ensures that the program name is included in the output, which makes it easy to identify the source of

svn commit: r344628 - head/lib/libc/sys

2019-02-27 Thread Ed Maste
Author: emaste Date: Wed Feb 27 17:52:22 2019 New Revision: 344628 URL: https://svnweb.freebsd.org/changeset/base/344628 Log: poll.2: POLLNVAL is returned also for insufficient rights Reported by: "Bora Özarslan" MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

svn commit: r344627 - head/sys/dev/mmc/host

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 17:30:28 2019 New Revision: 344627 URL: https://svnweb.freebsd.org/changeset/base/344627 Log: mmc: dwmmc: Match on "rockchip,rk3288-dw-mshc" compatible This is the common denominator for rockchip compatible from RK3288 to RK3399. The other compatible are

svn commit: r344626 - head/sys/arm64/rockchip/clk

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 17:29:38 2019 New Revision: 344626 URL: https://svnweb.freebsd.org/changeset/base/344626 Log: arm64: rockchip: rk3399_clk: Add sd clock definitions MFC after:1 week Modified: head/sys/arm64/rockchip/clk/rk3399_cru.c Modified:

svn commit: r344623 - head/sys/arm64/rockchip/clk

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 14:20:28 2019 New Revision: 344623 URL: https://svnweb.freebsd.org/changeset/base/344623 Log: arm64: rockchip: clk_pll: Multiple improvement Remove the mode_val from the clock definition as it's a bit unreadable. Use mode_shift to represent which bit control

svn commit: r344621 - head/cddl/contrib/opensolaris/cmd/zfs

2019-02-27 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 27 13:49:41 2019 New Revision: 344621 URL: https://svnweb.freebsd.org/changeset/base/344621 Log: Fix a regression introduced in r344569 Import a fix from illumos (thanks Toomas Soomas for pointing at it) See https://www.illumos.org/issues/10205 for more

Re: svn commit: r344569 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2019-02-27 Thread Jack Halford
There is one other minor issues that should also be addressed. The mount message at boot previously displayed: Mounting ZFS filesystems: (44/159)^H^H^H^H^H^H^H^H(106/159)^H^H^H^H^H^H^H^H^H(15 9/159)^M Now it displays: (null): (44/159)^H^H^H^H^H^H^H^H(106/159)^H^H^H^H^H^H^H^H^H(159/159)^M see

Re: svn commit: r344569 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2019-02-27 Thread Cy Schubert
In message <19c0f590-4327-d2c8-4660-bd9f5df12...@freebsd.org>, Andriy Gapon wri tes: > On 27/02/2019 15:04, Cy Schubert wrote: > > In message <0563e72c-c9e3-a476-ce43-d4a67c454...@freebsd.org>, Andriy > > Gapon wri > > tes: > >> On 26/02/2019 22:58, Cy Schubert wrote: > >>> I was talking about

svn commit: r344620 - head/usr.sbin/kldxref

2019-02-27 Thread Leandro Lupori
Author: luporl Date: Wed Feb 27 13:24:42 2019 New Revision: 344620 URL: https://svnweb.freebsd.org/changeset/base/344620 Log: Fix kldxref on PowerPC64 When using kldxref on kernel modules built with clang8 + lld8, kldxref would be unable to find the modules metadata information,

Re: svn commit: r344569 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2019-02-27 Thread Andriy Gapon
On 27/02/2019 15:04, Cy Schubert wrote: > In message <0563e72c-c9e3-a476-ce43-d4a67c454...@freebsd.org>, Andriy > Gapon wri > tes: >> On 26/02/2019 22:58, Cy Schubert wrote: >>> I was talking about nested datasets, i.e. tank/freebsd/git/current and >>> tank/freebsd/git/ports are four levels

Re: svn commit: r344569 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2019-02-27 Thread Cy Schubert
In message <0563e72c-c9e3-a476-ce43-d4a67c454...@freebsd.org>, Andriy Gapon wri tes: > On 26/02/2019 22:58, Cy Schubert wrote: > > I was talking about nested datasets, i.e. tank/freebsd/git/current and > > tank/freebsd/git/ports are four levels deep. > > We usually don't call them "nested". In