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

2019-02-26 Thread Baptiste Daroussin
Author: bapt Date: Tue Feb 26 08:18:34 2019 New Revision: 344569 URL: https://svnweb.freebsd.org/changeset/base/344569 Log: Implement parallel mounting for ZFS filesystem It was first implemented on Illumos and then ported to ZoL. This patch is a port to FreeBSD of the ZoL version.

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

2019-02-26 Thread Baptiste Daroussin
On Tue, Feb 26, 2019 at 08:18:35AM +, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Feb 26 08:18:34 2019 > New Revision: 344569 > URL: https://svnweb.freebsd.org/changeset/base/344569 > > Log: > Implement parallel mounting for ZFS filesystem > > It was first implemented on

svn commit: r344571 - head/sys/dev/syscons

2019-02-26 Thread Bruce Evans
Author: bde Date: Tue Feb 26 09:44:10 2019 New Revision: 344571 URL: https://svnweb.freebsd.org/changeset/base/344571 Log: Attempt to fix build breakage in r344458. Non-x86 arches use an inconsistently named header for the file containing "pc" attributes, and the ifdef messes to include

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

2019-02-26 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Tue Feb 26 09:28:10 2019 New Revision: 344570 URL: https://svnweb.freebsd.org/changeset/base/344570 Log: sysrc.8: Pet igor and mandoc Reviewed by: bcr Approved by: bcr (doc) Approved by: krion (mentor, implicit), mat (mentor, implicit)

Re: svn commit: r344571 - head/sys/dev/syscons

2019-02-26 Thread Bruce Evans
On Tue, 26 Feb 2019, Bruce Evans wrote: ... Log: Attempt to fix build breakage in r344458. ... ... Test coverage for of syscons in arm is broken (turned off) in NOTES, but syscons is in some other arm config files which universe detects as broken. Oops. I forgot to say that this was

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Rodney W. Grimes
... > > We intend to update our license policy to require core sign off for > new GPL code to ensure we're not adding new, tightly integrated > dependencies, to document that we're doing so knowingly, and > to make sure steps aren't missed. The current document is at: >

svn commit: r344572 - in head/sys/i386: i386 include

2019-02-26 Thread Konstantin Belousov
Author: kib Date: Tue Feb 26 09:45:44 2019 New Revision: 344572 URL: https://svnweb.freebsd.org/changeset/base/344572 Log: i386 PAE: avoid atomic for pte_store() where possible. Instead carefully write upper word, and only than the lower word with PG_V, for previously invalid ptes. It

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

2019-02-26 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: 0mp (ports committer) > Date: Tue Feb 26 09:28:10 2019 > New Revision: 344570 > URL: https://svnweb.freebsd.org/changeset/base/344570 > > Log: > sysrc.8: Pet igor and mandoc This only tells the source of why you changed some, a good commit

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

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:14:49 2019 New Revision: 344576 URL: https://svnweb.freebsd.org/changeset/base/344576 Log: arm64: rockchip: clk: rk_clk_composite: Properly use the mask bits RockChip clocks register have a write mask in the upper 16 bits, if a 1 is present the

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

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:16:05 2019 New Revision: 344578 URL: https://svnweb.freebsd.org/changeset/base/344578 Log: arm64: rockchip: rk3328_pll: Multiple improvement RockChip clocks register have a write mask in the upper 16 bits, if a 1 is present the corresponding bit in the

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

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:15:31 2019 New Revision: 344577 URL: https://svnweb.freebsd.org/changeset/base/344577 Log: arm64: rockchip: clk: ARM CLK improvement RockChip clocks register have a write mask in the upper 16 bits, if a 1 is present the corresponding bit in the lower 16

svn commit: r344579 - head/sys/arm64/rockchip

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:17:09 2019 New Revision: 344579 URL: https://svnweb.freebsd.org/changeset/base/344579 Log: arm64: rockchip: rk805: Add LDO regulators Add the 3 LDO regulator found in the RK805 Power Management IC. MFC after:1 week Modified:

svn commit: r344580 - head/sys/arm64/rockchip

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:18:14 2019 New Revision: 344580 URL: https://svnweb.freebsd.org/changeset/base/344580 Log: arm64: rockchip: rk805: Map the regulator No map function was provided before so every regulator lookup resolved the regulator with id 1, as it uses the default

