svn commit: r361747 - head/sys/dev/netmap

2020-06-02 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jun 3 05:49:19 2020 New Revision: 361747 URL: https://svnweb.freebsd.org/changeset/base/361747 Log: netmap: vale: fix disabled logs MFC after:1 week Modified: head/sys/dev/netmap/netmap_vale.c Modified: head/sys/dev/netmap/netmap_vale.c

svn commit: r361746 - head/sys/dev/netmap

2020-06-02 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jun 3 05:48:42 2020 New Revision: 361746 URL: https://svnweb.freebsd.org/changeset/base/361746 Log: netmap: vtnet: remove leftover memory barriers MFC after:1 week Modified: head/sys/dev/netmap/if_vtnet_netmap.h Modified:

svn commit: r361745 - head/sys/dev/virtio/network

2020-06-02 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jun 3 05:27:29 2020 New Revision: 361745 URL: https://svnweb.freebsd.org/changeset/base/361745 Log: netmap: vtnet: call netmap_rx_irq() under VQ lock The netmap_rx_irq() function normally wakes up user-space threads waiting for more packets. In this case, it

svn commit: r361744 - head/sys/dev/virtio/network

2020-06-02 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jun 3 05:09:33 2020 New Revision: 361744 URL: https://svnweb.freebsd.org/changeset/base/361744 Log: netmap: vtnet: honor NM_IRQ_RESCHED The netmap_rx_irq() function may return NM_IRQ_RESCHED to inform the driver that more work is pending, and that netmap

svn commit: r361741 - head/sys/x86/x86

2020-06-02 Thread Jason A. Harmening
Author: jah Date: Wed Jun 3 00:16:36 2020 New Revision: 361741 URL: https://svnweb.freebsd.org/changeset/base/361741 Log: Remove unnecessary WITNESS check in x86 bus_dma When I did some bus_dma cleanup in r320528, I brought forward some sketchy WITNESS checks from the prior x86 busdma

svn commit: r361740 - head/contrib/llvm-project/lld/ELF

2020-06-02 Thread Ed Maste
Author: emaste Date: Tue Jun 2 22:57:13 2020 New Revision: 361740 URL: https://svnweb.freebsd.org/changeset/base/361740 Log: lld: Set DF_1_PIE for -pie DF_1_PIE originated from Solaris[1]. GNU ld[2] sets the flag on non-Solaris platforms. It can help distinguish PIE from ET_DYN.

svn commit: r361739 - in head/contrib/llvm-project/llvm: include/llvm/BinaryFormat tools/llvm-readobj

2020-06-02 Thread Ed Maste
Author: emaste Date: Tue Jun 2 22:55:51 2020 New Revision: 361739 URL: https://svnweb.freebsd.org/changeset/base/361739 Log: llvm: Add DF_1_PIE Discussed with: dim Obtained from:LLVM d9943e7f0ce8 MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

svn commit: r361738 - head/sys/dev/usb/wlan

2020-06-02 Thread Adrian Chadd
Author: adrian Date: Tue Jun 2 22:37:53 2020 New Revision: 361738 URL: https://svnweb.freebsd.org/changeset/base/361738 Log: [run] note that PHY_HT is for mixed mode. Submitted by: Ashish Gupta Differential Revision:https://reviews.freebsd.org/D25108 Modified:

svn commit: r361737 - head/sys/dev/usb/wlan

2020-06-02 Thread Adrian Chadd
Author: adrian Date: Tue Jun 2 22:36:17 2020 New Revision: 361737 URL: https://svnweb.freebsd.org/changeset/base/361737 Log: [run] Set the number of HT chains. * Set the tx/rx chains based on the existing MIMO eeprom reads * Add 3-chain rates Tested: * MAC/BBP RT5390 (rev

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

2020-06-02 Thread Konstantin Belousov
Author: kib Date: Tue Jun 2 17:33:10 2020 New Revision: 361728 URL: https://svnweb.freebsd.org/changeset/base/361728 Log: Uppercase 'dso' to indicate that it is abbreviation. Suggested by: arichardson Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r361727 - head/sys/sys

2020-06-02 Thread Doug Moore
Author: dougm Date: Tue Jun 2 17:18:16 2020 New Revision: 361727 URL: https://svnweb.freebsd.org/changeset/base/361727 Log: Remove from RB_REMOVE_COLOR some null checks where the pointer checked is provably never null. Restructure the surrounding code just enough to make the non-nullness

svn commit: r361726 - head/sys/dev/usb/wlan

