svn commit: r360808 - in stable/12/sys: conf riscv/include riscv/riscv

2020-05-07 Thread John Baldwin
Author: jhb Date: Fri May 8 05:30:10 2020 New Revision: 360808 URL: https://svnweb.freebsd.org/changeset/base/360808 Log: MFC 354719,354720,354721,354722,357480: OpenSBI support. 354719: RISC-V: pass arg6 in sbi_call Allow for an additional argument to sbi_call which will be passed

svn commit: r360807 - head/tests/sys/geom/class/multipath

2020-05-07 Thread Alan Somers
Author: asomers Date: Fri May 8 02:42:15 2020 New Revision: 360807 URL: https://svnweb.freebsd.org/changeset/base/360807 Log: Fix the sys.geom.class.multipath.misc.fail_on_error test on stable/12 This test uses a gnop feature (delay probability) that isn't available on stable/12. But

svn commit: r360806 - head/usr.sbin/bluetooth/hccontrol

2020-05-07 Thread Takanori Watanabe
Author: takawata Date: Fri May 8 01:19:29 2020 New Revision: 360806 URL: https://svnweb.freebsd.org/changeset/base/360806 Log: Document le_enable subcommand Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.8 Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.8

svn commit: r360805 - in stable/11/sys: conf sys

2020-05-07 Thread Glen Barber
Author: gjb Date: Fri May 8 00:04:25 2020 New Revision: 360805 URL: https://svnweb.freebsd.org/changeset/base/360805 Log: - Update stable/11 from PRERELEASE to STABLE after releng/11.4 had branched. - Bump __FreeBSD_version. Approved by: re (implicit) Sponsored by: Rubicon

svn commit: r360804 - in releng/11.4: etc/pkg release/pkg_repos sys/conf sys/sys

2020-05-07 Thread Glen Barber
Author: gjb Date: Fri May 8 00:02:59 2020 New Revision: 360804 URL: https://svnweb.freebsd.org/changeset/base/360804 Log: - Copy stable/11@r360774 to releng/11.4 as part of the 11.4-RELEASE cycle. - Update releng/11.4 from PRERELEASE to BETA1. - Switch the default dvd1.iso pkg(8)

svn commit: r360803 - svnadmin/conf

2020-05-07 Thread Glen Barber
Author: gjb Date: Thu May 7 23:42:07 2020 New Revision: 360803 URL: https://svnweb.freebsd.org/changeset/base/360803 Log: Remove references to stable/{7,8,9,10} from the approvers file, as they are EoL. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC

svn commit: r360802 - svnadmin/conf

2020-05-07 Thread Glen Barber
Author: gjb Date: Thu May 7 23:32:09 2020 New Revision: 360802 URL: https://svnweb.freebsd.org/changeset/base/360802 Log: Add releng/11.4 to svnadmin/conf/approvers. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: svnadmin/conf/approvers

svn commit: r360801 - head/contrib/llvm-project/llvm/lib/Support/Unix

2020-05-07 Thread Ed Maste
Author: emaste Date: Thu May 7 21:18:37 2020 New Revision: 360801 URL: https://svnweb.freebsd.org/changeset/base/360801 Log: Merge commit 21e5e1724b75 from llvm git: getMainExecutable: Fix hand-rolled AT_EXECPATH for older FreeBSD Once we hit AT_NULL, we need to bail out of the

svn commit: r360800 - stable/11/lib/libc/net

2020-05-07 Thread Kristof Provost
Author: kp Date: Thu May 7 21:14:12 2020 New Revision: 360800 URL: https://svnweb.freebsd.org/changeset/base/360800 Log: MFC r360231: libc: Shortcut if_indextoname() if index == 0 If the index we're trying to convert is 0 we can avoid a potentially expensive call to getifaddrs().

svn commit: r360799 - stable/12/lib/libc/net

2020-05-07 Thread Kristof Provost
Author: kp Date: Thu May 7 21:14:11 2020 New Revision: 360799 URL: https://svnweb.freebsd.org/changeset/base/360799 Log: MFC r360231: libc: Shortcut if_indextoname() if index == 0 If the index we're trying to convert is 0 we can avoid a potentially expensive call to getifaddrs().

svn commit: r360798 - head/sys/netinet/tcp_stacks

2020-05-07 Thread Randall Stewart
Author: rrs Date: Thu May 7 20:29:38 2020 New Revision: 360798 URL: https://svnweb.freebsd.org/changeset/base/360798 Log: When in the SYN-SENT state bbr and rack will not properly send an ACK but instead start the D-ACK timer. This causes so_reuseport_lb_test to fail since it slows down how

svn commit: r360797 - in stable/12/lib: libproc/tests msun/tests

2020-05-07 Thread Li-Wen Hsu
Author: lwhsu Date: Thu May 7 20:27:32 2020 New Revision: 360797 URL: https://svnweb.freebsd.org/changeset/base/360797 Log: MFC r358887: Temporarily skip 2 failing tests after llvm10 import PR: 244732 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r360796 - head/sys/sys

