Re: svn commit: r341578 - head/sys/dev/mlx5/mlx5_en

2019-12-18 Thread Hans Petter Selasky
On 2019-12-18 07:26, Hans Petter Selasky wrote: On 2019-12-17 18:14, Andrey V. Elsukov wrote: On 13.12.2019 17:27, Hans Petter Selasky wrote: On 2019-12-13 14:40, Andrey V. Elsukov wrote: On 05.12.2018 17:20, Slava Shwartsman wrote: Author: slavash Date: Wed DecĀ  5 14:20:57 2018 New Revision:

svn commit: r355879 - in head/sys: compat/linuxkpi/common/src kern

2019-12-18 Thread Hans Petter Selasky
Author: hselasky Date: Wed Dec 18 09:30:32 2019 New Revision: 355879 URL: https://svnweb.freebsd.org/changeset/base/355879 Log: Restore important comment in RCU/EPOCH support in FreeBSD after r355784. Sponsored by: Mellanox Technologies Modified: head/sys/compat/linuxkpi/common/src/linux

Re: svn commit: r355831 - head/sys/cam/nvme

2019-12-18 Thread Steven Hartland
Thanks for all the feedback Warner, some more comments in line below, would be interested in your thoughts. On 17/12/2019 02:53, Warner Losh wrote: On Mon, Dec 16, 2019, 5:28 PM Steven Hartland > wrote: Be aware that ZFS already does a pretty decent

svn commit: r355881 - in head/sys: netinet netinet6

2019-12-18 Thread Hans Petter Selasky
Author: hselasky Date: Wed Dec 18 12:06:34 2019 New Revision: 355881 URL: https://svnweb.freebsd.org/changeset/base/355881 Log: Leave multicast group before reaping and committing state for both IPv4 and IPv6. This fixes a regression issue after r349369. When trying to exit a multicast

Re: svn commit: r343631 - in head: . sbin sbin/pfilctl share/man/man9 sys/contrib/ipfilter/netinet sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw sys/netpfil/pf

2019-12-18 Thread Andrey V. Elsukov
On 01.02.2019 02:01, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 31 23:01:03 2019 > New Revision: 343631 > URL: https://svnweb.freebsd.org/changeset/base/343631 > > Log: > New pfil(9) KPI together with newborn pfil API and control utility. > > The KPI have been reviewed and clean

svn commit: r355882 - head/sys/ufs/ffs

2019-12-18 Thread Warner Losh
Author: imp Date: Wed Dec 18 16:01:15 2019 New Revision: 355882 URL: https://svnweb.freebsd.org/changeset/base/355882 Log: Drop a sleepable lock when we plan on sleeping g_io_speedup waits for the completion of the speedup request before proceeding using biowait(), but check_clear_deps is

Re: svn commit: r355301 - head/usr.sbin/bhyve

2019-12-18 Thread Yamagi
Hello, the change to the defintion of 'const char *vbuf' in rfb.c is wrong. The protocol version string must be send as "RFB 003.008\n" and not as "RFB 003.008\n\r", otherwise the VNC client isn't able to complete the handshake (it doesn't recognize the protocol version). While it stays connected,

svn commit: r355883 - in head/sys: amd64/amd64 arm64/arm64

2019-12-18 Thread Alan Cox
Author: alc Date: Wed Dec 18 18:21:39 2019 New Revision: 355883 URL: https://svnweb.freebsd.org/changeset/base/355883 Log: When pmap_enter_{l2,pde}() are called to create a kernel mapping, they are incrementing (and decrementing) the ref_count on kernel page table pages. They should not do t

svn commit: r355884 - head/sbin/devd

2019-12-18 Thread Alexander Motin
Author: mav Date: Wed Dec 18 18:43:44 2019 New Revision: 355884 URL: https://svnweb.freebsd.org/changeset/base/355884 Log: Add missing "ereport." prefixes of ZFS events. I was unable to find time when those were working. I think they have been broken for at least 5 years or even longer.

svn commit: r355885 - head/sys/dev/oce

2019-12-18 Thread Mark Johnston
Author: markj Date: Wed Dec 18 18:44:16 2019 New Revision: 355885 URL: https://svnweb.freebsd.org/changeset/base/355885 Log: oce: Tighten input validation in the SIOCGI2C handler. Missing validation meant that it was possible to read 8 bytes beyond the end of sfp_vpd_dump_buffer. Rep

svn commit: r355886 - head/sys/dev/cxgbe

2019-12-18 Thread Navdeep Parhar
Author: np Date: Wed Dec 18 19:10:30 2019 New Revision: 355886 URL: https://svnweb.freebsd.org/changeset/base/355886 Log: cxgbe(4): check if the firmware supports FW_RI_FR_NSMR_TPTE_WR work request. This is used by iw_cxgbe to figure out how best to register memory. MFC after:1 m

svn commit: r355887 - head/sys/dev/vnic

2019-12-18 Thread Mark Johnston
Author: markj Date: Wed Dec 18 21:41:53 2019 New Revision: 355887 URL: https://svnweb.freebsd.org/changeset/base/355887 Log: vnic: Relax PHY node matching after r336281. The phy name may apparently be followed by a number in some systems. Allow that. PR: 242654 Reported a

svn commit: r355888 - in head/sys: netinet netinet6

2019-12-18 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Dec 18 22:10:56 2019 New Revision: 355888 URL: https://svnweb.freebsd.org/changeset/base/355888 Log: Remove useless code from in6_rmx.c The code in questions walks IPv6 tree every 60 seconds and looks into the routes with non-zero expiration time (typically, re

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

2019-12-18 Thread Mark Peek
Author: mp Date: Wed Dec 18 23:00:56 2019 New Revision: 355889 URL: https://svnweb.freebsd.org/changeset/base/355889 Log: Remove VMware MSI-X from the PCI blacklist. First reported against ESXi 5.0, PCI passthrough was not working due to MSI-X issues. However, this issue was fixed via pat

svn commit: r355904 - in head: lib/libmagic lib/libpmc share/mk

2019-12-18 Thread Simon J. Gerraty
Author: sjg Date: Thu Dec 19 02:40:04 2019 New Revision: 355904 URL: https://svnweb.freebsd.org/changeset/base/355904 Log: Tweaks for DIRDEPS_BUILD libmagic only depend on mkmagic if not DIRDEPS_BUILD libpmc fix -I for libpmcstat local.dirdeps.mk be even more careful about adding

Re: svn commit: r343631 - in head: . sbin sbin/pfilctl share/man/man9 sys/contrib/ipfilter/netinet sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw sys/netpfil/pf

2019-12-18 Thread Cy Schubert
On December 18, 2019 4:27:58 AM PST, "Andrey V. Elsukov" wrote: >On 01.02.2019 02:01, Gleb Smirnoff wrote: >> Author: glebius >> Date: Thu Jan 31 23:01:03 2019 >> New Revision: 343631 >> URL: https://svnweb.freebsd.org/changeset/base/343631 >> >> Log: >> New pfil(9) KPI together with newborn p