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

svn commit: r366957 - stable/11/contrib/tzdata

2020-10-22 Thread Philip Paeps
Author: philip Date: Fri Oct 23 01:06:42 2020 New Revision: 366957 URL: https://svnweb.freebsd.org/changeset/base/366957 Log: MFC r366921: Import tzdata 2020d Modified: stable/11/contrib/tzdata/Makefile stable/11/contrib/tzdata/NEWS stable/11/contrib/tzdata/asia

svn commit: r366956 - stable/12/contrib/tzdata

2020-10-22 Thread Philip Paeps
Author: philip Date: Fri Oct 23 01:06:33 2020 New Revision: 366956 URL: https://svnweb.freebsd.org/changeset/base/366956 Log: MFC r366921: Import tzdata 2020d Modified: stable/12/contrib/tzdata/Makefile stable/12/contrib/tzdata/NEWS stable/12/contrib/tzdata/asia

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

svn commit: r366954 - in releng/12.2: . lib/csu/common sys/conf

2020-10-22 Thread Glen Barber
Author: gjb Date: Fri Oct 23 00:00:52 2020 New Revision: 366954 URL: https://svnweb.freebsd.org/changeset/base/366954 Log: - Switch releng/12.2 from RC3 to RELEASE. - Add the anticipated 12.2-RELEASE date to UPDATING. Fix a missing colon in the previous UPDATING entry while here. - Set

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

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:

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

2020-10-22 Thread Gordon Bergling via svn-src-all
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: > >

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

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

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:

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:

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-all@freebsd.org mailing list

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()

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: r366942 - stable/12/sys/dev/uart

2020-10-22 Thread Marcin Wojtas
Author: mw Date: Thu Oct 22 17:31:41 2020 New Revision: 366942 URL: https://svnweb.freebsd.org/changeset/base/366942 Log: MFC r362574 Fix AccessWidth and BitWidth parsing in SPCR table The ACPI Specification defines a Generic Address Structure (GAS), which is used to describe UART

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:

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.

svn commit: r366940 - stable/11/lib/libgssapi

2020-10-22 Thread Brooks Davis
Author: brooks Date: Thu Oct 22 16:41:13 2020 New Revision: 366940 URL: https://svnweb.freebsd.org/changeset/base/366940 Log: MFC r366671: libgssapi: modernize static string array use Use designated initializers to document positions in the arrays rather than requiring counting. Use

svn commit: r366939 - stable/11/sys/kern

2020-10-22 Thread Brooks Davis
Author: brooks Date: Thu Oct 22 16:29:21 2020 New Revision: 366939 URL: https://svnweb.freebsd.org/changeset/base/366939 Log: MFC r366731: physio: Don't store user addresses in bio_data Only assign the address from the iovec to bio_data if it is a kernel address. This was the

svn commit: r366938 - stable/12/sys/kern

2020-10-22 Thread Brooks Davis
Author: brooks Date: Thu Oct 22 16:27:24 2020 New Revision: 366938 URL: https://svnweb.freebsd.org/changeset/base/366938 Log: MFC r366731: physio: Don't store user addresses in bio_data Only assign the address from the iovec to bio_data if it is a kernel address. This was the

svn commit: r366937 - in stable/12: lib/libc/sys sys/cddl/compat/opensolaris/sys sys/compat/cloudabi sys/compat/linux sys/kern sys/sys sys/ufs/ffs

2020-10-22 Thread Konstantin Belousov
Author: kib Date: Thu Oct 22 15:23:41 2020 New Revision: 366937 URL: https://svnweb.freebsd.org/changeset/base/366937 Log: MFC r339748, r340343, r340347, r341256, r366015-r366023, r366549: O_BENEATH and related features. Sponsored by: The FreeBSD Foundation Tested by:pho Modified:

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

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

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

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

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