svn commit: r331541 - stable/11/sys/kern

2018-03-25 Thread Don Lewis
Author: truckman Date: Mon Mar 26 04:41:23 2018 New Revision: 331541 URL: https://svnweb.freebsd.org/changeset/base/331541 Log: MFC r329844 MFC r329875 (by kib) r329844 | truckman | 2018-02-22 16:12:51 -0800 (Thu, 22 Feb 2018) | 52 lines Decrease latency by not wrapping the idle loop

svn commit: r331539 - in stable/11/stand: efi/libefi i386/libi386

2018-03-25 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 00:26:46 2018 New Revision: 331539 URL: https://svnweb.freebsd.org/changeset/base/331539 Log: MFC r331416, r331440: Loader consoles: Implement SGR 22, reste intensity r331416: Loader consoles: Implement SGR 22, reset intensity r331440: Match broken s

svn commit: r331540 - stable/11/tools/build/options

2018-03-25 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 00:30:46 2018 New Revision: 331540 URL: https://svnweb.freebsd.org/changeset/base/331540 Log: MFC r330115: Add missing WITH_BSD_GREP_FASTMATCH description Added: stable/11/tools/build/options/WITH_BSD_GREP_FASTMATCH - copied unchanged from r330115, head/t

svn commit: r331538 - head/sys/net

2018-03-25 Thread Mark Johnston
Author: markj Date: Sun Mar 25 23:23:19 2018 New Revision: 331538 URL: https://svnweb.freebsd.org/changeset/base/331538 Log: Clamp IFLIB_RX_COPY_THRESH to MHLEN in iflib_rxd_pkt_get(). If one has added fields to struct mbuf such that MHLEN is smaller than this threshold (128), iflib_rxd_p

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Mark Peek
On Sun, Mar 25, 2018 at 2:01 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Mar 25, 2018 1:09 PM, "Benjamin Kaduk" wrote: > > > > I am surprised that no one has yet quoted the commit message from r325966 > > when the first SPDX

svn commit: r331537 - head

2018-03-25 Thread Benno Rice
Author: benno Date: Sun Mar 25 21:07:59 2018 New Revision: 331537 URL: https://svnweb.freebsd.org/changeset/base/331537 Log: Add an entry dealing with the makefs ISO9660 EFI tagging changes. If you're building -CURRENT releases and it fails when building ISO images on amd64 you'll need to

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Mar 25, 2018 1:09 PM, "Benjamin Kaduk" wrote: > > I am surprised that no one has yet quoted the commit message from r325966 > when the first SPDX tags appear to have been added to base: > > We are gradually adopting the specification, noting >

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Rodney W. Grimes
> On Sun, Mar 25, 2018 at 10:42 AM, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > Did VMWare provide the files with the dual license text in them? > > Or did they provide files with SPDX tags in them? > > Or ? > > Does VMWare have these files published some place, with terms of

svn commit: r331536 - head/sys/kern

2018-03-25 Thread Mark Johnston
Author: markj Date: Sun Mar 25 20:12:14 2018 New Revision: 331536 URL: https://svnweb.freebsd.org/changeset/base/331536 Log: Use LIST_FOREACH_SAFE in sleepq_chains_remove_matching(). We may remove a sleepqueue from the hash table in sleepq_resume_thread(). Reviewed by: kib MFC aft

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Warner Losh
On Mar 25, 2018 1:09 PM, "Benjamin Kaduk" wrote: I am surprised that no one has yet quoted the commit message from r325966 when the first SPDX tags appear to have been added to base: We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Benjamin Kaduk
I am surprised that no one has yet quoted the commit message from r325966 when the first SPDX tags appear to have been added to base: We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.

Re: svn commit: r331447 - head/sys/dev/mlx5/mlx5_core

