Re: svn commit: r338948 - in head/sys: crypto/ccp dev/aac dev/aacraid dev/adlink dev/ae dev/age dev/ahci dev/alc dev/ale dev/amdsmn dev/amdtemp dev/amr dev/an dev/bce dev/bfe dev/bge dev/bwi dev/bwn d

2018-09-26 Thread Conrad Meyer
Thanks! On Wed, Sep 26, 2018 at 7:12 AM Warner Losh wrote: > Author: imp > Date: Wed Sep 26 17:12:14 2018 > New Revision: 338948 > URL: https://svnweb.freebsd.org/changeset/base/338948 > > Log: > Reapply, with minor tweaks, r338025, from the original commit: > > Remove unused and easy to

svn commit: r338956 - head/libexec/rtld-elf

2018-09-26 Thread Konstantin Belousov
Author: kib Date: Wed Sep 26 21:28:14 2018 New Revision: 338956 URL: https://svnweb.freebsd.org/changeset/base/338956 Log: Provide refobj context when doing libmap substitution inside search_library_path(). This corrects the scope of libmap matches. Reported and tested by:

svn commit: r338955 - head/libexec/rtld-elf

2018-09-26 Thread Konstantin Belousov
Author: kib Date: Wed Sep 26 21:27:08 2018 New Revision: 338955 URL: https://svnweb.freebsd.org/changeset/base/338955 Log: When doing lm_add(), check for duplicates. This is useful when lm_find() moves the match to the global mapping, since lm_find() could be called with a same path more

svn commit: r338954 - in head/sys/dev/cxgbe: . firmware

2018-09-26 Thread Navdeep Parhar
Author: np Date: Wed Sep 26 21:16:07 2018 New Revision: 338954 URL: https://svnweb.freebsd.org/changeset/base/338954 Log: cxgbe(4): Enable support for per-connection rate limiting in the default firmware configuration files. Approved by: re@ (gjb@) Sponsored by: Chelsio Communications

svn commit: r338953 - head/sys/opencrypto

2018-09-26 Thread Sean Eric Fagan
Author: sef Date: Wed Sep 26 20:23:12 2018 New Revision: 338953 URL: https://svnweb.freebsd.org/changeset/base/338953 Log: Add per-session locking to cryptosoft (swcr). As part of ZFS Crypto, I started getting a series of panics when I did not have AESNI loaded. Adding locking fixed it,

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

2018-09-26 Thread Warner Losh
Author: imp Date: Wed Sep 26 19:41:06 2018 New Revision: 338952 URL: https://svnweb.freebsd.org/changeset/base/338952 Log: Relax syntax requirements of source string The original spec for the strings describing the PNP info didn't allow spaces. Several times now people have broken the

svn commit: r338951 - in head/sys/dev: pcn ral rl

2018-09-26 Thread Warner Losh
Author: imp Date: Wed Sep 26 19:41:00 2018 New Revision: 338951 URL: https://svnweb.freebsd.org/changeset/base/338951 Log: Remove bogus spaces. Spaces aren't allowed in these strings. Approved by: re@ (glen) Modified: head/sys/dev/pcn/if_pcn.c head/sys/dev/ral/if_ral_pci.c

Re: svn commit: r338949 - in head/sys/dev: cxgb ida iwn ixl mfi mpr mps mvs my oce pccbb pcn ral rl