2020-05-07 Thread Emmanuel Vadot
Author: manu Date: Thu May 7 19:51:53 2020 New Revision: 360796 URL: https://svnweb.freebsd.org/changeset/base/360796 Log: Bump __FreeBSD_version after linuxkpi changes Requested by: zeising Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r360795 - stable/11/stand/lua

2020-05-07 Thread Kyle Evans
Author: kevans Date: Thu May 7 19:38:39 2020 New Revision: 360795 URL: https://svnweb.freebsd.org/changeset/base/360795 Log: lualoader: fix loader.lua mis-merge This mis-merge came from r360599; r331321 introduced core.isUEFIBoot but will not get merged back to stable/11 due to being

svn commit: r360794 - in head/sys: conf kern powerpc/aim powerpc/include powerpc/ofw powerpc/powerpc

2020-05-07 Thread Brandon Bergren
Author: bdragon Date: Thu May 7 19:32:49 2020 New Revision: 360794 URL: https://svnweb.freebsd.org/changeset/base/360794 Log: [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities. This is a general cleanup of the relocatable kernel support on powerpc, needed to

svn commit: r360793 - in stable/12/sys: conf riscv/riscv

2020-05-07 Thread John Baldwin
Author: jhb Date: Thu May 7 19:19:39 2020 New Revision: 360793 URL: https://svnweb.freebsd.org/changeset/base/360793 Log: MFC 356481: Work around lld's inability to handle undefined weak symbols on risc-v. lld on RISC-V is not yet able to handle undefined weak symbols for non-PIC code

svn commit: r360792 - stable/12/sys/conf

2020-05-07 Thread John Baldwin
Author: jhb Date: Thu May 7 18:47:54 2020 New Revision: 360792 URL: https://svnweb.freebsd.org/changeset/base/360792 Log: MFC 357145: Compile hack.c with normal CFLAGS + -shared -nostdlib. Originally, hack.c was compiled into a shard object with just -shared -nostdlib. This assumed

svn commit: r360791 - head/tools/build/mk

2020-05-07 Thread Ed Maste
Author: emaste Date: Thu May 7 18:24:32 2020 New Revision: 360791 URL: https://svnweb.freebsd.org/changeset/base/360791 Log: OptionalObsoleteFiles.inc: remove objdump objdump is removed unconditionally in ObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

svn commit: r360790 - head/sys/dev/sound/pcm

2020-05-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 7 18:15:35 2020 New Revision: 360790 URL: https://svnweb.freebsd.org/changeset/base/360790 Log: Set PCM_CAP_VIRTUAL for virtual DSP devices. Submitted by: Kevin Zheng PR: 246206 MFC after:1 week Sponsored by: Mellanox Technologies

Re: svn commit: r360722 - head/sys/dev/virtio/mmio

2020-05-07 Thread Jessica Clarke
On 7 May 2020, at 18:25, Li-Wen Hsu wrote: > On Wed, May 06, 2020 at 23:28:51 +, Jessica Clarke wrote: >> Author: jrtc27 >> Date: Wed May 6 23:28:51 2020 >> New Revision: 360722 >> URL: https://svnweb.freebsd.org/changeset/base/360722 >> >> Log: >> virtio_mmio: Support non-transitional

svn commit: r360789 - head/sys/dev/virtio/mmio

2020-05-07 Thread Jessica Clarke
Author: jrtc27 Date: Thu May 7 17:59:17 2020 New Revision: 360789 URL: https://svnweb.freebsd.org/changeset/base/360789 Log: virtio_mmio: Add casts missing from r360722 This fixes -Wshift-count-overflow warnings/errors on architectures using 32-bit physical addresses. Reported by:

svn commit: r360788 - head/sys/kern

2020-05-07 Thread Brandon Bergren
Author: bdragon Date: Thu May 7 17:58:07 2020 New Revision: 360788 URL: https://svnweb.freebsd.org/changeset/base/360788 Log: [PowerPC] Fix powerpcspe build failure after r360569 On powerpcspe, vm_paddr_t is 64 bit despite it being a 32 bit platform. Adjust compile time assertion to

Re: svn commit: r360722 - head/sys/dev/virtio/mmio

2020-05-07 Thread Li-Wen Hsu
On Wed, May 06, 2020 at 23:28:51 +, Jessica Clarke wrote: > Author: jrtc27 > Date: Wed May 6 23:28:51 2020 > New Revision: 360722 > URL: https://svnweb.freebsd.org/changeset/base/360722 > > Log: > virtio_mmio: Support non-transitional version 2 devices > > The non-legacy virtio MMIO

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

2020-05-07 Thread Emmanuel Vadot
Author: manu Date: Thu May 7 17:00:51 2020 New Revision: 360787 URL: https://svnweb.freebsd.org/changeset/base/360787 Log: linuxkpi: Add pci_iomap and pci_iounmap Those function are use to map/unmap io region of a pci device. Different resource can be mapped depending on the bar so use

svn commit: r360786 - head/bin/ps