2020-06-02 Thread Adrian Chadd
Author: adrian Date: Tue Jun 2 16:40:58 2020 New Revision: 361726 URL: https://svnweb.freebsd.org/changeset/base/361726 Log: [run] Add 11NA flags for 5G NICs that support HT. Now that I'm a proud owner of an ASUS USB-N66, I can test 2G/5G and 3-stream configurations. For now, just

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

2020-06-02 Thread Konstantin Belousov
Author: kib Date: Tue Jun 2 16:20:58 2020 New Revision: 361725 URL: https://svnweb.freebsd.org/changeset/base/361725 Log: Do not allow to load ET_DYN object with DF_1_PIE flag set. Linkers are supposed to mark PIE binaries with DF_1_PIE, such binary cannot be correctly and usefully

Re: svn commit: r361712 - in head/sys/modules: . tcp

2020-06-02 Thread John Baldwin
On 6/2/20 8:08 AM, Kyle Evans wrote: > On Tue, Jun 2, 2020 at 10:07 AM John Baldwin wrote: >> >> On 6/1/20 5:32 PM, Kyle Evans wrote:> > Author: kevans >>> Date: Tue Jun 2 00:32:36 2020 >>> New Revision: 361712 >>> URL: https://svnweb.freebsd.org/changeset/base/361712 >>> >>> Log: >>> modules:

Re: svn commit: r361712 - in head/sys/modules: . tcp

2020-06-02 Thread Kyle Evans
On Tue, Jun 2, 2020 at 10:07 AM John Baldwin wrote: > > On 6/1/20 5:32 PM, Kyle Evans wrote:> > Author: kevans > > Date: Tue Jun 2 00:32:36 2020 > > New Revision: 361712 > > URL: https://svnweb.freebsd.org/changeset/base/361712 > > > > Log: > > modules: don't build ipsec/tcpmd5 if the kernel

Re: svn commit: r361633 - in head/sys: net netipsec

2020-06-02 Thread Kyle Evans
On Tue, Jun 2, 2020 at 10:05 AM John Baldwin wrote: > > On 6/1/20 8:02 AM, Kyle Evans wrote: > > On Mon, Jun 1, 2020 at 1:18 AM Hartmann, O. wrote: > >> > >> On Sun, 31 May 2020 11:43:18 +0200 > >> "Hartmann, O." wrote: > >> > >>> On Fri, 29 May 2020 19:22:40 + (UTC) > >>> John Baldwin

Re: svn commit: r361712 - in head/sys/modules: . tcp

2020-06-02 Thread John Baldwin
On 6/1/20 5:32 PM, Kyle Evans wrote: > Author: kevans > Date: Tue Jun 2 00:32:36 2020 > New Revision: 361712 > URL: https://svnweb.freebsd.org/changeset/base/361712 > > Log: > modules: don't build ipsec/tcpmd5 if the kernel is configured for IPSEC > > IPSEC_SUPPORT can currently only cope

Re: svn commit: r361633 - in head/sys: net netipsec

2020-06-02 Thread John Baldwin
On 6/1/20 8:02 AM, Kyle Evans wrote: > On Mon, Jun 1, 2020 at 1:18 AM Hartmann, O. wrote: >> >> On Sun, 31 May 2020 11:43:18 +0200 >> "Hartmann, O." wrote: >> >>> On Fri, 29 May 2020 19:22:40 + (UTC) >>> John Baldwin wrote: >>> Author: jhb Date: Fri May 29 19:22:40 2020 New

Re: svn commit: r361721 - head/contrib/ipfilter/man

2020-06-02 Thread Rodney W. Grimes
> In message <202006021419.052ejopl017...@gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: > > > Author: cy > > > Date: Tue Jun 2 03:44:22 2020 > > > New Revision: 361721 > > > URL: https://svnweb.freebsd.org/changeset/base/361721 > > > > > > Log: > > > Per-rule hit counts (-h) can be used

RE: svn commit: r361360 - head/sys/dev/hyperv/hvsock

2020-06-02 Thread Wei Hu via svn-src-head
> -Original Message- > From: Kyle Evans > Sent: Saturday, May 30, 2020 4:34 AM > To: Wei Hu > Cc: src-committers ; svn-src-all a...@freebsd.org>; svn-src-head > Subject: Re: svn commit: r361360 - head/sys/dev/hyperv/hvsock > > On Fri, May 22, 2020 at 10:51 AM Kyle Evans wrote: > > >

Re: svn commit: r361721 - head/contrib/ipfilter/man

2020-06-02 Thread Cy Schubert
In message <202006021419.052ejopl017...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > > Author: cy > > Date: Tue Jun 2 03:44:22 2020 > > New Revision: 361721 > > URL: https://svnweb.freebsd.org/changeset/base/361721 > > > > Log: > > Per-rule hit counts (-h) can be used with either -i

