svn commit: r333622 - head/usr.sbin/bhyve

2018-05-14 Thread Marcelo Araujo
Author: araujo Date: Tue May 15 05:55:29 2018 New Revision: 333622 URL: https://svnweb.freebsd.org/changeset/base/333622 Log: vq_getchain() can return -1 if some descriptor(s) are invalid and prints a diagnostic message. So we do a sanity checking on the return value of vq_getchain().

svn commit: r333621 - head/usr.sbin/cxgbetool

2018-05-14 Thread Navdeep Parhar
Author: np Date: Tue May 15 04:31:11 2018 New Revision: 333621 URL: https://svnweb.freebsd.org/changeset/base/333621 Log: cxgbetool(8): Provide user interface for hashfilters, hardware NAT, and other filtering related features that were recently added to the driver. Sponsored by: Chelsio

svn commit: r333620 - in head/sys/dev/cxgbe: . common firmware tom

2018-05-14 Thread Navdeep Parhar
Author: np Date: Tue May 15 04:24:38 2018 New Revision: 333620 URL: https://svnweb.freebsd.org/changeset/base/333620 Log: cxgbe(4): Filtering related features and fixes. - Driver support for hardware NAT. - Driver support for swapmac action. - Validate a request to create a hashfilter

svn commit: r333618 - head/sys/kern

2018-05-14 Thread Ed Maste
Author: emaste Date: Tue May 15 00:50:09 2018 New Revision: 333618 URL: https://svnweb.freebsd.org/changeset/base/333618 Log: subr_pidctrl: use standard 2-Clause FreeBSD license and disclaimer Approved by: jeff Modified: head/sys/kern/subr_pidctrl.c Modified:

svn commit: r333614 - head/sys/dev/mmc

2018-05-14 Thread Marius Strobl
Author: marius Date: Mon May 14 21:57:45 2018 New Revision: 333614 URL: https://svnweb.freebsd.org/changeset/base/333614 Log: Let mmcsd_ioctl() ensure appropriate privileges via priv_check(9). Modified: head/sys/dev/mmc/mmcsd.c Modified: head/sys/dev/mmc/mmcsd.c

svn commit: r333613 - head/sys/dev/sdhci

2018-05-14 Thread Marius Strobl
Author: marius Date: Mon May 14 21:46:06 2018 New Revision: 333613 URL: https://svnweb.freebsd.org/changeset/base/333613 Log: The broken DDR52 support of Intel Bay Trail eMMC controllers rumored in the commit log of r321385 has been confirmed via the public VLI54 erratum. Thus, stop

svn commit: r333612 - head/sys/net

2018-05-14 Thread Stephen Hurd
Author: shurd Date: Mon May 14 20:06:49 2018 New Revision: 333612 URL: https://svnweb.freebsd.org/changeset/base/333612 Log: Replace rmlock with epoch in lagg Use the new epoch based reclamation API. Now the hot paths will not block at all, and the sx lock is used for the softc data.

Re: svn commit: r332730 - in head/sys: amd64/amd64 i386/i386 powerpc/powerpc

2018-05-14 Thread Andriy Gapon
On 05/05/2018 01:55, John Baldwin wrote: > On Wednesday, April 18, 2018 03:44:54 PM Andriy Gapon wrote: >> Author: avg >> Date: Wed Apr 18 15:44:54 2018 >> New Revision: 332730 >> URL: https://svnweb.freebsd.org/changeset/base/332730 >> >> Log: >> don't check for kdb reentry in trap_fatal(),

svn commit: r333606 - head/sys/amd64/include

2018-05-14 Thread John Baldwin
Author: jhb Date: Mon May 14 17:27:53 2018 New Revision: 333606 URL: https://svnweb.freebsd.org/changeset/base/333606 Log: Make the common interrupt entry point labels local labels. Kernel debuggers depend on symbol names to find stack frames with a trapframe rather than a normal stack

svn commit: r333604 - head/sys/netinet

2018-05-14 Thread Michael Tuexen
Author: tuexen Date: Mon May 14 15:16:51 2018 New Revision: 333604 URL: https://svnweb.freebsd.org/changeset/base/333604 Log: sctp_get_mbuf_for_msg() should honor the allinone parameter. When it is not required that the buffer is not a chain, return a chain. This is based on a patch

svn commit: r333603 - head/sys/netinet

2018-05-14 Thread Michael Tuexen
Author: tuexen Date: Mon May 14 13:50:17 2018 New Revision: 333603 URL: https://svnweb.freebsd.org/changeset/base/333603 Log: Ensure that the MTU's used are multiple of 4. The length of SCTP packets is always a multiple of 4. Therefore, ensure that the MTUs used are also a multiple of 4.

Re: svn commit: r333597 - head/sys/sys

2018-05-14 Thread Konstantin Belousov
On Mon, May 14, 2018 at 12:56:33AM +, Matt Macy wrote: > Author: mmacy > Date: Mon May 14 00:56:33 2018 > New Revision: 333597 > URL: https://svnweb.freebsd.org/changeset/base/333597 > > Log: > pmc: fix buildworld > > hid ck_queue.h from user > > Approved by:sbruno > >

Re: svn commit: r333551 - in head/contrib/ldns: . compat drill ldns m4 packaging

2018-05-14 Thread Philip Paeps
On 2018-05-12 12:00:18 (+), Dag-Erling Smørgrav wrote: Author: des Date: Sat May 12 12:00:18 2018 New Revision: 333551 URL: https://svnweb.freebsd.org/changeset/base/333551 Log: Upgrade LDNS to 1.7.0. I've been holding back on this because 1.7.0 requires OpenSSL 1.1.0 or newer for full

svn commit: r333601 - head/sys/dev/hwpmc

2018-05-14 Thread Matt Macy
Author: mmacy Date: Mon May 14 06:11:25 2018 New Revision: 333601 URL: https://svnweb.freebsd.org/changeset/base/333601 Log: hwpmc: don't reference domain index with no memory backing it On multi-socket the domain will be correctly set for a given CPU regardless of whether or not NUMA is