svn commit: r366960 - head/sys/vm

2020-10-22 Thread Alan Cox
Author: alc Date: Fri Oct 23 06:24:38 2020 New Revision: 366960 URL: https://svnweb.freebsd.org/changeset/base/366960 Log: Conditionally compile struct vm_phys_seg's md_first field. This field is only used by arm64's pmap. Reviewed by: kib, markj, scottph Differential Revision:

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

2020-10-22 Thread Navdeep Parhar
Author: np Date: Fri Oct 23 02:24:43 2020 New Revision: 366959 URL: https://svnweb.freebsd.org/changeset/base/366959 Log: cxgbe(4): Fix min/max typo in r366958. Modified: head/sys/dev/cxgbe/t4_sched.c Modified: head/sys/dev/cxgbe/t4_sched.c ==

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

2020-10-22 Thread Navdeep Parhar
Author: np Date: Fri Oct 23 01:36:54 2020 New Revision: 366958 URL: https://svnweb.freebsd.org/changeset/base/366958 Log: cxgbe(4): refine the values reported in if_ratelimit_query. - Get the number of classes from chip_params. - Get the number of ethofld tids from the firmware. - Do no

svn commit: r366955 - head/sys/dev/cxgbe/tom

2020-10-22 Thread John Baldwin
Author: jhb Date: Fri Oct 23 00:23:54 2020 New Revision: 366955 URL: https://svnweb.freebsd.org/changeset/base/366955 Log: Handle CPL_RX_DATA on active TLS sockets. In certain edge cases, the NIC might have only received a partial TLS record which it needs to return to the driver. For ex

svn commit: r366953 - in head: sys/dev/iscsi usr.sbin/iscsid

2020-10-22 Thread Alexander Motin
Author: mav Date: Thu Oct 22 20:26:27 2020 New Revision: 366953 URL: https://svnweb.freebsd.org/changeset/base/366953 Log: Negotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator. It does not change anything immediately, but allows further support of Command Priority, Status Qualifier a

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

2020-10-22 Thread Vincenzo Maffione
Author: vmaffione Date: Thu Oct 22 20:21:11 2020 New Revision: 366952 URL: https://svnweb.freebsd.org/changeset/base/366952 Log: netmap: fix mutex double unlock bug https://github.com/luigirizzo/netmap/pull/733 Submitted by: brian90013 MFC after:3 days Modified: head/sys/dev/

Re: svn commit: r366949 - head/usr.sbin/nfsd

2020-10-22 Thread Gordon Bergling via svn-src-head
On Thu, Oct 22, 2020 at 12:28:51PM -0700, Benjamin Kaduk wrote: > On Thu, Oct 22, 2020 at 12:25 PM Gordon Bergling wrote: > > > Author: gbe (doc committer) > > Date: Thu Oct 22 19:25:01 2020 > > New Revision: 366949 > > URL: https://svnweb.freebsd.org/changeset/base/366949 > > > > Log: > > stab

svn commit: r366951 - head/stand/libsa/zfs

2020-10-22 Thread Toomas Soome
Author: tsoome Date: Thu Oct 22 20:02:02 2020 New Revision: 366951 URL: https://svnweb.freebsd.org/changeset/base/366951 Log: loader: revert r342161 and r342151 We are using asize property from pool label and we do not depend on partition data to find last two pool labels and to validate

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-22 Thread Kyle Evans
On Thu, Oct 22, 2020 at 2:35 PM Niclas Zeising wrote: > > On 2020-10-22 15:22, Kyle Evans wrote: > > On Sat, Oct 17, 2020 at 11:40 AM Warner Losh wrote: > >> > >> > >> > >> On Sat, Oct 17, 2020, 10:11 AM Alexander V. Chernikov > >> wrote: > >>> > >>> 17.10.2020, 14:07, "Hans Petter Selasky" : >

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-22 Thread Niclas Zeising
On 2020-10-22 15:22, Kyle Evans wrote: On Sat, Oct 17, 2020 at 11:40 AM Warner Losh wrote: On Sat, Oct 17, 2020, 10:11 AM Alexander V. Chernikov wrote: 17.10.2020, 14:07, "Hans Petter Selasky" : On 2020-10-17 14:34, Alexander V. Chernikov wrote: 17.10.2020, 12:32, "Hans Petter Selasky