Re: svn commit: r361721 - head/contrib/ipfilter/man

2020-06-02 Thread Rodney W. Grimes
> Author: cy > Date: Tue Jun 2 03:44:22 2020 > New Revision: 361721 > URL: https://svnweb.freebsd.org/changeset/base/361721 > > Log: > Per-rule hit counts (-h) can be used with either -i (input) or -o (output) > filter rule lists. This change does not make that explicitly apparent, as it

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Emmanuel Vadot
On Tue, 2 Jun 2020 14:48:26 +0200 Hans Petter Selasky wrote: > On 2020-06-02 14:33, Emmanuel Vadot wrote: > > On Tue, 2 Jun 2020 14:23:27 +0200 > > Hans Petter Selasky wrote: > > > >> On 2020-06-02 14:01, Hans Petter Selasky wrote: > >>> Hi, > >>> > >>> I'll compile test DRM and add the

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Hans Petter Selasky
On 2020-06-02 14:33, Emmanuel Vadot wrote: On Tue, 2 Jun 2020 14:23:27 +0200 Hans Petter Selasky wrote: On 2020-06-02 14:01, Hans Petter Selasky wrote: Hi, I'll compile test DRM and add the missing is const expression macro and bump the FreeBSD version. Sorry for the breakage. --HPS

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Emmanuel Vadot
On Tue, 2 Jun 2020 14:23:27 +0200 Hans Petter Selasky wrote: > On 2020-06-02 14:01, Hans Petter Selasky wrote: > > Hi, > > > > I'll compile test DRM and add the missing is const expression macro and > > bump the FreeBSD version. > > > > Sorry for the breakage. > > > > --HPS > > Bjoern, > >

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Hans Petter Selasky
On 2020-06-02 14:01, Hans Petter Selasky wrote: Hi, I'll compile test DRM and add the missing is const expression macro and bump the FreeBSD version. Sorry for the breakage. --HPS Bjoern, Small things like this are usually fine. It is important to not have too many local patches, as in

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

2020-06-02 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jun 2 12:23:04 2020 New Revision: 361724 URL: https://svnweb.freebsd.org/changeset/base/361724 Log: Implement __is_constexpr() function macro in the LinuxKPI. Bump the FreeBSD version. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Hans Petter Selasky
Hi, I'll compile test DRM and add the missing is const expression macro and bump the FreeBSD version. Sorry for the breakage. --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe,

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Emmanuel Vadot
On Tue, 02 Jun 2020 11:31:58 + "Bjoern A. Zeeb" wrote: > On 2 Jun 2020, at 10:36, Emmanuel Vadot wrote: > > > Hello Hans, > > > > On Tue, 2 Jun 2020 10:19:45 + (UTC) > > Hans Petter Selasky wrote: > > > >> Author: hselasky > >> Date: Tue Jun 2 10:19:45 2020 > >> New Revision: 361723

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Bjoern A. Zeeb
On 2 Jun 2020, at 10:36, Emmanuel Vadot wrote: Hello Hans, On Tue, 2 Jun 2020 10:19:45 + (UTC) Hans Petter Selasky wrote: Author: hselasky Date: Tue Jun 2 10:19:45 2020 New Revision: 361723 URL: https://svnweb.freebsd.org/changeset/base/361723 Log: Implement struct_size() function

Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Emmanuel Vadot
Hello Hans, On Tue, 2 Jun 2020 10:19:45 + (UTC) Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Jun 2 10:19:45 2020 > New Revision: 361723 > URL: https://svnweb.freebsd.org/changeset/base/361723 > > Log: > Implement struct_size() function macro in the LinuxKPI. > > MFC

Re: svn commit: r361722 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Emmanuel Vadot
Hello Hans, On Tue, 2 Jun 2020 09:45:44 + (UTC) Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Jun 2 09:45:43 2020 > New Revision: 361722 > URL: https://svnweb.freebsd.org/changeset/base/361722 > > Log: > Implement BUILD_BUG_ON_ZERO() in the LinuxKPI. > Tested using gcc

svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jun 2 10:19:45 2020 New Revision: 361723 URL: https://svnweb.freebsd.org/changeset/base/361723 Log: Implement struct_size() function macro in the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r361722 - head/sys/compat/linuxkpi/common/include/linux

2020-06-02 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jun 2 09:45:43 2020 New Revision: 361722 URL: https://svnweb.freebsd.org/changeset/base/361722 Log: Implement BUILD_BUG_ON_ZERO() in the LinuxKPI. Tested using gcc and clang. MFC after:1 week Sponsored by: Mellanox Technologies Modified: