Confirmation

2020-12-01 Thread Dominique
Pour votre besoin : Si vous ne voyez pas ce message correctement, [consultez-le en ligne]

svn commit: r368272 - head/tests/sys/aio

2020-12-01 Thread Alan Somers
Author: asomers Date: Wed Dec 2 00:53:03 2020 New Revision: 368272 URL: https://svnweb.freebsd.org/changeset/base/368272 Log: AIO tests: update expected failure messages after r368265 PR: 220398, 251515 MFC after:1 week MFC-With: r368265 Modified:

Re: svn commit: r367714 - head/sys/kern

2020-12-01 Thread Mateusz Guzik
zoo.freebsd.org crashed with what appears to be the same bug, so I went ahead and committed the fix in r368271. On 12/1/20, Hans Petter Selasky wrote: > On 12/1/20 12:26 PM, Mateusz Guzik wrote: >> Does this fix it for you?https://people.freebsd.org/~mjg/poll.diff > > Will take some time to

Re: svn commit: r368271 - head/sys/kern

2020-12-01 Thread Mateusz Guzik
On 12/2/20, Mateusz Guzik wrote: > Author: mjg > Date: Wed Dec 2 00:48:15 2020 > New Revision: 368271 > URL: https://svnweb.freebsd.org/changeset/base/368271 > > Log: > select: make sure there are no wakeup attempts after selfdfree returns > > Prior to the patch returning selfdfree could

svn commit: r368271 - head/sys/kern

2020-12-01 Thread Mateusz Guzik
Author: mjg Date: Wed Dec 2 00:48:15 2020 New Revision: 368271 URL: https://svnweb.freebsd.org/changeset/base/368271 Log: select: make sure there are no wakeup attempts after selfdfree returns Prior to the patch returning selfdfree could still be racing against doselwakeup which set

svn commit: r368270 - stable/12/lib/libc/gen

2020-12-01 Thread Konstantin Belousov
Author: kib Date: Wed Dec 2 00:45:35 2020 New Revision: 368270 URL: https://svnweb.freebsd.org/changeset/base/368270 Log: MFC r368023: Use designated initializers for libc pthread stubs' jump table. Modified: stable/12/lib/libc/gen/_pthread_stubs.c Directory Properties: stable/12/

svn commit: r368269 - head/sys/cddl/dev/dtrace/i386

2020-12-01 Thread Konstantin Belousov
Author: kib Date: Tue Dec 1 23:51:48 2020 New Revision: 368269 URL: https://svnweb.freebsd.org/changeset/base/368269 Log: Fix syntax Modified: head/sys/cddl/dev/dtrace/i386/dtrace_isa.c Modified: head/sys/cddl/dev/dtrace/i386/dtrace_isa.c

svn commit: r368268 - head/sbin/mount_nfs

2020-12-01 Thread Rick Macklem
Author: rmacklem Date: Tue Dec 1 23:33:10 2020 New Revision: 368268 URL: https://svnweb.freebsd.org/changeset/base/368268 Log: Improve man page for AmazonEFS mounts. PR#250770 was actually just a misunderstanding of what NFS mount options are needed for AmazonEFS mounts. This patch

svn commit: r368267 - in head: sbin/devfs share/man/man5

2020-12-01 Thread John-Mark Gurney
Author: jmg Date: Tue Dec 1 23:25:21 2020 New Revision: 368267 URL: https://svnweb.freebsd.org/changeset/base/368267 Log: add documentation that the rules need to be reloaded, and how to do it... MFC after:1 week Modified: head/sbin/devfs/devfs.8 head/share/man/man5/devfs.rules.5

svn commit: r368266 - head/stand/ficl/softwords

2020-12-01 Thread Toomas Soome
Author: tsoome Date: Tue Dec 1 23:07:05 2020 New Revision: 368266 URL: https://svnweb.freebsd.org/changeset/base/368266 Log: ficl: make dump a bit friendlier would be nice to have dump to output hex and ascii. Modified: head/stand/ficl/softwords/softcore.fr Modified:

svn commit: r368265 - head/sys/kern

