svn commit: r346943 - stable/12/sys/dev/mrsas

2019-04-30 Thread Kashyap D Desai
Author: kadesai Date: Tue Apr 30 07:10:11 2019 New Revision: 346943 URL: https://svnweb.freebsd.org/changeset/base/346943 Log: MFC r345056, r345058, r345059 r345056 fw_outstanding"(outstanding IOs at firmware level) counter gets screwed up when R1 fastpath writes are running. Some o

svn commit: r346944 - stable/11/sys/dev/mrsas

2019-04-30 Thread Kashyap D Desai
Author: kadesai Date: Tue Apr 30 07:12:30 2019 New Revision: 346944 URL: https://svnweb.freebsd.org/changeset/base/346944 Log: MFC r345056, r345058, r345059 r345056 fw_outstanding"(outstanding IOs at firmware level) counter gets screwed up when R1 fastpath writes are running. Some o

svn commit: r346945 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 07:32:02 2019 New Revision: 346945 URL: https://svnweb.freebsd.org/changeset/base/346945 Log: MFC r341654: cxgbe(4): Get Linux cxgb4vf working in bhyve VMs with VFs passed through. cxgb4vf doesn't own the buffer size list but still expects the first two

svn commit: r346946 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 07:34:34 2019 New Revision: 346946 URL: https://svnweb.freebsd.org/changeset/base/346946 Log: MFC r342234: cxgbe(4): Do not issue mbox commands after t4_fw_bye. Sponsored by: Chelsio Communications Modified: stable/11/sys/dev/cxgbe/t4_clip.c Directory Pro

svn commit: r346947 - stable/11/sys/dev/cxgbe/tom

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 07:37:03 2019 New Revision: 346947 URL: https://svnweb.freebsd.org/changeset/base/346947 Log: MFC r342356: Remove unused macros from t4_tom.h. Modified: stable/11/sys/dev/cxgbe/tom/t4_tom.h Directory Properties: stable/11/ (props changed) Modified: stable

svn commit: r346948 - stable/11/sys/dev/cxgbe/common

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 07:40:01 2019 New Revision: 346948 URL: https://svnweb.freebsd.org/changeset/base/346948 Log: MFC r342758: cxgbe(4): Clear FW_OK if the firmware reports an error. Sponsored by: Chelsio Communications Modified: stable/11/sys/dev/cxgbe/common/t4_hw.c Direct

svn commit: r346949 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 07:45:07 2019 New Revision: 346949 URL: https://svnweb.freebsd.org/changeset/base/346949 Log: MFC r342954: cxgbe(4): Move some INTx specific code to a more appropriate place. Modified: stable/11/sys/dev/cxgbe/t4_sge.c Directory Properties: stable/11/ (prop

svn commit: r346950 - stable/11/sys/dev/cxgbe/iw_cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 07:53:15 2019 New Revision: 346950 URL: https://svnweb.freebsd.org/changeset/base/346950 Log: MFC r343569, r345307 r343569: cxgbe/iw_cxgbe: Fix an address calculation in the memory registration code that was added in r342266. Submitted by: Krishnamraju

svn commit: r346951 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 08:01:59 2019 New Revision: 346951 URL: https://svnweb.freebsd.org/changeset/base/346951 Log: MFC r343233: cxgbe(4): Clear the reply-pending status of a hashfilter when the reply indicates an error. Also, do not remove it twice from the hf list in this case.

svn commit: r346952 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 08:08:06 2019 New Revision: 346952 URL: https://svnweb.freebsd.org/changeset/base/346952 Log: MFC r343264: cxgbe(4): Use a truncated firmware header for version checks. All the version numbers are towards the begining of the header. Sponsored by: Chelsio

svn commit: r346954 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 08:17:11 2019 New Revision: 346954 URL: https://svnweb.freebsd.org/changeset/base/346954 Log: MFC r343269, r346567 r343269: cxgbe(4): Allow negative values in hw.cxgbe.fw_install and take them to mean that the driver should taste the firmware in the KLD and u

svn commit: r346955 - stable/12/sys/fs/ext2fs

2019-04-30 Thread Fedor Uporov
Author: fsu Date: Tue Apr 30 09:10:45 2019 New Revision: 346955 URL: https://svnweb.freebsd.org/changeset/base/346955 Log: MFC r346267, 346269: ext2fs: Initial version of DTrace support. Reviewed by:pfg, gnn Differential Revision:https://reviews.freebsd.org/D19848 Modified:

svn commit: r346956 - in head/sys/compat/linuxkpi/common: include/linux src

2019-04-30 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 30 09:26:11 2019 New Revision: 346956 URL: https://svnweb.freebsd.org/changeset/base/346956 Log: Store a pointer to the device instead of the PCI device in the DMA pool implementation in the LinuxKPI. This avoids use of container_of(). No functional change.

svn commit: r346957 - in head/sys/compat/linuxkpi/common: include/linux src

2019-04-30 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 30 09:38:22 2019 New Revision: 346957 URL: https://svnweb.freebsd.org/changeset/base/346957 Log: Make the dma_pool structure private to the LinuxKPI similar to Linux. No functional change. Discussed with: kib @ Sponsored by: Mellan

svn commit: r346958 - head/sys/compat/linuxkpi/common/src

2019-04-30 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 30 10:41:20 2019 New Revision: 346958 URL: https://svnweb.freebsd.org/changeset/base/346958 Log: Reduce the number of mutexes after r346645 in the LinuxKPI. Make function macro wrappers for locking and unlocking to ease readability. No functional change.

Re: svn commit: r346958 - head/sys/compat/linuxkpi/common/src

2019-04-30 Thread Niclas Zeising
On 2019-04-30 12:41, Hans Petter Selasky wrote: Author: hselasky Date: Tue Apr 30 10:41:20 2019 New Revision: 346958 URL: https://svnweb.freebsd.org/changeset/base/346958 Log: Reduce the number of mutexes after r346645 in the LinuxKPI. Make function macro wrappers for locking and unlocking

Re: svn commit: r346932 - head/sys/ufs/ufs

2019-04-30 Thread Mark Johnston
On Tue, Apr 30, 2019 at 06:08:49AM +, Alexey Dokuchaev wrote: > On Mon, Apr 29, 2019 at 10:05:26PM +, Mark Johnston wrote: > > New Revision: 346932 > > URL: https://svnweb.freebsd.org/changeset/base/346932 > > > > Log: > > Optimize lseek(SEEK_DATA) on UFS. > > > > This version fixes

svn commit: r346959 - in head/release: . tools

2019-04-30 Thread Glen Barber
Author: gjb Date: Tue Apr 30 14:29:09 2019 New Revision: 346959 URL: https://svnweb.freebsd.org/changeset/base/346959 Log: Reduce the default image size for virtual machine disk images from 30GB to 3GB. The raw images can be resized using truncate(1), and other formats can be resized with t

svn commit: r346960 - head/usr.sbin/rtadvd

2019-04-30 Thread Mark Johnston
Author: markj Date: Tue Apr 30 14:44:39 2019 New Revision: 346960 URL: https://svnweb.freebsd.org/changeset/base/346960 Log: Retry upon NET_RT_IFLIST sysctl failure. Port the logic used by getifaddrs(3) to handle the case where NET_RT_IFLIST returns ENOMEM, which can occur if the list siz

Re: svn commit: r346932 - head/sys/ufs/ufs

2019-04-30 Thread Warner Losh
On Tue, Apr 30, 2019 at 8:27 AM Mark Johnston wrote: > On Tue, Apr 30, 2019 at 06:08:49AM +, Alexey Dokuchaev wrote: > > On Mon, Apr 29, 2019 at 10:05:26PM +, Mark Johnston wrote: > > > New Revision: 346932 > > > URL: https://svnweb.freebsd.org/changeset/base/346932 > > > > > > Log: > > >

Re: svn commit: r346958 - head/sys/compat/linuxkpi/common/src

2019-04-30 Thread Hans Petter Selasky
On 4/30/19 3:10 PM, Niclas Zeising wrote: On 2019-04-30 12:41, Hans Petter Selasky wrote: Author: hselasky Date: Tue Apr 30 10:41:20 2019 New Revision: 346958 URL: https://svnweb.freebsd.org/changeset/base/346958 Log:    Reduce the number of mutexes after r346645 in the LinuxKPI.    Make functi

Re: svn commit: r346958 - head/sys/compat/linuxkpi/common/src