Re: svn commit: r366949 - head/usr.sbin/nfsd

2020-10-22 Thread Benjamin Kaduk
On Thu, Oct 22, 2020 at 12:25 PM Gordon Bergling wrote: > Author: gbe (doc committer) > Date: Thu Oct 22 19:25:01 2020 > New Revision: 366949 > URL: https://svnweb.freebsd.org/changeset/base/366949 > > Log: > stablerestart(5): Fix some issues reported by mandoc > > - New sentence, new line >

svn commit: r366950 - in head/sys: kern sys

2020-10-22 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 22 19:28:12 2020 New Revision: 366950 URL: https://svnweb.freebsd.org/changeset/base/366950 Log: vfs: prevent avoidable evictions on mkdir of existing directories mkdir -p /foo/bar/baz will mkdir each path component and ignore EEXIST. The NOCACHE lookup will m

svn commit: r366949 - head/usr.sbin/nfsd

2020-10-22 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Oct 22 19:25:01 2020 New Revision: 366949 URL: https://svnweb.freebsd.org/changeset/base/366949 Log: stablerestart(5): Fix some issues reported by mandoc - New sentence, new line Modified: head/usr.sbin/nfsd/stablerestart.5 Modified: head/usr.sbin/n

svn commit: r366948 - head/sys/kern

2020-10-22 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 22 19:22:34 2020 New Revision: 366948 URL: https://svnweb.freebsd.org/changeset/base/366948 Log: cache: assert the created entry does not point to itself Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r366947 - head/usr.sbin/nfsd

2020-10-22 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Oct 22 19:19:42 2020 New Revision: 366947 URL: https://svnweb.freebsd.org/changeset/base/366947 Log: pnfsserver(4): Fix some issues reported by mandoc - new sentence, new line Modified: head/usr.sbin/nfsd/pnfsserver.4 Modified: head/usr.sbin/nfsd/pn

svn commit: r366946 - head/share/man/man9

2020-10-22 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Oct 22 18:45:49 2020 New Revision: 366946 URL: https://svnweb.freebsd.org/changeset/base/366946 Log: socket(9): Remove duplicate word 'is is' MFC after:1 week Modified: head/share/man/man9/socket.9 Modified: head/share/man/man9/socket.9

Re: svn commit: r366945 - head/share/man/man9

2020-10-22 Thread Jessica Clarke
On 22 Oct 2020, at 19:00, Gleb Smirnoff wrote: > > Author: glebius > Date: Thu Oct 22 18:00:07 2020 > New Revision: 366945 > URL: https://svnweb.freebsd.org/changeset/base/366945 > > Log: > Fix typo > > Modified: > head/share/man/man9/pfil.9 > > Modified: head/share/man/man9/pfil.9 > ===

svn commit: r366945 - head/share/man/man9

2020-10-22 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 22 18:00:07 2020 New Revision: 366945 URL: https://svnweb.freebsd.org/changeset/base/366945 Log: Fix typo Modified: head/share/man/man9/pfil.9 Modified: head/share/man/man9/pfil.9 == ---

Re: svn commit: r366936 - head/sys/net

2020-10-22 Thread Hans Petter Selasky
On 2020-10-22 18:48, Konstantin Belousov wrote: sys/systm.h already includes sys/param.h. Also, sys/param.h already includes sys/types.h. I'll have a look tomorrow at this. Thanks for pointing out. --HPS ___ svn-src-head@freebsd.org mailing list htt

svn commit: r366944 - head/sys/arm64/arm64

2020-10-22 Thread Alan Cox
Author: alc Date: Thu Oct 22 17:47:51 2020 New Revision: 366944 URL: https://svnweb.freebsd.org/changeset/base/366944 Log: Micro-optimize uma_small_alloc(). Replace bzero(..., PAGE_SIZE) by pagezero(). Ultimately, they use the same method for bulk zeroing, but the generality of bzero() req

svn commit: r366943 - head/sys/crypto/ccp

2020-10-22 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 22 17:46:55 2020 New Revision: 366943 URL: https://svnweb.freebsd.org/changeset/base/366943 Log: Add a new CCP device ID found on my Ryzen 5 3600XT. MFC after:1 week Modified: head/sys/crypto/ccp/ccp.c Modified: head/sys/crypto/ccp/ccp.c ==

svn commit: r366941 - head/sys/net