2020-12-01 Thread Konstantin Belousov
Author: kib Date: Tue Dec 1 22:53:33 2020 New Revision: 368265 URL: https://svnweb.freebsd.org/changeset/base/368265 Log: lio_listio(2): send signal even if number of jobs is zero. Right now, if lio registered zero jobs, syscall frees lio job structure, cleaning up queued ksi. As

svn commit: r368264 - head/sys/kern

2020-12-01 Thread Konstantin Belousov
Author: kib Date: Tue Dec 1 22:46:51 2020 New Revision: 368264 URL: https://svnweb.freebsd.org/changeset/base/368264 Log: vfs_aio.c: style. Mostly re-wrap conditions to split after binary ops. Reviewed by: asomers Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r368263 - head/sys/cddl/dev/dtrace/amd64

2020-12-01 Thread Konstantin Belousov
Author: kib Date: Tue Dec 1 22:44:23 2020 New Revision: 368263 URL: https://svnweb.freebsd.org/changeset/base/368263 Log: Fix syntax Modified: head/sys/cddl/dev/dtrace/amd64/dtrace_isa.c Modified: head/sys/cddl/dev/dtrace/amd64/dtrace_isa.c

svn commit: r368262 - head/sys/kern

2020-12-01 Thread Konstantin Belousov
Author: kib Date: Tue Dec 1 22:30:32 2020 New Revision: 368262 URL: https://svnweb.freebsd.org/changeset/base/368262 Log: vfs_aio.c: correct comment. Reviewed by: asomers Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:

svn commit: r368260 - in head: libexec/rtld-elf sys/sys

2020-12-01 Thread Konstantin Belousov
Author: kib Date: Tue Dec 1 22:28:01 2020 New Revision: 368260 URL: https://svnweb.freebsd.org/changeset/base/368260 Log: rtld: bump r_debug.r_version to 1 from current 0. Add r_ldbase. Requested and reviewed by:emaste Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r368261 - head/stand/ficl

2020-12-01 Thread Toomas Soome
Author: tsoome Date: Tue Dec 1 22:28:02 2020 New Revision: 368261 URL: https://svnweb.freebsd.org/changeset/base/368261 Log: ficl: instead of pad, emit can use local variable Pad in forth is used as "scratchpad" and internal implementations should not use it. Ficl does not really follow

svn commit: r368259 - head/sys/dev/acpica

2020-12-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Dec 1 20:27:06 2020 New Revision: 368259 URL: https://svnweb.freebsd.org/changeset/base/368259 Log: [arm64] Parse ACPI _PXM property on ARM64 platform Enable devices' NUMA proximity infromation parsing on ARM64 systems Sponsored by: Ampere Computing

svn commit: r368258 - head/sys/arm64/include

2020-12-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Dec 1 20:10:55 2020 New Revision: 368258 URL: https://svnweb.freebsd.org/changeset/base/368258 Log: [arm64] Bump MAXMEMDOM value to 8 to match amd64 On some of the server-grade ARM64 machines the number of NUMA domains is higher than 2. When booting GENERIC

svn commit: r368257 - in releng: 11.4 11.4/sys/conf 12.1 12.1/sys/conf 12.2 12.2/sys/conf

2020-12-01 Thread Gordon Tetlow
1 19:40:58 2020(r368257) @@ -16,6 +16,22 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20201201: p5 FreeBSD-EN

svn commit: r368256 - in releng: 11.4/usr.sbin/rtsold 12.1/usr.sbin/rtsold 12.2/usr.sbin/rtsold

2020-12-01 Thread Gordon Tetlow
Author: gordon Date: Tue Dec 1 19:39:44 2020 New Revision: 368256 URL: https://svnweb.freebsd.org/changeset/base/368256 Log: Fix multiple vulnerabilities in rtsold. Approved by: so Security: FreeBSD-SA-20:32.rtsold Security: CVE-2020-25577 Modified:

svn commit: r368255 - in releng: 11.4/sys/netinet6 12.1/sys/netinet6 12.2/sys/netinet6

2020-12-01 Thread Gordon Tetlow
Author: gordon Date: Tue Dec 1 19:38:52 2020 New Revision: 368255 URL: https://svnweb.freebsd.org/changeset/base/368255 Log: Fix ICMPv6 use-after-free in error message handling. Approved by: so Security: FreeBSD-SA-20:31.icmp6 Security: CVE-2020-7469 Modified:

svn commit: r368254 - in releng: 12.1/sys/kern 12.2/sys/kern

2020-12-01 Thread Gordon Tetlow
Author: gordon Date: Tue Dec 1 19:37:33 2020 New Revision: 368254 URL: https://svnweb.freebsd.org/changeset/base/368254 Log: Fix race condition in callout CPU migration. Approved by: so Security: FreeBSD-EN-20:22.callout Modified: releng/12.1/sys/kern/kern_timeout.c

svn commit: r368252 - releng/12.2/sbin/ipfw

2020-12-01 Thread Gordon Tetlow
Author: gordon Date: Tue Dec 1 19:36:36 2020 New Revision: 368252 URL: https://svnweb.freebsd.org/changeset/base/368252 Log: Fix uninitialized variable in ipfw. Approved by: so Security: FreeBSD-EN-20:21.ipfw Modified: releng/12.2/sbin/ipfw/dummynet.c

svn commit: r368253 - stable/11/usr.sbin/rtsold

2020-12-01 Thread Mark Johnston
Author: markj Date: Tue Dec 1 19:36:37 2020 New Revision: 368253 URL: https://svnweb.freebsd.org/changeset/base/368253 Log: MFC r368248: rtsold: Fix multiple buffer overflows Approved by: so Security: CVE-2020-25577 Modified: stable/11/usr.sbin/rtsold/rtsol.c Directory

svn commit: r368251 - in releng: 11.4/contrib/tzdata 12.1/contrib/tzdata 12.2/contrib/tzdata

2020-12-01 Thread Gordon Tetlow
Author: gordon Date: Tue Dec 1 19:35:48 2020 New Revision: 368251 URL: https://svnweb.freebsd.org/changeset/base/368251 Log: Update timezone database information. Approved by: so Security: FreeBSD-EN-20:20.tzdata Modified: releng/11.4/contrib/tzdata/Makefile

svn commit: r368250 - stable/12/usr.sbin/rtsold

2020-12-01 Thread Mark Johnston
Author: markj Date: Tue Dec 1 19:35:48 2020 New Revision: 368250 URL: https://svnweb.freebsd.org/changeset/base/368250 Log: MFC r368248: rtsold: Fix multiple buffer overflows Approved by: so Security: CVE-2020-25577 Modified: stable/12/usr.sbin/rtsold/rtsol.c Directory

svn commit: r368249 - in releng: 12.1/sys/amd64/linux 12.1/sys/amd64/linux32 12.1/sys/arm64/linux 12.1/sys/compat/freebsd32 12.1/sys/i386/linux 12.1/sys/kern 12.2/sys/amd64/linux 12.2/sys/amd64/lin...

2020-12-01 Thread Gordon Tetlow
Author: gordon Date: Tue Dec 1 19:34:45 2020 New Revision: 368249 URL: https://svnweb.freebsd.org/changeset/base/368249 Log: Fix execve/fexecve system call auditing. Approved by: so Security: FreeBSD-EN-20:19.audit Modified: releng/12.1/sys/amd64/linux/linux_machdep.c

svn commit: r368248 - head/usr.sbin/rtsold

2020-12-01 Thread Mark Johnston
Author: markj Date: Tue Dec 1 19:34:44 2020 New Revision: 368248 URL: https://svnweb.freebsd.org/changeset/base/368248 Log: rtsold: Fix multiple buffer overflows Approved by: so Security: CVE-2020-25577 MFC after:now Modified: head/usr.sbin/rtsold/rtsol.c Modified:

svn commit: r368247 - head/share/man/man4

2020-12-01 Thread John Baldwin
Author: jhb Date: Tue Dec 1 18:57:37 2020 New Revision: 368247 URL: https://svnweb.freebsd.org/changeset/base/368247 Log: Fix a couple of typos. Submitted by: rmacklem Modified: head/share/man/man4/ktls.4 Modified: head/share/man/man4/ktls.4

svn commit: r368246 - in head/sys/dev/usb: quirk storage