2018-03-25 Thread Hans Petter Selasky
On 03/25/18 18:10, Conrad Meyer wrote: It seems it slipped back in via r331445 after I had removed it in r330714. That might be. When this round of mlx5 patching is done I'll pull in all upstream changes. --HPS ___ svn-src-all@freebsd.org mailing

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Pedro Giffuni
On 25/03/2018 11:03, Rodney W. Grimes wrote: On 25/03/2018 06:49, Rodney W. Grimes wrote: On Sat, Mar 24, 2018 at 6:27 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: Author: mp Date: Sun Mar 25 00:57:00 2018 New Revision: 331510 URL: https://svnweb.freebsd.org/changeset/base/

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Warner Losh
On Sun, Mar 25, 2018 at 10:35 AM, Joerg Sonnenberger wrote: > On Sun, Mar 25, 2018 at 09:03:20AM -0700, Rodney W. Grimes wrote: > > Kirk would have to back me up on this, but my understanding of the > > decisions that the UCB Regents legal staff came to was that each > > file should have a comple

Re: svn commit: r331532 - head/sys/crypto/ccp

2018-03-25 Thread Warner Losh
On Sun, Mar 25, 2018 at 11:00 AM, Ian Lepore wrote: > On Sun, 2018-03-25 at 16:56 +, Warner Losh wrote: > > Author: imp > > Date: Sun Mar 25 16:56:49 2018 > > New Revision: 331532 > > URL: https://svnweb.freebsd.org/changeset/base/331532 > > > > Log: > > The PNP info has to follow the modul

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Warner Losh
On Sun, Mar 25, 2018 at 10:42 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > Did VMWare provide the files with the dual license text in them? > Or did they provide files with SPDX tags in them? > Or ? > Does VMWare have these files published some place, with terms of > use and suc

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Warner Losh
On Sun, Mar 25, 2018 at 10:46 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Sun, Mar 25, 2018 at 09:03:20AM -0700, Rodney W. Grimes wrote: > > > Kirk would have to back me up on this, but my understanding of the > > > decisions that the UCB Regents legal staff came to was th

svn commit: r331534 - head/share/man/man9

2018-03-25 Thread Warner Losh
Author: imp Date: Sun Mar 25 17:12:09 2018 New Revision: 331534 URL: https://svnweb.freebsd.org/changeset/base/331534 Log: Note that MODULE_PNP_INFO has to come after a DRIVER_MODULE. Modified: head/share/man/man9/MODULE_PNP_INFO.9 Modified: head/share/man/man9/MODULE_PNP_INFO.9

Re: svn commit: r331532 - head/sys/crypto/ccp

2018-03-25 Thread Ian Lepore
On Sun, 2018-03-25 at 16:56 +, Warner Losh wrote: > Author: imp > Date: Sun Mar 25 16:56:49 2018 > New Revision: 331532 > URL: https://svnweb.freebsd.org/changeset/base/331532 > > Log: >   The PNP info has to follow the module definition. Move it from just >   after the array to its proper loc

svn commit: r331533 - head/share/misc

2018-03-25 Thread Eitan Adler
Author: eadler Date: Sun Mar 25 16:57:21 2018 New Revision: 331533 URL: https://svnweb.freebsd.org/changeset/base/331533 Log: [pci-vendors] Update to 2018-03-21 MFC After:3 days Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors =

svn commit: r331532 - head/sys/crypto/ccp

2018-03-25 Thread Warner Losh
Author: imp Date: Sun Mar 25 16:56:49 2018 New Revision: 331532 URL: https://svnweb.freebsd.org/changeset/base/331532 Log: The PNP info has to follow the module definition. Move it from just after the array to its proper location. Otherwise, the linker.hints file has things out of order and

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Joerg Sonnenberger
On Sun, Mar 25, 2018 at 09:46:16AM -0700, Rodney W. Grimes wrote: > > On Sun, Mar 25, 2018 at 09:03:20AM -0700, Rodney W. Grimes wrote: > > > Kirk would have to back me up on this, but my understanding of the > > > decisions that the UCB Regents legal staff came to was that each > > > file should h

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Rodney W. Grimes
> On Sun, Mar 25, 2018 at 09:03:20AM -0700, Rodney W. Grimes wrote: > > Kirk would have to back me up on this, but my understanding of the > > decisions that the UCB Regents legal staff came to was that each > > file should have a complete copyright and license clause and any > > thing less causes

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Rodney W. Grimes
> On Sun, Mar 25, 2018 at 9:03 AM, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > > > > > > On 25/03/2018 06:49, Rodney W. Grimes wrote: > > > >> On Sat, Mar 24, 2018 at 6:27 PM, Rodney W. Grimes < > > > >> free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > >> > > > Author: m

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Mark Peek
On Sun, Mar 25, 2018 at 9:03 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > > On 25/03/2018 06:49, Rodney W. Grimes wrote: > > >> On Sat, Mar 24, 2018 at 6:27 PM, Rodney W. Grimes < > > >> free...@pdx.rh.cn85.dnsmgr.net> wrote: > > >> > > Author: mp > > Date: Sun

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Joerg Sonnenberger
On Sun, Mar 25, 2018 at 09:03:20AM -0700, Rodney W. Grimes wrote: > Kirk would have to back me up on this, but my understanding of the > decisions that the UCB Regents legal staff came to was that each > file should have a complete copyright and license clause and any > thing less causes problems b

Re: svn commit: r331447 - head/sys/dev/mlx5/mlx5_core

2018-03-25 Thread Conrad Meyer
It seems it slipped back in via r331445 after I had removed it in r330714. On Sun, Mar 25, 2018 at 12:47 AM, Jeff Roberson wrote: > >> Author: hselasky >> Date: Fri Mar 23 18:11:06 2018 >> New Revision: 331447 >> URL: https://svnweb.freebsd.org/changeset/base/331447 >> >> Log: >> Hide verbose p

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Rodney W. Grimes
> > > On 25/03/2018 06:49, Rodney W. Grimes wrote: > >> On Sat, Mar 24, 2018 at 6:27 PM, Rodney W. Grimes < > >> free...@pdx.rh.cn85.dnsmgr.net> wrote: > >> > Author: mp > Date: Sun Mar 25 00:57:00 2018 > New Revision: 331510 > URL: https://svnweb.freebsd.org/changeset/base/33

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Pedro Giffuni
On 25/03/2018 06:49, Rodney W. Grimes wrote: On Sat, Mar 24, 2018 at 6:27 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: Author: mp Date: Sun Mar 25 00:57:00 2018 New Revision: 331510 URL: https://svnweb.freebsd.org/changeset/base/331510 These files do not each contain a usabl

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Rodney W. Grimes
> On Sat, Mar 24, 2018 at 6:27 PM, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > Author: mp > > > Date: Sun Mar 25 00:57:00 2018 > > > New Revision: 331510 > > > URL: https://svnweb.freebsd.org/changeset/base/331510 > > > > These files do not each contain a usable copyright,

svn commit: r331531 - head/sys/dev/mlx5

2018-03-25 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 25 08:55:53 2018 New Revision: 331531 URL: https://svnweb.freebsd.org/changeset/base/331531 Log: Remove redundant prototype to fix compilation with GCC. Reported by: jeff@ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/dev/

Re: svn commit: r331447 - head/sys/dev/mlx5/mlx5_core

2018-03-25 Thread Hans Petter Selasky
On 03/25/18 09:47, Jeff Roberson wrote: Author: hselasky Date: Fri Mar 23 18:11:06 2018 New Revision: 331447 URL: https://svnweb.freebsd.org/changeset/base/331447 Log:  Hide verbose proclamation of error when forced in mlx5core.  When mlx5_enter_error_state() operation is forced by shutdown,

Re: svn commit: r331447 - head/sys/dev/mlx5/mlx5_core

2018-03-25 Thread Jeff Roberson
Author: hselasky Date: Fri Mar 23 18:11:06 2018 New Revision: 331447 URL: https://svnweb.freebsd.org/changeset/base/331447 Log: Hide verbose proclamation of error when forced in mlx5core. When mlx5_enter_error_state() operation is forced by shutdown, the messages surrounding setting the err

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

2018-03-25 Thread Jeff Roberson
Author: jeff Date: Sun Mar 25 07:42:44 2018 New Revision: 331529 URL: https://svnweb.freebsd.org/changeset/base/331529 Log: Add missing file from 4331508 Document cpuset_{get,set}domain() Added: head/lib/libc/sys/cpuset_getdomain.2 (contents, props changed) Added: head/lib/libc/sys/cp