2020-10-22 Thread Navdeep Parhar
Author: np Date: Thu Oct 22 17:05:55 2020 New Revision: 366941 URL: https://svnweb.freebsd.org/changeset/base/366941 Log: if_vxlan(4): csum_flags_to_inner_flags takes the tunnel protocol as a parameter. No functional change. Modified: head/sys/net/if_vxlan.c Modified: head/sys/net/if_v

Re: svn commit: r366936 - head/sys/net

2020-10-22 Thread Konstantin Belousov
On Thu, Oct 22, 2020 at 12:22:08PM +, Hans Petter Selasky wrote: > Author: hselasky > Date: Thu Oct 22 12:22:08 2020 > New Revision: 366936 > URL: https://svnweb.freebsd.org/changeset/base/366936 > > Log: > Compile fix for MIPS, MIPS64, POWERPC and POWERPC64. > Add missing include files. >

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-22 Thread Kyle Evans
On Sat, Oct 17, 2020 at 11:40 AM Warner Losh wrote: > > > > On Sat, Oct 17, 2020, 10:11 AM Alexander V. Chernikov > wrote: >> >> 17.10.2020, 14:07, "Hans Petter Selasky" : >> >> On 2020-10-17 14:34, Alexander V. Chernikov wrote: >> >> 17.10.2020, 12:32, "Hans Petter Selasky" : >> >> On 20

svn commit: r366936 - head/sys/net

2020-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 22 12:22:08 2020 New Revision: 366936 URL: https://svnweb.freebsd.org/changeset/base/366936 Log: Compile fix for MIPS, MIPS64, POWERPC and POWERPC64. Add missing include files. Differential Revision:https://reviews.freebsd.org/D26254 Reviewed by:

svn commit: r366935 - head/sbin/ifconfig

2020-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 22 10:36:16 2020 New Revision: 366935 URL: https://svnweb.freebsd.org/changeset/base/366935 Log: Fix for colliding change (r366917). Differential Revision:https://reviews.freebsd.org/D26254 Reviewed by: melifaro@ MFC after:1 we

svn commit: r366934 - head/sys/conf

2020-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 22 10:29:27 2020 New Revision: 366934 URL: https://svnweb.freebsd.org/changeset/base/366934 Log: Fix for monotolithic kernel builds using device lagg(4). Differential Revision:https://reviews.freebsd.org/D26254 Reviewed by: melifaro@ MFC a

svn commit: r366933 - in head: sbin/ifconfig share/man/man4 sys/net

2020-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 22 09:47:12 2020 New Revision: 366933 URL: https://svnweb.freebsd.org/changeset/base/366933 Log: Add support for IP over infiniband, IPoIB, to lagg(4). Currently only the failover protocol is supported due to limitations in the IPoIB architecture. Refer to the

svn commit: r366932 - head/sys/kern

2020-10-22 Thread Konstantin Belousov
Author: kib Date: Thu Oct 22 09:28:11 2020 New Revision: 366932 URL: https://svnweb.freebsd.org/changeset/base/366932 Log: sysv_sem: semusz depends on semume. Size of the per-process semaphore undo structure (semusz) depends on the number of the per-process undos. If kern.ipc.semume is a

svn commit: r366931 - in head/sys: kern sys

2020-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 22 09:17:56 2020 New Revision: 366931 URL: https://svnweb.freebsd.org/changeset/base/366931 Log: Implement mbuf hashing routines for IP over infiniband, IPoIB. No functional change intended. Differential Revision:https://reviews.freebsd.org/D26254

svn commit: r366930 - in head/sys: conf modules modules/if_infiniband net ofed/drivers/infiniband/ulp/ipoib

2020-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 22 09:09:53 2020 New Revision: 366930 URL: https://svnweb.freebsd.org/changeset/base/366930 Log: Factor out generic IP over infiniband, IPoIB, definitions and code into net/if_infiniband.c and net/infiniband.h . No functional change intended. Differential

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

2020-10-22 Thread Navdeep Parhar
Author: np Date: Thu Oct 22 08:40:25 2020 New Revision: 366929 URL: https://svnweb.freebsd.org/changeset/base/366929 Log: cxgbe(4): fix the size of the iq/eq maps. The firmware can allocate ingress and egress context ids anywhere from its configured range. Size the iq/eq maps to match th