2020-12-01 Thread Bjoern A. Zeeb
Author: bz Date: Tue Dec 1 18:24:06 2020 New Revision: 368246 URL: https://svnweb.freebsd.org/changeset/base/368246 Log: USB umass: add quirk to not probe Some USB WLAN devices have "on-board" storage showing up as umass and making the root mount wait for a very long time. The WLAN

svn commit: r368245 - in head/sys: arm64/arm64 arm64/include cddl/dev/dtrace/aarch64

2020-12-01 Thread John Baldwin
Author: jhb Date: Tue Dec 1 18:22:34 2020 New Revision: 368245 URL: https://svnweb.freebsd.org/changeset/base/368245 Log: Use uintptr_t instead of uint64_t for pointers in stack frames. Reviewed by: andrew Obtained from:CheriBSD Sponsored by: DARPA Differential Revision:

svn commit: r368244 - stable/12/usr.bin/iconv

2020-12-01 Thread Fernando ApesteguĂ­a
Author: fernape (ports committer) Date: Tue Dec 1 18:13:57 2020 New Revision: 368244 URL: https://svnweb.freebsd.org/changeset/base/368244 Log: iconv(1): Add EXAMPLE Just a small example to show simple usage. Approved by:manpages (0mp@) Differential Revision:

svn commit: r368243 - stable/11/usr.bin/iconv

2020-12-01 Thread Fernando ApesteguĂ­a
Author: fernape (ports committer) Date: Tue Dec 1 18:12:25 2020 New Revision: 368243 URL: https://svnweb.freebsd.org/changeset/base/368243 Log: iconv(1): Add EXAMPLE Just a small example to show simple usage. Approved by:manpages (0mp@) Differential Revision:

svn commit: r368242 - head/sys/cddl/dev/dtrace/riscv

2020-12-01 Thread John Baldwin
Author: jhb Date: Tue Dec 1 18:08:22 2020 New Revision: 368242 URL: https://svnweb.freebsd.org/changeset/base/368242 Log: Use uintptr_t for pointers in stack frames. This catches up to the changes made to struct unwind_state in r364180. Reviewed by: mhorne Obtained from:

svn commit: r368241 - head/sys/mips/mips

2020-12-01 Thread John Baldwin
Author: jhb Date: Tue Dec 1 17:17:22 2020 New Revision: 368241 URL: https://svnweb.freebsd.org/changeset/base/368241 Log: Make stack_save*() more robust on MIPS. - Validate any stack addresses read from against td_kstack before reading. If an unwind operation would attempt to read

Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_w

2020-12-01 Thread Hartmann, O.
On Tue, 1 Dec 2020 07:47:50 -0600 Kyle Evans wrote: > On Tue, Dec 1, 2020 at 7:39 AM O. Hartmann > wrote: > > > > On Sun, 29 Nov 2020 19:38:04 + (UTC) > > Matt Macy wrote: > > > > > Author: mmacy > > > Date: Sun Nov 29 19:38:03 2020 > > > New Revision: 368163 > > > URL:

svn commit: r368240 - in head/sys: cddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 ddb riscv/riscv sys x86/x86

2020-12-01 Thread John Baldwin
Author: jhb Date: Tue Dec 1 17:04:46 2020 New Revision: 368240 URL: https://svnweb.freebsd.org/changeset/base/368240 Log: Add a kstack_contains() helper function. This is useful for stack unwinders which need to avoid out-of-bounds reads of a kernel stack which can trigger kernel

svn commit: r368239 - head/tests/sys/netpfil/pf

2020-12-01 Thread Kristof Provost
Author: kp Date: Tue Dec 1 16:44:36 2020 New Revision: 368239 URL: https://svnweb.freebsd.org/changeset/base/368239 Log: pf tests: Re-enable panicing tests We've fixed the vnet/epair cleanup race, so it is now safe to re-enable these tests. MFC after:2 weeks Sponsored by:

svn commit: r368238 - head/sys/net

2020-12-01 Thread Kristof Provost
Author: kp Date: Tue Dec 1 16:34:43 2020 New Revision: 368238 URL: https://svnweb.freebsd.org/changeset/base/368238 Log: net: Revert vnet/epair cleanup race mitigation Revert the mitigation code for the vnet/epair cleanup race (done in r365457). r368237 introduced a more reliable fix.