2019-04-30 Thread Warner Losh
On Tue, Apr 30, 2019 at 9:17 AM Hans Petter Selasky wrote: > On 4/30/19 3:10 PM, Niclas Zeising wrote: > > On 2019-04-30 12:41, Hans Petter Selasky wrote: > >> Author: hselasky > >> Date: Tue Apr 30 10:41:20 2019 > >> New Revision: 346958 > >> URL: https://svnweb.freebsd.org/changeset/base/346958

svn commit: r346961 - head/tools/boot

2019-04-30 Thread Ed Maste
Author: emaste Date: Tue Apr 30 15:28:52 2019 New Revision: 346961 URL: https://svnweb.freebsd.org/changeset/base/346961 Log: revert QEMU q35 platform use from r346748 It seems to be incompatible with the OVMF.fd (of unknown provenance) in use by the Cirrus-CI config. We will soon have a

Re: svn commit: r346958 - head/sys/compat/linuxkpi/common/src

2019-04-30 Thread Tycho Nightingale
> On Apr 30, 2019, at 11:24 AM, Warner Losh wrote: > > > On Tue, Apr 30, 2019 at 9:17 AM Hans Petter Selasky > wrote: > On 4/30/19 3:10 PM, Niclas Zeising wrote: > > On 2019-04-30 12:41, Hans Petter Selasky wrote: > >> Author: hselasky > >> Date: Tue Apr 30 10:41:20 20

svn commit: r346962 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 16:30:16 2019 New Revision: 346962 URL: https://svnweb.freebsd.org/changeset/base/346962 Log: MFC r343539: cxgbe(4): Add adapter information to messages logged by the OS-agnostic code in t4_hw.c. Sponsored by: Chelsio Communications Modified: stable/11/

svn commit: r346963 - in stable/11/sys/dev/cxgbe: . common

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 16:41:27 2019 New Revision: 346963 URL: https://svnweb.freebsd.org/changeset/base/346963 Log: MFC r343666, r343861-r343862, r343923, r343968, r345660, r345810 r343666: cxgbe(4): Improved error reporting and diagnostics. "slow" interrupt handler: - Expand

svn commit: r346964 - in stable/11/sys/dev/cxgbe: . common

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 16:52:50 2019 New Revision: 346964 URL: https://svnweb.freebsd.org/changeset/base/346964 Log: MFC r343889, r344519, r344682, r344719 r343889: cxgbev(4): Initialize debug_flags from the environment like in the PF driver. r344519: cxgbe(4): Use correct por

svn commit: r346965 - head/sys/compat/linux

2019-04-30 Thread Dmitry Chagin
Author: dchagin Date: Tue Apr 30 17:18:05 2019 New Revision: 346965 URL: https://svnweb.freebsd.org/changeset/base/346965 Log: Follow the FreeBSD and implement PDEATH_SIG prctl ops in the Linuxulator. It was first introduced in r163734 and missied by me in r283383. MFC after:1 week M

svn commit: r346966 - stable/11/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 17:20:38 2019 New Revision: 346966 URL: https://svnweb.freebsd.org/changeset/base/346966 Log: MFC r344654: cxgbe(4): Request high priority filter support explicitly, as required by recent firmwares. Sponsored by: Chelsio Communications Modified: stable/

svn commit: r346967 - in stable/11/sys/dev/cxgbe: . common firmware tom

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 17:30:37 2019 New Revision: 346967 URL: https://svnweb.freebsd.org/changeset/base/346967 Log: MFC r345334: cxgbe(4): Treat the viid as an opaque identifier. Recent firmwares prefer to use a different format for viid internally and this change allows them t

svn commit: r346968 - head/sbin/reboot

2019-04-30 Thread Ian Lepore
Author: ian Date: Tue Apr 30 17:42:05 2019 New Revision: 346968 URL: https://svnweb.freebsd.org/changeset/base/346968 Log: Update the manpage text to show the output generated by the first-stage bootloader these days (x86 instead of i386). Modified: head/sbin/reboot/boot_i386.8 Modified: h

svn commit: r346969 - head/stand/i386/zfsboot

2019-04-30 Thread Toomas Soome
Author: tsoome Date: Tue Apr 30 17:45:22 2019 New Revision: 346969 URL: https://svnweb.freebsd.org/changeset/base/346969 Log: zfsboot: to detect disk size, use GPT information first If we do have GPT on disk, read the disk size from it and do not call int13. Since int13 does report b