svn commit: r344608 - head/sys/sys

2019-02-26 Thread Ian Lepore
Author: ian Date: Tue Feb 26 22:07:59 2019 New Revision: 344608 URL: https://svnweb.freebsd.org/changeset/base/344608 Log: Update a comment to reflect reality; no functional changes. Modified: head/sys/sys/slicer.h Modified: head/sys/sys/slicer.h

svn commit: r344607 - head/sys/conf

2019-02-26 Thread Ian Lepore
Author: ian Date: Tue Feb 26 22:06:25 2019 New Revision: 344607 URL: https://svnweb.freebsd.org/changeset/base/344607 Log: Compile fdt_slicer and geom_flashmap when the at45d device is included. Modified: head/sys/conf/files Modified: head/sys/conf/files

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Shawn Webb
On Tue, Feb 26, 2019 at 08:27:40AM -0800, Rodney W. Grimes wrote: > > On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote: > > > > > The modest increase in activation energy for that task seems worth it > > > > > for the short-term gains of reduced integration cost (this code will > >

svn commit: r344585 - head/sys/arm64/rockchip

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 15:29:16 2019 New Revision: 344585 URL: https://svnweb.freebsd.org/changeset/base/344585 Log: arm64: rockchip: rk_pinctrl: Fix two banks in RK3328 The last two banks don't have 3 bits for the pin function but only 2. This fixes eMMC on the Rock64. MFC

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

2019-02-26 Thread Benjamin Kaduk
On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert wrote: > On February 26, 2019 7:48:27 AM PST, Cy Schubert < > cy.schub...@cschubert.com> wrote: > >On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin > > wrote: > [trimming the unneeded pile of commit body] > >This broke my systems, many

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Rodney W. Grimes
> On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote: > > > > The modest increase in activation energy for that task seems worth it > > > > for the short-term gains of reduced integration cost (this code will > > > > greatly improve our ZFS-on-Linux test coverage.) > > > > > > > >

svn commit: r344587 - in head/sys/cddl/contrib/opensolaris/uts: aarch64 arm mips riscv

2019-02-26 Thread Mark Johnston
Author: markj Date: Tue Feb 26 16:31:47 2019 New Revision: 344587 URL: https://svnweb.freebsd.org/changeset/base/344587 Log: Remove stub fasttrap implementations. No platforms except i386, amd64 and powerpc implement fasttrap; the fasttrap files for other arches do not contain any code

svn commit: r344588 - head/sys/cddl/contrib/opensolaris/uts/intel/dtrace

2019-02-26 Thread Mark Johnston
Author: markj Date: Tue Feb 26 16:34:43 2019 New Revision: 344588 URL: https://svnweb.freebsd.org/changeset/base/344588 Log: Remove illumos-specific code from the x86 fasttrap_isa.c. The file has not been touched upstream in over a decade, and the nature of the code means that a lot of

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

2019-02-26 Thread Cy Schubert
On February 26, 2019 8:11:31 AM PST, Baptiste Daroussin wrote: >On Tue, Feb 26, 2019 at 05:04:11PM +0100, Baptiste Daroussin wrote: >> On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote: >> > On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin > wrote: >> > >Author: bapt >> >

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

2019-02-26 Thread Jack Halford
> Nested zfs filesystems seem not to be handled properly or possibly not > supported any more. This explains my mail gateway also not mounting all > filesystems in /home. It was odd that dovecot stopped working. > > The symptom of the problem is zfs mount -a no longer mounts all filesystems. >

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Shawn Webb
On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote: > > > The modest increase in activation energy for that task seems worth it > > > for the short-term gains of reduced integration cost (this code will > > > greatly improve our ZFS-on-Linux test coverage.) > > > > > > Rod rightly

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

2019-02-26 Thread Baptiste Daroussin
On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote: > On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin > wrote: > >Author: bapt > >Date: Tue Feb 26 08:18:34 2019 > >New Revision: 344569 > >URL: https://svnweb.freebsd.org/changeset/base/344569 > > > >Log: > > Implement parallel

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

2019-02-26 Thread Cy Schubert
On February 26, 2019 7:48:27 AM PST, Cy Schubert wrote: >On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin > wrote: >>Author: bapt >>Date: Tue Feb 26 08:18:34 2019 >>New Revision: 344569 >>URL: https://svnweb.freebsd.org/changeset/base/344569 >> >>Log: >> Implement parallel mounting for

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Matthew Macy
This has zero impact on the licensing disposition of the kernel as distributed as it is only used for test kernels. Tests compiled with coverage instrumentation run much slower than even debug, one would never ship this. You are very much in the minority being more concerned with ideological

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

2019-02-26 Thread Cy Schubert
On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin wrote: >Author: bapt >Date: Tue Feb 26 08:18:34 2019 >New Revision: 344569 >URL: https://svnweb.freebsd.org/changeset/base/344569 > >Log: > Implement parallel mounting for ZFS filesystem > > It was first implemented on Illumos and then

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

2019-02-26 Thread Alexander Motin
Author: mav Date: Tue Feb 26 16:05:33 2019 New Revision: 344586 URL: https://svnweb.freebsd.org/changeset/base/344586 Log: Scrap some debug printf's, unused for years. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

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

2019-02-26 Thread Baptiste Daroussin
On Tue, Feb 26, 2019 at 05:04:11PM +0100, Baptiste Daroussin wrote: > On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote: > > On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin > > wrote: > > >Author: bapt > > >Date: Tue Feb 26 08:18:34 2019 > > >New Revision: 344569 > > >URL:

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Enji Cooper
> On Feb 26, 2019, at 8:27 AM, Rodney W. Grimes > wrote: … > Didnt we just remove an inbase, compiling BSD licensed chunk of > code called DRM and move it to ports. So if that was possible > this should be very rapidly applied here and this issue goes away. > > I am still shaking my head

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

2019-02-26 Thread Rodney W. Grimes
> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert > wrote: > > > On February 26, 2019 7:48:27 AM PST, Cy Schubert < > > cy.schub...@cschubert.com> wrote: > > >On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin > > > wrote: > > > > [trimming the unneeded pile of commit body] > > > > >This

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

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 17:08:51 2019 New Revision: 344589 URL: https://svnweb.freebsd.org/changeset/base/344589 Log: arm64: rockchip: rk3399_pll: Switch to slow mode when changing the freq Like r344578 but for RK3399. This solve some hangs when switching between frequency.

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

2019-02-26 Thread Alexey Dokuchaev
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 > > URL: https://svnweb.freebsd.org/changeset/base/344567 > > > > Log: > > Add verifying manifest loader for mac_veriexec > > > > This tool will

svn commit: r344613 - head/sys/powerpc/mpc85xx

2019-02-26 Thread Justin Hibbits
Author: jhibbits Date: Wed Feb 27 03:30:49 2019 New Revision: 344613 URL: https://svnweb.freebsd.org/changeset/base/344613 Log: powerpc/mpc85xx: Synchronize timebase the platform correct way Summary: To safely synchronize timebase we need to disable the timebase on all cores, set

svn commit: r344618 - head/cddl/contrib/opensolaris/lib/libzfs/common

2019-02-26 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 27 07:55:53 2019 New Revision: 344618 URL: https://svnweb.freebsd.org/changeset/base/344618 Log: Fix regression introduced in r344569 Reported by: cy Tested by:cy Submitted by: Fatih Acar Modified:

svn commit: r344617 - head/contrib/ofed/libcxgb4

2019-02-26 Thread Navdeep Parhar
Author: np Date: Wed Feb 27 06:50:24 2019 New Revision: 344617 URL: https://svnweb.freebsd.org/changeset/base/344617 Log: libcxgb4: Don't spam stderr. Write combining is not enabled by default by the FreeBSD driver. Modified: head/contrib/ofed/libcxgb4/dev.c Modified:

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

2019-02-26 Thread Andriy Gapon
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 fact, I don't think that we call them anything special because having N levels deep datasets (N

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

2019-02-26 Thread Cy Schubert
In message <201902262102.x1ql2rio032...@slippy.cwsent.com>, Cy Schubert writes: > In message , Fatih Acar > writes: > > This is a multi-part message in MIME format. > > --6A54CE5B28D823DCB8C41577 > > Content-Type: text/plain; charset=utf-8 > > Content-Transfer-Encoding: 8bit > > > >

svn commit: r344614 - head/sys/dev/fdt

2019-02-26 Thread Ian Lepore
Author: ian Date: Wed Feb 27 04:16:32 2019 New Revision: 344614 URL: https://svnweb.freebsd.org/changeset/base/344614 Log: Rename some functions and variables to have shorter names, which allows unwrapping multiple lines of code. Also, convert some short multiline comments into single-line

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

2019-02-26 Thread Warner Losh
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 > > > URL: https://svnweb.freebsd.org/changeset/base/344567 > > > > > > Log: > > > Add

Re: svn commit: r344562 - head/sys/ufs/ffs

2019-02-26 Thread Warner Losh
On Tue, Feb 26, 2019, 12:49 AM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Mon, 25 Feb 2019, Jason Harmening wrote: > > > > > On 2/25/19 9:46 PM, Bruce Evans wrote: > > >> > > >> block_size <= PAGE_SIZE is very uncommon for ffs, even on systems > with > > >> large > > >>

svn commit: r344615 - head/sys/dev/fdt

2019-02-26 Thread Ian Lepore
Author: ian Date: Wed Feb 27 04:19:29 2019 New Revision: 344615 URL: https://svnweb.freebsd.org/changeset/base/344615 Log: Child nodes with a compatible property are not slices, according to the devicetree/bindings/mtd/partitions.txt document, so just ignore them. Modified:

svn commit: r344616 - head/sys/dev/fdt

2019-02-26 Thread Ian Lepore
Author: ian Date: Wed Feb 27 04:58:18 2019 New Revision: 344616 URL: https://svnweb.freebsd.org/changeset/base/344616 Log: Add support to fdt_slicer for the new style partition data documented in devicetree/bindings/mtd/partition.txt. In the old style, all the children of the device node

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Pedro Giffuni
On 26/02/2019 13:15, Rodney W. Grimes wrote: On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote: We had a brief discussion of this commit within a subset of core. This addition of GPLv2 code is fine as the code is easily removal to a module (per kmoore@) should the day come that we're

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

2019-02-26 Thread Sean Eric Fagan
Author: sef Date: Tue Feb 26 19:23:22 2019 New Revision: 344601 URL: https://svnweb.freebsd.org/changeset/base/344601 Log: Set process title during zfs send. This adds a '-V' option to 'zfs send', which sets the process title once a second to the progress information. This code has

svn commit: r344602 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn c...

2019-02-26 Thread Jung-uk Kim
Author: jkim Date: Tue Feb 26 19:31:33 2019 New Revision: 344602 URL: https://svnweb.freebsd.org/changeset/base/344602 Log: Merge OpenSSL 1.1.1b. Modified: head/crypto/openssl/CHANGES head/crypto/openssl/CONTRIBUTING head/crypto/openssl/Configure head/crypto/openssl/INSTALL

svn commit: r344605 - in head: share/man/man4 sys/conf sys/contrib/xz-embedded/freebsd sys/dev/xz sys/geom/uzip sys/mips/conf sys/modules sys/modules/geom/geom_uzip sys/modules/xz

2019-02-26 Thread Konstantin Belousov
Author: kib Date: Tue Feb 26 19:55:03 2019 New Revision: 344605 URL: https://svnweb.freebsd.org/changeset/base/344605 Log: Modularize xz. Embedded lzma decompression library becomes a module usable by other consumers, in addition to geom_uzip. Most important code changes are -

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

2019-02-26 Thread John Baldwin
On 2/26/19 5:49 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 >>> URL: https://svnweb.freebsd.org/changeset/base/344567 >>> >>> Log: >>> Add verifying manifest loader for

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread John Baldwin
On 2/25/19 5:11 PM, K. Macy wrote: >> This commit needed more through review. > > How would this be achieved:? I had several people on the review and no > one had substantive feedback. As a developer it is your responsibility to be aware of the policies that we do document. One of the things in

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

2019-02-26 Thread Rodney W. Grimes
> On Tue, 26 Feb 2019 17:23:58 + > Alexey Dokuchaev wrote: > > > On Tue, Feb 26, 2019 at 09:12:11AM -0800, John Baldwin wrote: > > > > It makes the review clickable in many mail clients which is very > > > handy. > > > > I understand that, but then again, we don't do that for PRs and

svn commit: r344600 - head/sys/geom/concat

2019-02-26 Thread Mark Johnston
Author: markj Date: Tue Feb 26 18:30:51 2019 New Revision: 344600 URL: https://svnweb.freebsd.org/changeset/base/344600 Log: Add a missing return statement to g_concat_kernel_dump(). The error occurs when upper layers attempt an out-of-bounds write. Submitted by: Noah Bergbauer MFC

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Warner Losh
On Tue, Feb 26, 2019 at 8:46 AM Shawn Webb wrote: > On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote: > > > > The modest increase in activation energy for that task seems worth it > > > > for the short-term gains of reduced integration cost (this code will > > > > greatly improve

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

2019-02-26 Thread John Baldwin
On 2/26/19 8:59 AM, Rodney W. Grimes wrote: >> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert >> wrote: >> >>> On February 26, 2019 7:48:27 AM PST, Cy Schubert < >>> cy.schub...@cschubert.com> wrote: On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin wrote: >>> >> >> [trimming the

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Matthew Macy
On Tue, Feb 26, 2019 at 09:20 Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > This has zero impact on the licensing disposition of the kernel as > > distributed as it is only used for test kernels. Tests compiled with > > coverage instrumentation run much slower than even debug, one

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

2019-02-26 Thread Fatih Acar
On 2/26/19 5:36 PM, Cy Schubert wrote: > On February 26, 2019 8:11:31 AM PST, Baptiste Daroussin > wrote: >> On Tue, Feb 26, 2019 at 05:04:11PM +0100, Baptiste Daroussin wrote: >>> On Tue, Feb 26, 2019 at 07:48:27AM -0800, Cy Schubert wrote: On February 26, 2019 12:18:35 AM PST, Baptiste

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread John Baldwin
On 2/26/19 9:33 AM, Rodney W. Grimes wrote: >> On 2/25/19 5:11 PM, K. Macy wrote: This commit needed more through review. >>> >>> How would this be achieved:? I had several people on the review and no >>> one had substantive feedback. >> >> As a developer it is your responsibility to be aware

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Brooks Davis
On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote: > > We had a brief discussion of this commit within a subset of core. This > > addition of GPLv2 code is fine as the code is easily removal to a module > > (per kmoore@) should the day come that we're read to evict all GPL code. > > I

Re: svn commit: r344594 - head/usr.bin/proccontrol

2019-02-26 Thread Rodney W. Grimes
> Author: kib > Date: Tue Feb 26 17:46:19 2019 > New Revision: 344594 > URL: https://svnweb.freebsd.org/changeset/base/344594 > > Log: > proccontrol(1) man page. > > Reviewed by:0mp > Sponsored by: The FreeBSD Foundation > Differential revision:

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

2019-02-26 Thread John Baldwin
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 small nit, for future reference, from the template:

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

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 17:20:03 2019 New Revision: 344590 URL: https://svnweb.freebsd.org/changeset/base/344590 Log: arm64: rockchip: rk3399_pll: Fix copy paste RK3399 PLLs don't have mode_reg, use the correct register. MFC after:1 week Modified:

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Rodney W. Grimes
> This has zero impact on the licensing disposition of the kernel as > distributed as it is only used for test kernels. Tests compiled with > coverage instrumentation run much slower than even debug, one would never > ship this. Shit happens, mistakes get made, and sadly the consequences for

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

2019-02-26 Thread Alexey Dokuchaev
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 small nit, for future reference, from the template: > >>> Differential Revision:

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

2019-02-26 Thread Benjamin Kaduk
On Tue, Feb 26, 2019 at 11:19 AM John Baldwin wrote: > On 2/26/19 8:59 AM, Rodney W. Grimes wrote: > >> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert > > >> wrote: > >> > >>> On February 26, 2019 7:48:27 AM PST, Cy Schubert < > >>> cy.schub...@cschubert.com> wrote: > On February 26, 2019

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

2019-02-26 Thread Konstantin Belousov
Author: kib Date: Tue Feb 26 17:35:06 2019 New Revision: 344592 URL: https://svnweb.freebsd.org/changeset/base/344592 Log: procctl(2): fix -width parameter to .Bl. According to 0mp, macros are not expanded in the argument provided to -width. Use plain identifiers for width

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Rodney W. Grimes
> On 2/25/19 5:11 PM, K. Macy wrote: > >> This commit needed more through review. > > > > How would this be achieved:? I had several people on the review and no > > one had substantive feedback. > > As a developer it is your responsibility to be aware of the policies that > we do document. One

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

2019-02-26 Thread Justin Hibbits
On Tue, 26 Feb 2019 17:23:58 + Alexey Dokuchaev wrote: > On Tue, Feb 26, 2019 at 09:12:11AM -0800, John Baldwin wrote: > > It makes the review clickable in many mail clients which is very > > handy. > > I understand that, but then again, we don't do that for PRs and people > don't seem

svn commit: r344591 - in head/sys/cddl/contrib/opensolaris/uts: aarch64 arm mips riscv

2019-02-26 Thread Mark Johnston
Author: markj Date: Tue Feb 26 17:33:56 2019 New Revision: 344591 URL: https://svnweb.freebsd.org/changeset/base/344591 Log: Revert r344587. The fasttrap_isa.h header is needed by libdtrace, not just the kernel. Added: head/sys/cddl/contrib/opensolaris/uts/aarch64/ - copied from

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

2019-02-26 Thread Konstantin Belousov
Author: kib Date: Tue Feb 26 17:41:41 2019 New Revision: 344593 URL: https://svnweb.freebsd.org/changeset/base/344593 Log: procctl(2): document ASLR knobs. Reviewed by: 0mp Sponsored by: The FreeBSD Foundation Differential revision:https://reviews.freebsd.org/D19308 Modified:

svn commit: r344594 - head/usr.bin/proccontrol

2019-02-26 Thread Konstantin Belousov
Author: kib Date: Tue Feb 26 17:46:19 2019 New Revision: 344594 URL: https://svnweb.freebsd.org/changeset/base/344594 Log: proccontrol(1) man page. Reviewed by: 0mp Sponsored by: The FreeBSD Foundation Differential revision:https://reviews.freebsd.org/D19308 Added:

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Rodney W. Grimes
> On 2/26/19 9:33 AM, Rodney W. Grimes wrote: > >> On 2/25/19 5:11 PM, K. Macy wrote: > This commit needed more through review. > >>> > >>> How would this be achieved:? I had several people on the review and no > >>> one had substantive feedback. > >> > >> As a developer it is your

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Rodney W. Grimes
> On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote: > > > We had a brief discussion of this commit within a subset of core. This > > > addition of GPLv2 code is fine as the code is easily removal to a module > > > (per kmoore@) should the day come that we're read to evict all GPL code. > >

svn commit: r344599 - in head/sys/cddl/contrib/opensolaris/uts: common/dtrace intel/dtrace

2019-02-26 Thread Mark Johnston
Author: markj Date: Tue Feb 26 18:20:41 2019 New Revision: 344599 URL: https://svnweb.freebsd.org/changeset/base/344599 Log: Fix fasttrap_sig{trap,segv}(). - Don't leak the ksiginfo structure. - Hold the proc lock when sending a signal in fasttrap_sigsegv(). MFC after:1 week

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Scott Long
> On Feb 25, 2019, at 7:18 PM, Rodney W. Grimes > wrote: > > > I think for a few reasons, I doubt you copied the whole distribution > that this file came from, as I am sure that distribution included > a LICENSE file. Second if you actually read the GPL v2 documentation > and follow what it

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Brooks Davis
On Tue, Feb 26, 2019 at 05:52:48PM +, Brooks Davis wrote: > On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote: > > > An additional issue is that the a warning tag was not added to > > > sys/conf/files. A warning along the lines of: > > > > > > warning "kernel contains GPLv2

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Rodney W. Grimes
> On Tue, Feb 26, 2019 at 05:52:48PM +, Brooks Davis wrote: > > On Mon, Feb 25, 2019 at 05:11:26PM -0800, K. Macy wrote: > > > > An additional issue is that the a warning tag was not added to > > > > sys/conf/files. A warning along the lines of: > > > > > > > > warning "kernel

svn commit: r344606 - head/sys/dev/flash

2019-02-26 Thread Ian Lepore
Author: ian Date: Tue Feb 26 20:50:49 2019 New Revision: 344606 URL: https://svnweb.freebsd.org/changeset/base/344606 Log: Add support for geom_flashmap by providing a getattr() for "SPI:device". Modified: head/sys/dev/flash/at45d.c Modified: head/sys/dev/flash/at45d.c

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

2019-02-26 Thread Cy Schubert
In message <20a4a5ab-f088-537b-8666-e6c6f4317...@freebsd.org>, John Baldwin wri tes: > On 2/26/19 8:59 AM, Rodney W. Grimes wrote: > >> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert > >> wrote: > >> > >>> On February 26, 2019 7:48:27 AM PST, Cy Schubert < > >>> cy.schub...@cschubert.com> wrote: >

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

2019-02-26 Thread Cy Schubert
In message , Fatih Acar writes: > This is a multi-part message in MIME format. > --6A54CE5B28D823DCB8C41577 > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: 8bit > > On 2/26/19 5:36 PM, Cy Schubert wrote: > > On February 26, 2019 8:11:31 AM PST, Baptiste

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

2019-02-26 Thread Toomas Soome via svn-src-head
> On 26 Feb 2019, at 23:02, Cy Schubert wrote: > > In message , Fatih Acar > writes: >> This is a multi-part message in MIME format. >> --6A54CE5B28D823DCB8C41577 >> Content-Type: text/plain; charset=utf-8 >> Content-Transfer-Encoding: 8bit >> >> On 2/26/19 5:36 PM, Cy Schubert

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

2019-02-26 Thread Cy Schubert
In message <201902261659.x1qgxkl0046...@pdx.rh.cn85.dnsmgr.net>, "Rodney W. Gri mes" writes: > > On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert > > wrote: > > > > > On February 26, 2019 7:48:27 AM PST, Cy Schubert < > > > cy.schub...@cschubert.com> wrote: > > > >On February 26, 2019 12:18:35 AM

svn commit: r344609 - in head/sys: dev/fdt modules/fdt modules/fdt/fdt_slicer

2019-02-26 Thread Ian Lepore
Author: ian Date: Tue Feb 26 22:34:29 2019 New Revision: 344609 URL: https://svnweb.freebsd.org/changeset/base/344609 Log: Make it possible to load fdt_slicer as a module (unloading works too fwiw). Added: head/sys/modules/fdt/ head/sys/modules/fdt/Makefile (contents, props changed)

svn commit: r344610 - head/share/man/man4

2019-02-26 Thread Ian Lepore
Author: ian Date: Tue Feb 26 22:50:01 2019 New Revision: 344610 URL: https://svnweb.freebsd.org/changeset/base/344610 Log: Add manpages for at45d(4) and mx25l(4). Added: head/share/man/man4/at45d.4 (contents, props changed) head/share/man/man4/mx25l.4 (contents, props changed)

svn commit: r344612 - head/sys/dev/flash

2019-02-26 Thread Ian Lepore
Author: ian Date: Tue Feb 26 22:52:41 2019 New Revision: 344612 URL: https://svnweb.freebsd.org/changeset/base/344612 Log: Add a module dependency on fdt_slicer. Also, move the PNP_INFO to its more usual location, down near the DRIVER_MODULE() stuff. Modified: head/sys/dev/flash/at45d.c

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

2019-02-26 Thread Jilles Tjoelker
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: https://svnweb.freebsd.org/changeset/base/344570 > > Log: > > sysrc.8: Pet igor

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Shawn Webb
On Tue, Feb 26, 2019 at 10:18:45AM -0700, Warner Losh wrote: > On Tue, Feb 26, 2019 at 8:46 AM Shawn Webb > wrote: > > > On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote: > > > > > The modest increase in activation energy for that task seems worth it > > > > > for the short-term

svn commit: r344611 - head/sys/dev/flash

2019-02-26 Thread Ian Lepore
Author: ian Date: Tue Feb 26 22:52:08 2019 New Revision: 344611 URL: https://svnweb.freebsd.org/changeset/base/344611 Log: Add a module dependency on fdt_slicer. Modified: head/sys/dev/flash/mx25l.c Modified: head/sys/dev/flash/mx25l.c