svn commit: r368237 - head/sys/net

2020-12-01 Thread Kristof Provost
Author: kp Date: Tue Dec 1 16:23:59 2020 New Revision: 368237 URL: https://svnweb.freebsd.org/changeset/base/368237 Log: if: Fix panic when destroying vnet and epair simultaneously When destroying a vnet and an epair (with one end in the vnet) we often panicked. This was the result of

svn commit: r368236 - head/sys/kern

2020-12-01 Thread Mark Johnston
Author: markj Date: Tue Dec 1 16:06:31 2020 New Revision: 368236 URL: https://svnweb.freebsd.org/changeset/base/368236 Log: vmem: Revert r364744 A pair of bugs are believed to have caused the hangs described in the commit log message for r364744: 1. uma_reclaim() could trigger

svn commit: r368235 - stable/12/tests/sys/netpfil/pf/ioctl

2020-12-01 Thread Kristof Provost
Author: kp Date: Tue Dec 1 16:02:52 2020 New Revision: 368235 URL: https://svnweb.freebsd.org/changeset/base/368235 Log: MFC r367990: pf tests: provoke tag hashing panic Attempt to provoke the panic fixed in r367987. Modified: stable/12/tests/sys/netpfil/pf/ioctl/validation.c

svn commit: r368234 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/test_utils lib/libarchive lib/libarchive/tests usr.bin/bsdcat u...

2020-12-01 Thread Martin Matuska
Author: mm Date: Tue Dec 1 15:53:12 2020 New Revision: 368234 URL: https://svnweb.freebsd.org/changeset/base/368234 Log: MFV r368207: Update libarchive to 3.5.0 Relevant vendor changes: Issue #1258: add archive_read_support_filter_by_code() PR #1347: mtree digest reader support

svn commit: r368233 - in stable/12: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/sys/fs

2020-12-01 Thread Alan Somers
Author: asomers Date: Tue Dec 1 15:15:18 2020 New Revision: 368233 URL: https://svnweb.freebsd.org/changeset/base/368233 Log: Fix error merging r354116 from OpenZFS When we merged 4c0883fb4af0d5565459099b98fcf90ecbfa1ca1 from OpenZFS (svn r354116), there were some merge conflicts. One

svn commit: r368232 - stable/12/sys/netpfil/pf

2020-12-01 Thread Mark Johnston
Author: markj Date: Tue Dec 1 15:11:16 2020 New Revision: 368232 URL: https://svnweb.freebsd.org/changeset/base/368232 Log: MFC r367987: pf: Make tag hashing more robust Modified: stable/12/sys/netpfil/pf/pf_ioctl.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r368231 - stable/12/sbin/ping

2020-12-01 Thread Mark Johnston
Author: markj Date: Tue Dec 1 15:09:02 2020 New Revision: 368231 URL: https://svnweb.freebsd.org/changeset/base/368231 Log: MFC r367988: ping(8): Improve parameter validation PR: 239974, 239977, 239978 Modified: stable/12/sbin/ping/ping.c Directory Properties: stable/12/ (props

svn commit: r368230 - stable/12/sys/dev/ata

2020-12-01 Thread Mark Johnston
Author: markj Date: Tue Dec 1 15:01:10 2020 New Revision: 368230 URL: https://svnweb.freebsd.org/changeset/base/368230 Log: MFC r367989: ata(4): Release the ioport resource if device initialization fails PR: 251346 Modified: stable/12/sys/dev/ata/ata-pci.c Directory Properties:

svn commit: r368229 - in stable/12: sbin/ifconfig share/man/man4 sys/conf sys/net

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 13:58:14 2020 New Revision: 368229 URL: https://svnweb.freebsd.org/changeset/base/368229 Log: MFC r366933 and r366934: Add support for IP over infiniband, IPoIB, to lagg(4). Currently only the failover protocol is supported due to limitations in the IPoIB

Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_w

2020-12-01 Thread Kyle Evans
On Tue, Dec 1, 2020 at 7:39 AM O. Hartmann wrote: > > On Sun, 29 Nov 2020 19:38:04 + (UTC) > Matt Macy wrote: > > > Author: mmacy > > Date: Sun Nov 29 19:38:03 2020 > > New Revision: 368163 > > URL: https://svnweb.freebsd.org/changeset/base/368163 > > > > Log: > > Import kernel WireGuard