Re: svn commit: r346959 - in head/release: . tools

2019-04-30 Thread Conrad Meyer
Thanks, Glen! On Tue, Apr 30, 2019 at 7:29 AM Glen Barber wrote: > > Author: gjb > Date: Tue Apr 30 14:29:09 2019 > New Revision: 346959 > URL: https://svnweb.freebsd.org/changeset/base/346959 > > Log: > Reduce the default image size for virtual machine disk images from > 30GB to 3GB. The ra

svn commit: r346970 - stable/11/sys/dev/cxgbe/tom

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 18:03:17 2019 New Revision: 346970 URL: https://svnweb.freebsd.org/changeset/base/346970 Log: MFC r342208: cxgbe/t4_tom: fixes for issues on the passive open side. - Fix PR 227760 by getting the TOE to respond to the SYN after the call to toe_syncache_ad

svn commit: r346971 - stable/12/sys/netinet6

2019-04-30 Thread Konstantin Belousov
Author: kib Date: Tue Apr 30 18:36:56 2019 New Revision: 346971 URL: https://svnweb.freebsd.org/changeset/base/346971 Log: MFC r346596: ipoib: assign link-local address according to RFC. Modified: stable/12/sys/netinet6/in6_ifattach.c Directory Properties: stable/12/ (props changed) Mo

svn commit: r346972 - stable/11/sys/netinet6

2019-04-30 Thread Konstantin Belousov
Author: kib Date: Tue Apr 30 18:42:42 2019 New Revision: 346972 URL: https://svnweb.freebsd.org/changeset/base/346972 Log: MFC r346596: ipoib: assign link-local address according to RFC. Modified: stable/11/sys/netinet6/in6_ifattach.c Directory Properties: stable/11/ (props changed) Mo

svn commit: r346973 - head/stand/i386/gptboot

2019-04-30 Thread Ian Lepore
Author: ian Date: Tue Apr 30 18:48:20 2019 New Revision: 346973 URL: https://svnweb.freebsd.org/changeset/base/346973 Log: Add a paragraph that mentions gptboot having an interactive mode, and direct the user to the boot(8) manpage, which provides the details on that. Modified: head/stand/i

svn commit: r346974 - stable/12/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 21:24:44 2019 New Revision: 346974 URL: https://svnweb.freebsd.org/changeset/base/346974 Log: MFC r340375 (by jch@): cxgbe/netmap: Fix cxgbe netmap when interface is DOWN A kernel panic can occur if the cxgbe interface is DOWN when activating netmap. This

svn commit: r346975 - stable/12/sys/dev/cxgbe

2019-04-30 Thread Navdeep Parhar
Author: np Date: Tue Apr 30 21:27:32 2019 New Revision: 346975 URL: https://svnweb.freebsd.org/changeset/base/346975 Log: MFC r346567: cxgbe(4): Make sure bundled_fw is always initialized before use. This fixes a bug that prevented the driver from auto-flashing the firmware when it d

svn commit: r346976 - head/usr.sbin/mountd

2019-04-30 Thread Alexander Motin
Author: mav Date: Tue Apr 30 21:38:38 2019 New Revision: 346976 URL: https://svnweb.freebsd.org/changeset/base/346976 Log: Respect quotes and escapes when splitting exports fields. Without this r293305 was still unable to handle names with spaces. MFC after:1 week Sponsored by: i

svn commit: r346977 - in stable/12/lib/libsecureboot: . h

2019-04-30 Thread Simon J. Gerraty
Author: sjg Date: Tue Apr 30 23:01:13 2019 New Revision: 346977 URL: https://svnweb.freebsd.org/changeset/base/346977 Log: Allow no_hash to appear in manifest. sbin/veriexec will ignore entries that have no hash anyway, but loader needs to be explicitly told that such files are ok to ig

svn commit: r346978 - in stable: 11/sys/amd64/vmm/intel 12/sys/amd64/vmm/intel

2019-04-30 Thread John Baldwin
Author: jhb Date: Tue Apr 30 23:53:54 2019 New Revision: 346978 URL: https://svnweb.freebsd.org/changeset/base/346978 Log: MFC 344711: Fix missed posted interrupts in VT-x in bhyve. When a vCPU is HLTed, interrupts with a priority below the processor priority (PPR) should not resume the v

svn commit: r346978 - in stable: 11/sys/amd64/vmm/intel 12/sys/amd64/vmm/intel

2019-04-30 Thread John Baldwin
Author: jhb Date: Tue Apr 30 23:53:54 2019 New Revision: 346978 URL: https://svnweb.freebsd.org/changeset/base/346978 Log: MFC 344711: Fix missed posted interrupts in VT-x in bhyve. When a vCPU is HLTed, interrupts with a priority below the processor priority (PPR) should not resume the v

Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs

2019-04-30 Thread Yoshihiro Ota
I looked into this more. I started wondering if "xdev" has been obsolete after /usr/obj/. dir chaneg. Both of these commands worked okay: % make kernel-toolchain kernel TARGET_ARCH=mips KERNCONF=PB92 -C /usr/src % make buildworld TARGET_ARCH=arm -C /usr/src While I kept getting compile errors b

svn commit: r346980 - in stable/12: . contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers contrib/wpa/sr...

2019-04-30 Thread Cy Schubert
Author: cy Date: Wed May 1 01:42:38 2019 New Revision: 346980 URL: https://svnweb.freebsd.org/changeset/base/346980 Log: MFC r341759, r341796, r341839, r341989, r346591: The following five MFCs update wpa 2.6 --> 2.8. r341759: MFV r341618: Update wpa 2.6 --> 2.7. r341796: Clean

svn commit: r346981 - in stable/11: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers contrib/wpa/src/...

2019-04-30 Thread Cy Schubert
Author: cy Date: Wed May 1 01:43:17 2019 New Revision: 346981 URL: https://svnweb.freebsd.org/changeset/base/346981 Log: MFC r341759, r341839, r346591: The following five MFCs update wpa 2.6 --> 2.8. r341759: MFV r341618: Update wpa 2.6 --> 2.7. r341839: Set default ciphers.

svn commit: r346982 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-04-30 Thread Cy Schubert
Author: cy Date: Wed May 1 01:49:33 2019 New Revision: 346982 URL: https://svnweb.freebsd.org/changeset/base/346982 Log: MFC r346804: Left justify a function header brace as it should be. No functional change. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory

svn commit: r346982 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-04-30 Thread Cy Schubert
Author: cy Date: Wed May 1 01:49:33 2019 New Revision: 346982 URL: https://svnweb.freebsd.org/changeset/base/346982 Log: MFC r346804: Left justify a function header brace as it should be. No functional change. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory

svn commit: r346982 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-04-30 Thread Cy Schubert
Author: cy Date: Wed May 1 01:49:33 2019 New Revision: 346982 URL: https://svnweb.freebsd.org/changeset/base/346982 Log: MFC r346804: Left justify a function header brace as it should be. No functional change. Modified: stable/10/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory

svn commit: r346983 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 12/contrib/sqlite3 12/contrib/sqlite3/tea

2019-04-30 Thread Cy Schubert
Author: cy Date: Wed May 1 01:53:19 2019 New Revision: 346983 URL: https://svnweb.freebsd.org/changeset/base/346983 Log: MFC r346459: MFV r346450: Update sqlite3-3.27.1 (3270100) --> sqlite3-3.27.2 (3270200) Modified: stable/11/contrib/sqlite3/configure stable/11/contrib/sqli

svn commit: r346983 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 12/contrib/sqlite3 12/contrib/sqlite3/tea

2019-04-30 Thread Cy Schubert
Author: cy Date: Wed May 1 01:53:19 2019 New Revision: 346983 URL: https://svnweb.freebsd.org/changeset/base/346983 Log: MFC r346459: MFV r346450: Update sqlite3-3.27.1 (3270100) --> sqlite3-3.27.2 (3270200) Modified: stable/12/contrib/sqlite3/configure stable/12/contrib/sqli

svn commit: r346984 - head/stand/common

2019-04-30 Thread Warner Losh
Author: imp Date: Wed May 1 05:42:13 2019 New Revision: 346984 URL: https://svnweb.freebsd.org/changeset/base/346984 Log: Use D_PARTISGPT rather than bare 255 These three cases dovetail with other places in the code where we use or set D_PARTISGPT when we mean that the partitioning schem