2018-09-26 Thread Warner Losh
Yea, I have a fix submitted to re@. It looks like I as I was moving the changes between trees that one of the changes to fix this got dropped. :( Warner On Wed, Sep 26, 2018 at 1:13 PM Navdeep Parhar wrote: > This seems to break installkernel. kldxref works if I back out this > change. > >

Re: svn commit: r338949 - in head/sys/dev: cxgb ida iwn ixl mfi mpr mps mvs my oce pccbb pcn ral rl

2018-09-26 Thread Navdeep Parhar
This seems to break installkernel. kldxref works if I back out this change. kldxref /boot/head kldxref: Parse error of description string U16:vendor; U16:device Regards, Navdeep On 9/26/18 10:12 AM, Warner Losh wrote: > Author: imp > Date: Wed Sep 26 17:12:30 2018 > New Revision: 338949 > URL:

Re: svn commit: r338949 - in head/sys/dev: cxgb ida iwn ixl mfi mpr mps mvs my oce pccbb pcn ral rl

2018-09-26 Thread Mark Millard via svn-src-head
[Similar to an old note about -r336099 .] Both: https://ci.freebsd.org/job/FreeBSD-head-amd64-build/10300/consoleText https://ci.freebsd.org/job/FreeBSD-head-i386-build/9428/consoleText show (from the amd64 example): ===> zlib (install) install -N /usr/src/etc -T release -o root -g wheel -m

svn commit: r338950 - head/usr.sbin/chown

2018-09-26 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 26 18:40:57 2018 New Revision: 338950 URL: https://svnweb.freebsd.org/changeset/base/338950 Log: Handle overflow of uid or gid in arguments for chown chown incorrectly allows a uid or gid greater than UID_MAX/GID_MAX respectively. Using such an argument

svn commit: r338949 - in head/sys/dev: cxgb ida iwn ixl mfi mpr mps mvs my oce pccbb pcn ral rl

2018-09-26 Thread Warner Losh
Author: imp Date: Wed Sep 26 17:12:30 2018 New Revision: 338949 URL: https://svnweb.freebsd.org/changeset/base/338949 Log: Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, mfi, mps, mpr, mvs, my, oce, pcn, ral, rl. This only labels existing pci device tables, and has no

svn commit: r338948 - in head/sys: crypto/ccp dev/aac dev/aacraid dev/adlink dev/ae dev/age dev/ahci dev/alc dev/ale dev/amdsmn dev/amdtemp dev/amr dev/an dev/bce dev/bfe dev/bge dev/bwi dev/bwn de...

2018-09-26 Thread Warner Losh
Author: imp Date: Wed Sep 26 17:12:14 2018 New Revision: 338948 URL: https://svnweb.freebsd.org/changeset/base/338948 Log: Reapply, with minor tweaks, r338025, from the original commit: Remove unused and easy to misuse PNP macro parameter Inspired by r338025, just remove the element

svn commit: r338947 - head/sbin/ipfw

2018-09-26 Thread Andrey V. Elsukov
Author: ae Date: Wed Sep 26 15:37:48 2018 New Revision: 338947 URL: https://svnweb.freebsd.org/changeset/base/338947 Log: Add "src-ip" or "dst-ip" keyword to the output, when we are printing the rest of rule options. Reported by: lev Approved by: re (gjb) MFC after:1 week

svn commit: r338946 - head

2018-09-26 Thread Ed Maste
Author: emaste Date: Wed Sep 26 15:07:06 2018 New Revision: 338946 URL: https://svnweb.freebsd.org/changeset/base/338946 Log: add REPRODUCIBLE_BUILD note to UPDATING Reported by: bz Approved by: re (gjb) Modified: head/UPDATING Modified: head/UPDATING

svn commit: r338945 - head/sys/netipsec

2018-09-26 Thread Andrey V. Elsukov
Author: ae Date: Wed Sep 26 14:47:51 2018 New Revision: 338945 URL: https://svnweb.freebsd.org/changeset/base/338945 Log: Fix witness warning in xform_init(). Do not call crypto_newsession() while holding xforms_lock mutex. Release mutex before invoking crypto_newsession(), and use

svn commit: r338944 - head

2018-09-26 Thread Ed Maste
Author: emaste Date: Wed Sep 26 14:32:36 2018 New Revision: 338944 URL: https://svnweb.freebsd.org/changeset/base/338944 Log: Clarify UPDATING entry about lld The workaround described in the 20180530 entry is no longer required. Amend that entry and add a new 20180530 entry noting lld is

svn commit: r338942 - head/sys/dev/pci

2018-09-26 Thread Slava Shwartsman
Author: slavash Date: Wed Sep 26 13:16:55 2018 New Revision: 338942 URL: https://svnweb.freebsd.org/changeset/base/338942 Log: Add PCIV_INVALID definition From PCI Spec rev 2.2, 6.2.1. Device Identification: Vendor ID This field identifies the manufacturer of the device. Valid vendor

svn commit: r338941 - head/sys/netinet

2018-09-26 Thread Michael Tuexen
Author: tuexen Date: Wed Sep 26 10:24:50 2018 New Revision: 338941 URL: https://svnweb.freebsd.org/changeset/base/338941 Log: Whitespace changes and fixing a typo. No functional change. Approved by: re (kib@) MFC after:1 week Modified: head/sys/netinet/sctp_input.c