svn commit: r368228 - in stable/12/sys: kern sys

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 13:47:16 2020 New Revision: 368228 URL: https://svnweb.freebsd.org/changeset/base/368228 Log: MFC r366931: Implement mbuf hashing routines for IP over infiniband, IPoIB. No functional change intended. Differential Revision:

svn commit: r368227 - in stable/12/sys: conf modules modules/if_infiniband net ofed/drivers/infiniband/ulp/ipoib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 13:44:33 2020 New Revision: 368227 URL: https://svnweb.freebsd.org/changeset/base/368227 Log: MFC r366930, r366936, r366993 and r366994: Factor out generic IP over infiniband, IPoIB, definitions and code into net/if_infiniband.c and net/infiniband.h . No

Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_w

2020-12-01 Thread O. Hartmann
On Sun, 29 Nov 2020 19:38:04 + (UTC) Matt Macy wrote: > Author: mmacy > Date: Sun Nov 29 19:38:03 2020 > New Revision: 368163 > URL: https://svnweb.freebsd.org/changeset/base/368163 > > Log: > Import kernel WireGuard support > > Data path largely shared with the OpenBSD implementation by

Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_w

2020-12-01 Thread O. Hartmann
On Sun, 29 Nov 2020 19:38:04 + (UTC) Matt Macy wrote: > Author: mmacy > Date: Sun Nov 29 19:38:03 2020 > New Revision: 368163 > URL: https://svnweb.freebsd.org/changeset/base/368163 > > Log: > Import kernel WireGuard support > > Data path largely shared with the OpenBSD implementation by

svn commit: r368226 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 13:10:25 2020 New Revision: 368226 URL: https://svnweb.freebsd.org/changeset/base/368226 Log: MFC r367719: Make mlx5_cmd_exec_cb() a safe API in mlx5core. APIs that have deferred callbacks should have some kind of cleanup function that callers can use

svn commit: r368225 - in stable/12/sys/dev/mlx5: . mlx5_core mlx5_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 13:09:04 2020 New Revision: 368225 URL: https://svnweb.freebsd.org/changeset/base/368225 Log: MFC r367719: Make mlx5_cmd_exec_cb() a safe API in mlx5core. APIs that have deferred callbacks should have some kind of cleanup function that callers can use

svn commit: r368224 - in stable/12/sys/dev/mlx5: . mlx5_core mlx5_en mlx5_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 13:06:26 2020 New Revision: 368224 URL: https://svnweb.freebsd.org/changeset/base/368224 Log: MFC r367718: Report EQE data upon CQ completion in mlx5core. Report EQE data upon CQ completion to let upper layers use this data. Linux commit:

svn commit: r368223 - in stable/12/sys/dev/mlx5: . mlx5_core mlx5_en

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 13:03:09 2020 New Revision: 368223 URL: https://svnweb.freebsd.org/changeset/base/368223 Log: MFC r357294: Widen EPOCH(9) usage in mlx5en(4). Make completion event path mostly lockless using EPOCH(9). Implement a mechanism using EPOCH(9) which

svn commit: r368222 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_en mlx5_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:52:15 2020 New Revision: 368222 URL: https://svnweb.freebsd.org/changeset/base/368222 Log: MFC r367717: Enhance the mlx5_core_create_cq() function in mlx5core. Enhance mlx5_core_create_cq() to get the command out buffer from the callers to let them

svn commit: r368221 - in stable/12/sys/dev/mlx5: . mlx5_core mlx5_en mlx5_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:51:35 2020 New Revision: 368221 URL: https://svnweb.freebsd.org/changeset/base/368221 Log: MFC r367717: Enhance the mlx5_core_create_cq() function in mlx5core. Enhance mlx5_core_create_cq() to get the command out buffer from the callers to let them

svn commit: r368220 - in stable/11/sys/dev/mlx5: . mlx5_core

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:45:47 2020 New Revision: 368220 URL: https://svnweb.freebsd.org/changeset/base/368220 Log: MFC r367716: Use mlx5core to create/destroy all Dynamically Connected Targets, DCTs. To prevent a hardware memory leak when a DEVX DCT object is destroyed