2020-05-07 Thread Piotr Pawel Stefaniak
Author: pstef Date: Thu May 7 16:56:18 2020 New Revision: 360786 URL: https://svnweb.freebsd.org/changeset/base/360786 Log: ps: extend the non-standard option -d (tree view) to work with -p Initially it seemed that there were multiple possible ways to do it. Processing option -p

svn commit: r360785 - stable/11

2020-05-07 Thread Dimitry Andric
clang import which bumps version from 9.0.1 to 10.0.0. +# 20200507: new clang import which bumps version from 9.0.1 to 10.0.0. OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/9.0.1/include

svn commit: r360783 - stable/12/lib/libc/riscv/gen

2020-05-07 Thread John Baldwin
Author: jhb Date: Thu May 7 15:59:55 2020 New Revision: 360783 URL: https://svnweb.freebsd.org/changeset/base/360783 Log: MFC 355403: Use "far" calls and branches so that lld uses valid relocations. Conditional branch and jump instructions do not always call via PLT stubs and thus will

svn commit: r360782 - stable/11/sys/dev/atkbdc

2020-05-07 Thread Dimitry Andric
Author: dim Date: Thu May 7 15:12:56 2020 New Revision: 360782 URL: https://svnweb.freebsd.org/changeset/base/360782 Log: MFC r306679 (by glebius): Fix indentation. CID: 1363671 Modified: stable/11/sys/dev/atkbdc/psm.c Directory Properties: stable/11/ (props changed)

svn commit: r360781 - stable/12/sys/net

2020-05-07 Thread Mark Johnston
Author: markj Date: Thu May 7 14:49:17 2020 New Revision: 360781 URL: https://svnweb.freebsd.org/changeset/base/360781 Log: MFC r360498: Increase the iflib txq callout mutex name length to 32 bytes. PR: 245712 Modified: stable/12/sys/net/iflib.c Directory Properties: stable/12/

svn commit: r360780 - in stable/12: share/mk sys/conf

2020-05-07 Thread John Baldwin
Author: jhb Date: Thu May 7 14:20:52 2020 New Revision: 360780 URL: https://svnweb.freebsd.org/changeset/base/360780 Log: MFC 355428,356504: Add a new "riscv-relaxations" linker feature. 355428: Add a new "riscv-relaxations" linker feature. When the linker doesn't have this

svn commit: r360779 - head/sys/dev/gpio

2020-05-07 Thread Andriy Gapon
Author: avg Date: Thu May 7 13:11:32 2020 New Revision: 360779 URL: https://svnweb.freebsd.org/changeset/base/360779 Log: gpioiic_attach: fix a NULL pointer crash on hints-based systems The attach method uses GPIO_GET_BUS() to get a "newbus" device that provides a pin. But on

svn commit: r360778 - head/share/termcap

2020-05-07 Thread Baptiste Daroussin
Author: bapt Date: Thu May 7 12:43:28 2020 New Revision: 360778 URL: https://svnweb.freebsd.org/changeset/base/360778 Log: Update the screen termcap entries Those updates have been obtained form converting the terminfo information provided by the screen sources to termcap. MFC

svn commit: r360777 - head/sys/dev/ena

2020-05-07 Thread Marcin Wojtas
Author: mw Date: Thu May 7 11:28:39 2020 New Revision: 360777 URL: https://svnweb.freebsd.org/changeset/base/360777 Log: Optimize ENA Rx refill for low memory conditions Sometimes, especially when there is not much memory in the system left, allocating mbuf jumbo clusters (like 9KB or

svn commit: r360776 - head/sys/netinet/tcp_stacks

2020-05-07 Thread Randall Stewart
Author: rrs Date: Thu May 7 10:46:02 2020 New Revision: 360776 URL: https://svnweb.freebsd.org/changeset/base/360776 Log: NF has an internal option that changes the tcp_mcopy_m routine slightly (has a few extra arguments). Recently that changed to only have one arg extra so that two ifdefs

svn commit: r360775 - head/share/termcap

2020-05-07 Thread Baptiste Daroussin
Author: bapt Date: Thu May 7 08:58:08 2020 New Revision: 360775 URL: https://svnweb.freebsd.org/changeset/base/360775 Log: Fix indentation of the Kitty entry MFC after:2 days Modified: head/share/termcap/termcap Modified: head/share/termcap/termcap

svn commit: r360774 - stable/11/sys/dev/vxge/vxgehal

2020-05-07 Thread Dimitry Andric
Author: dim Date: Thu May 7 08:22:47 2020 New Revision: 360774 URL: https://svnweb.freebsd.org/changeset/base/360774 Log: Fix misleading indentation warning: sys/dev/vxge/vxgehal/vxgehal-virtualpath.c:5550:6: error: misleading indentation; statement is not part of the previous 'if'

svn commit: r360773 - in head/sys/net: . route

2020-05-07 Thread Alexander V. Chernikov
Author: melifaro Date: Thu May 7 08:11:36 2020 New Revision: 360773 URL: https://svnweb.freebsd.org/changeset/base/360773 Log: Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it. Create rib_lookup() wrapper around per-af dataplane lookup functions. This will help