svn commit: r368219 - in stable/12/sys/dev/mlx5: . mlx5_core

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:45:07 2020 New Revision: 368219 URL: https://svnweb.freebsd.org/changeset/base/368219 Log: MFC r367716: Use mlx5core to create/destroy all Dynamically Connected Targets, DCTs. To prevent a hardware memory leak when a DEVX DCT object is destroyed

svn commit: r368218 - stable/11/sys/dev/mlx5/mlx5_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:43:56 2020 New Revision: 368218 URL: https://svnweb.freebsd.org/changeset/base/368218 Log: MFC r367715: Fix error handling order in create_kernel_qp in mlx5ib. Make sure order of cleanup is exactly the opposite of initialization. Linux commit:

svn commit: r368217 - stable/12/sys/dev/mlx5/mlx5_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:43:22 2020 New Revision: 368217 URL: https://svnweb.freebsd.org/changeset/base/368217 Log: MFC r367715: Fix error handling order in create_kernel_qp in mlx5ib. Make sure order of cleanup is exactly the opposite of initialization. Linux commit:

svn commit: r368216 - stable/11/sys/dev/mlx4/mlx4_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:42:23 2020 New Revision: 368216 URL: https://svnweb.freebsd.org/changeset/base/368216 Log: MFC r367555: Include GID type when deleting GIDs from HW table under RoCE in mlx4ib. Refer to the Linux commit mentioned below for a more detailed description.

svn commit: r368215 - stable/12/sys/dev/mlx4/mlx4_ib

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:41:25 2020 New Revision: 368215 URL: https://svnweb.freebsd.org/changeset/base/368215 Log: MFC r367555: Include GID type when deleting GIDs from HW table under RoCE in mlx4ib. Refer to the Linux commit mentioned below for a more detailed description.

svn commit: r368214 - in stable/11/sys/dev/usb: . quirk

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:39:16 2020 New Revision: 368214 URL: https://svnweb.freebsd.org/changeset/base/368214 Log: MFC r367622: Add more USB quirks. PR: 230038 Sponsored by: Mellanox Technologies // NVIDIA Networking Modified:

svn commit: r368213 - in stable/12/sys/dev/usb: . quirk

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:38:28 2020 New Revision: 368213 URL: https://svnweb.freebsd.org/changeset/base/368213 Log: MFC r367622: Add more USB quirks. PR: 230038 Sponsored by: Mellanox Technologies // NVIDIA Networking Modified:

svn commit: r368212 - stable/11/sys/dev/sound/usb

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:37:11 2020 New Revision: 368212 URL: https://svnweb.freebsd.org/changeset/base/368212 Log: MFC r367615: Add a tunable sysctl, hw.usb.uaudio.handle_hid, to allow disabling the the HID volume keys support in the USB audio driver. While at it

svn commit: r368211 - stable/12/sys/dev/sound/usb

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:36:21 2020 New Revision: 368211 URL: https://svnweb.freebsd.org/changeset/base/368211 Log: MFC r367615: Add a tunable sysctl, hw.usb.uaudio.handle_hid, to allow disabling the the HID volume keys support in the USB audio driver. While at it

svn commit: r368210 - stable/11/sys/dev/usb/controller

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:33:39 2020 New Revision: 368210 URL: https://svnweb.freebsd.org/changeset/base/368210 Log: MFC r367614: When doing a USB alternate setting on an USB interface we need to re-configure the XHCI endpoint context. Differential Revision:

svn commit: r368209 - stable/12/sys/dev/usb/controller

2020-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 1 12:32:35 2020 New Revision: 368209 URL: https://svnweb.freebsd.org/changeset/base/368209 Log: MFC r367614: When doing a USB alternate setting on an USB interface we need to re-configure the XHCI endpoint context. Differential Revision:

Re: svn commit: r367714 - head/sys/kern

2020-12-01 Thread Hans Petter Selasky
On 12/1/20 12:26 PM, Mateusz Guzik wrote: Does this fix it for you?https://people.freebsd.org/~mjg/poll.diff Will take some time to reproduce. Testing right now. --HPS ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r367714 - head/sys/kern

2020-12-01 Thread Mateusz Guzik
Does this fix it for you? https://people.freebsd.org/~mjg/poll.diff On 12/1/20, Hans Petter Selasky wrote: > On 12/1/20 12:06 PM, Mateusz Guzik wrote: >> I see what the bug is, will think about the right fix. >> >> Is this reproducible for you? > > Yes, I have a crash dump. > > --HPS > > --

Re: svn commit: r367714 - head/sys/kern

2020-12-01 Thread Hans Petter Selasky
On 12/1/20 12:06 PM, Mateusz Guzik wrote: I see what the bug is, will think about the right fix. Is this reproducible for you? Yes, I have a crash dump. --HPS ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r367714 - head/sys/kern

2020-12-01 Thread Mateusz Guzik
I see what the bug is, will think about the right fix. Is this reproducible for you? On 12/1/20, Hans Petter Selasky wrote: > On 11/16/20 4:12 AM, Mateusz Guzik wrote: >> Author: mjg >> Date: Mon Nov 16 03:12:21 2020 >> New Revision: 367714 >> URL:

svn commit: r368208 - vendor/libarchive/3.5.0

2020-12-01 Thread Martin Matuska
Author: mm Date: Tue Dec 1 10:39:42 2020 New Revision: 368208 URL: https://svnweb.freebsd.org/changeset/base/368208 Log: Tag vendor/libarchive/3.5.0 Added: vendor/libarchive/3.5.0/ - copied from r368207, vendor/libarchive/dist/ ___

svn commit: r368207 - in vendor/libarchive/dist: . .github/workflows build build/ci/github_actions build/cmake build/release libarchive libarchive/test test_utils

2020-12-01 Thread Martin Matuska
Author: mm Date: Tue Dec 1 10:36:46 2020 New Revision: 368207 URL: https://svnweb.freebsd.org/changeset/base/368207 Log: Update vendor/libarchive/dist to git 833821f55b1807cac22a63a58b759a7802df2fb7 Libarchive 3.5.0 Relevant vendor changes: Issue #1258: add

Re: svn commit: r367714 - head/sys/kern

2020-12-01 Thread Hans Petter Selasky
On 11/16/20 4:12 AM, Mateusz Guzik wrote: Author: mjg Date: Mon Nov 16 03:12:21 2020 New Revision: 367714 URL: https://svnweb.freebsd.org/changeset/base/367714 Log: select: call seltdfini on process and thread exit Since thread_zone is marked NOFREE the thread_fini callback is never

svn commit: r368206 - stable/11/usr.bin/chpass

2020-12-01 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Tue Dec 1 09:55:28 2020 New Revision: 368206 URL: https://svnweb.freebsd.org/changeset/base/368206 Log: MFC r367757, r367756, r367759, r367769: Improve readability of the lists of options - Sort options alphabetically - Add missing arguments

svn commit: r368205 - stable/12/usr.bin/chpass

2020-12-01 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Tue Dec 1 09:24:15 2020 New Revision: 368205 URL: https://svnweb.freebsd.org/changeset/base/368205 Log: MFC r367757, r367756, r367759, r367769: Improve readability of the lists of options - Sort options alphabetically - Add missing arguments

svn commit: r368204 - head/sys/arm/arm

2020-12-01 Thread Michal Meloun
Author: mmel Date: Tue Dec 1 09:18:18 2020 New Revision: 368204 URL: https://svnweb.freebsd.org/changeset/base/368204 Log: Remove duplicated SV_ASLR from the elf flags. Reported by: lattera Modified: head/sys/arm/arm/elf_machdep.c Modified: head/sys/arm/arm/elf_machdep.c

svn commit: r368203 - head/sys/dev/nvme

2020-12-01 Thread Michal Meloun
Author: mmel Date: Tue Dec 1 08:52:13 2020 New Revision: 368203 URL: https://svnweb.freebsd.org/changeset/base/368203 Log: Always use the __unused attribute even for potentially unused parameters. Requested by: ian, imp MFC with: r368167 Modified: head/sys/dev/nvme/nvme.h