svn commit: r361272 - head/contrib/wpa/src/drivers

2020-05-19 Thread Cy Schubert
Author: cy Date: Wed May 20 04:16:13 2020 New Revision: 361272 URL: https://svnweb.freebsd.org/changeset/base/361272 Log: Silence the once per second CTRL-EVENT-SCAN-FAILED errors when the WiFi radio is disabled through the communication device toggle key (also known as the RF raidio kill

svn commit: r361271 - in head/sys/powerpc: aim include

2020-05-19 Thread Justin Hibbits
Author: jhibbits Date: Wed May 20 02:33:41 2020 New Revision: 361271 URL: https://svnweb.freebsd.org/changeset/base/361271 Log: powerpc/radix mmu: No need for delayed TLB invalidation x86 needs delayed TLB invalidation because invalidation requires an expensive IPI. PowerPC has had a

svn commit: r361269 - in stable/12/contrib/elftoolchain: elfcopy libelftc

2020-05-19 Thread Ed Maste
Author: emaste Date: Tue May 19 22:09:59 2020 New Revision: 361269 URL: https://svnweb.freebsd.org/changeset/base/361269 Log: MFC r357826: elfcopy: set ELF OS/ABI field when converting from binary PR: 228934 Submitted by: Tiger Gao Sponsored by: The FreeBSD Foundation

svn commit: r361268 - head/tests/sys/net

2020-05-19 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 19 21:55:29 2020 New Revision: 361268 URL: https://svnweb.freebsd.org/changeset/base/361268 Log: Make sys.net.if_bridge_test depend on python; sys.net.if_bridge_test.span requires it. MFC after:2 weeks Sponsored by: DARPA Modified:

svn commit: r361267 - in head/tests/sys: netinet netinet6

2020-05-19 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 19 21:48:45 2020 New Revision: 361267 URL: https://svnweb.freebsd.org/changeset/base/361267 Log: Make sys.netinet.output and sys.netinet6.output6 tests depend on python; they need to be able to run net_receiver.py. MFC after:2 weeks Sponsored by: DARPA

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

2020-05-19 Thread Kristof Provost
On 19 May 2020, at 17:02, Andrew Gallatin wrote: On 2020-05-19 04:21, Kristof Provost wrote: The if_bnxt driver initialises |.isc_nrxd_max = {INT32_MAX, INT32_MAX, INT32_MAX},|, so presumably that’s the cause. I don’t know what a sane value would be though. I’ve defaulted to 4096 (because

svn commit: r361266 - head/sys/cddl/contrib/opensolaris/common/lz4

2020-05-19 Thread Toomas Soome
Author: tsoome Date: Tue May 19 19:53:12 2020 New Revision: 361266 URL: https://svnweb.freebsd.org/changeset/base/361266 Log: lz4 hash table does not start zeroed illumos issue: https://www.illumos.org/issues/12757 Submitted by: andyf Modified:

svn commit: r361265 - head

2020-05-19 Thread Ryan Moeller
Author: freqlabs Date: Tue May 19 18:41:46 2020 New Revision: 361265 URL: https://svnweb.freebsd.org/changeset/base/361265 Log: Mention new jail(8) command hooks in RELNOTES Reported by: 0mp Approved by: mmacy (mentor) Modified: head/RELNOTES Modified: head/RELNOTES

svn commit: r361264 - head

2020-05-19 Thread Ryan Moeller
Author: freqlabs Date: Tue May 19 18:38:46 2020 New Revision: 361264 URL: https://svnweb.freebsd.org/changeset/base/361264 Log: Mention new dd flags in RELNOTES Approved by: mmacy (mentor) Sponsored by: iXsystems, Inc. Modified: head/RELNOTES Modified: head/RELNOTES

svn commit: r361263 - in head/sys: netinet sys

2020-05-19 Thread Mark Johnston
Author: markj Date: Tue May 19 18:35:08 2020 New Revision: 361263 URL: https://svnweb.freebsd.org/changeset/base/361263 Log: Define a module version for accept filter modules. Otherwise accept filters compiled into the kernel do not preempt preloaded accept filter modules. Then, the

svn commit: r361262 - head/sys/kern

2020-05-19 Thread Mark Johnston
Author: markj Date: Tue May 19 18:34:50 2020 New Revision: 361262 URL: https://svnweb.freebsd.org/changeset/base/361262 Log: Use the symbolic name for "modmetadata_set". MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_linker.c Modified:

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread John Baldwin
On 5/19/20 8:34 AM, Rodney W. Grimes wrote: > The EISDIR behavior is what your changing, independent of file system(s) > you have done so far. The fact the behavior is now different between > UFS and ZFS is sic, IMHO. Oh please. NFS already fails with ESIDIR and has failed to read() directories

svn commit: r361261 - in head/sys/dev/cxgbe: . iw_cxgbe

2020-05-19 Thread Navdeep Parhar
Author: np Date: Tue May 19 16:28:20 2020 New Revision: 361261 URL: https://svnweb.freebsd.org/changeset/base/361261 Log: cxgbe/iw_cxgbe: Add an async callback to notify iw_cxgbe in case of a fatal error. Submitted by: Krishnamraju Eraparaju @ Chelsio MFC after:2 weeks Sponsored

svn commit: r361260 - head/usr.sbin/ntp/ntpd

2020-05-19 Thread Xin LI
Author: delphij Date: Tue May 19 16:06:03 2020 New Revision: 361260 URL: https://svnweb.freebsd.org/changeset/base/361260 Log: Update leap-seconds to leap-seconds.3676924800. Obtained from:ftp://ftp.nist.gov/pub/time/leap-seconds.3676924800 MFC after:3 days Modified:

svn commit: r361259 - in head/sys/arm64: arm64 include

2020-05-19 Thread Andrew Turner
Author: andrew Date: Tue May 19 16:04:27 2020 New Revision: 361259 URL: https://svnweb.freebsd.org/changeset/base/361259 Log: Stop performing a full icache sync when the DIC and IDC flags are set The DIC and IDC bits in the CTR_EL0 register signal to the kernel when it can relax the

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread Kyle Evans
On Tue, May 19, 2020 at 10:34 AM Rodney W. Grimes wrote: > > > On Tue, May 19, 2020 at 10:27 AM Rodney W. Grimes > > wrote: > > > > > > > On Tue, May 19, 2020 at 10:23 AM Rodney W. Grimes > > > > wrote: > > > > > > > > > > > Author: kevans > > > > > > Date: Tue May 19 02:41:05 2020 > > > > > >

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread Rodney W. Grimes
> On Tue, May 19, 2020 at 10:27 AM Rodney W. Grimes > wrote: > > > > > On Tue, May 19, 2020 at 10:23 AM Rodney W. Grimes > > > wrote: > > > > > > > > > Author: kevans > > > > > Date: Tue May 19 02:41:05 2020 > > > > > New Revision: 361238 > > > > > URL:

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread Kyle Evans
On Tue, May 19, 2020 at 10:27 AM Rodney W. Grimes wrote: > > > On Tue, May 19, 2020 at 10:23 AM Rodney W. Grimes > > wrote: > > > > > > > Author: kevans > > > > Date: Tue May 19 02:41:05 2020 > > > > New Revision: 361238 > > > > URL: https://svnweb.freebsd.org/changeset/base/361238 > > > > > > >

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread Rodney W. Grimes
> > On Tue, May 19, 2020 at 10:23 AM Rodney W. Grimes > > wrote: > > > > > > > Author: kevans > > > > Date: Tue May 19 02:41:05 2020 > > > > New Revision: 361238 > > > > URL: https://svnweb.freebsd.org/changeset/base/361238 > > > > > > > > Log: > > > > zfs: reject read(2) of a dirfd with EISDIR

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread Rodney W. Grimes
> On Tue, May 19, 2020 at 10:23 AM Rodney W. Grimes > wrote: > > > > > Author: kevans > > > Date: Tue May 19 02:41:05 2020 > > > New Revision: 361238 > > > URL: https://svnweb.freebsd.org/changeset/base/361238 > > > > > > Log: > > > zfs: reject read(2) of a dirfd with EISDIR > > > > > > This

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

2020-05-19 Thread Andrew Turner
Author: andrew Date: Tue May 19 15:27:20 2020 New Revision: 361258 URL: https://svnweb.freebsd.org/changeset/base/361258 Log: Create MSI/MSI-X isrcs as needed in the GICv3 ITS driver Previously we would create an isrc for each MSI/MSI-X interrupt. This causes issues for other interrupt

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread Kyle Evans
On Tue, May 19, 2020 at 10:23 AM Rodney W. Grimes wrote: > > > Author: kevans > > Date: Tue May 19 02:41:05 2020 > > New Revision: 361238 > > URL: https://svnweb.freebsd.org/changeset/base/361238 > > > > Log: > > zfs: reject read(2) of a dirfd with EISDIR > > > > This is independent of the

Re: svn commit: r361238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-19 Thread Rodney W. Grimes
> Author: kevans > Date: Tue May 19 02:41:05 2020 > New Revision: 361238 > URL: https://svnweb.freebsd.org/changeset/base/361238 > > Log: > zfs: reject read(2) of a dirfd with EISDIR > > This is independent of the recently-discussed global change, which is still > in review/discussion

svn commit: r361257 - head/usr.sbin/bsdinstall/scripts

2020-05-19 Thread Kyle Evans
Author: kevans Date: Tue May 19 15:19:39 2020 New Revision: 361257 URL: https://svnweb.freebsd.org/changeset/base/361257 Log: bsdinstall: do a `certctl rehash` upon installation of configuration If certctl is installed on the system we're configuring, do a certctl rehash. Note that

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

2020-05-19 Thread Andrew Gallatin
On 2020-05-19 04:21, Kristof Provost wrote: The if_bnxt driver initialises |.isc_nrxd_max = {INT32_MAX, INT32_MAX, INT32_MAX},|, so presumably that’s the cause. I don’t know what a sane value would be though. I’ve defaulted to 4096 (because that’s what some other iflib users seems to do) for

svn commit: r361256 - stable/11/sys/cam/ctl

2020-05-19 Thread Alexander Motin
Author: mav Date: Tue May 19 14:42:09 2020 New Revision: 361256 URL: https://svnweb.freebsd.org/changeset/base/361256 Log: MFC r360564: Cleanup LUN addition/removal. - Make ctl_add_lun() synchronous. Asynchronous addition was used by Copan's proprietary code long ago and never for

svn commit: r361255 - stable/12/sys/cam/ctl

2020-05-19 Thread Alexander Motin
Author: mav Date: Tue May 19 14:31:47 2020 New Revision: 361255 URL: https://svnweb.freebsd.org/changeset/base/361255 Log: MFC r360564: Cleanup LUN addition/removal. - Make ctl_add_lun() synchronous. Asynchronous addition was used by Copan's proprietary code long ago and never for

svn commit: r361254 - head/sys/netgraph/bluetooth/include

2020-05-19 Thread Takanori Watanabe
Author: takawata Date: Tue May 19 13:58:52 2020 New Revision: 361254 URL: https://svnweb.freebsd.org/changeset/base/361254 Log: Fix Typo in ng_hci_le_connection_complete_ep struct. PR: 246538 Submitted by: Marc Veldman Modified: head/sys/netgraph/bluetooth/include/ng_hci.h

svn commit: r361253 - head

2020-05-19 Thread Mark Johnston
Author: markj Date: Tue May 19 13:54:33 2020 New Revision: 361253 URL: https://svnweb.freebsd.org/changeset/base/361253 Log: Belatedly add a RELNOTES entry for r347532. Modified: head/RELNOTES Modified: head/RELNOTES

svn commit: r361252 - stable/12/sys/cam/ctl

2020-05-19 Thread Alexander Motin
Author: mav Date: Tue May 19 13:52:34 2020 New Revision: 361252 URL: https://svnweb.freebsd.org/changeset/base/361252 Log: MFC r359686: Fix panic on kern.cam.ctl.ha_role change after r333446. Modified: stable/12/sys/cam/ctl/ctl_backend_block.c stable/12/sys/cam/ctl/ctl_backend_ramdisk.c

svn commit: r361251 - head/usr.sbin/bluetooth/hccontrol

2020-05-19 Thread Takanori Watanabe
Author: takawata Date: Tue May 19 13:44:32 2020 New Revision: 361251 URL: https://svnweb.freebsd.org/changeset/base/361251 Log: Add LE Whitelist commands to hccontrol PR: 214555 Submitted by Marc Veldman Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.8

svn commit: r361250 - head/sbin/swapon

2020-05-19 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Tue May 19 12:16:44 2020 New Revision: 361250 URL: https://svnweb.freebsd.org/changeset/base/361250 Log: The -F flag of swapon(8) requires -a to work. Before this change, swapon(8) implied that -F works as a standalone option, which is not the case and

svn commit: r361249 - head/lib/libc/stdlib

2020-05-19 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Tue May 19 11:05:27 2020 New Revision: 361249 URL: https://svnweb.freebsd.org/changeset/base/361249 Log: Fix a typo: argments -> arguments PR: 243294 Submitted by: Igor Ostapenko MFC after:5 days Modified:

svn commit: r361248 - head/usr.bin/sed

2020-05-19 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Tue May 19 09:17:20 2020 New Revision: 361248 URL: https://svnweb.freebsd.org/changeset/base/361248 Log: Update SYNOPSIS section to be consistent regarding -u, -i, and -I. Apparently, when the -u, -i and -I options where added to sed(1), it was forgotten

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

2020-05-19 Thread Emmanuel Vadot
Author: manu Date: Tue May 19 09:04:35 2020 New Revision: 361247 URL: https://svnweb.freebsd.org/changeset/base/361247 Log: linuxkpi: Add irq_work.h Since handlers are call in a thread context we can simply use a workqueue to emulate those functions. The DRM code was patched to do that

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

2020-05-19 Thread Emmanuel Vadot
Author: manu Date: Tue May 19 08:44:33 2020 New Revision: 361246 URL: https://svnweb.freebsd.org/changeset/base/361246 Log: linuxkpi: add pci_dev_present pci_dev_present shows if a set of pci ids are present in the system. It just wraps pci_find_device. Needed by DRMv5.2 Submitted

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

2020-05-19 Thread Emmanuel Vadot
Author: manu Date: Tue May 19 08:43:17 2020 New Revision: 361245 URL: https://svnweb.freebsd.org/changeset/base/361245 Log: linuxkpi: Add __init_waitqueue_head The only difference with init_waitqueue_head is that the name and the lock class key are provided but we don't use those so use

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

2020-05-19 Thread Kristof Provost
On 10 May 2019, at 2:41, Eric Joyner wrote: Author: erj Date: Fri May 10 00:41:42 2019 New Revision: 347418 URL: https://svnweb.freebsd.org/changeset/base/347418 Log: iflib: use default ntxd and nrxd when user value is not power of 2 From Jake: A user may set a sysctl to override the

svn commit: r361244 - stable/12/include

2020-05-19 Thread Konstantin Belousov
Author: kib Date: Tue May 19 07:47:59 2020 New Revision: 361244 URL: https://svnweb.freebsd.org/changeset/base/361244 Log: MFC r360983: Clear namespace pollution in include/malloc_np.h Modified: stable/12/include/malloc_np.h Directory Properties: stable/12/ (props changed) Modified:

svn commit: r361243 - head/sys/netinet

2020-05-19 Thread Michael Tuexen
Author: tuexen Date: Tue May 19 07:23:35 2020 New Revision: 361243 URL: https://svnweb.freebsd.org/changeset/base/361243 Log: Replace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPRINTF() map to snprintf() on FreeBSD. This allows to check for failures of snprintf() on platforms other than

svn commit: r361242 - head/sys/netinet

2020-05-19 Thread Michael Tuexen
Author: tuexen Date: Tue May 19 07:21:11 2020 New Revision: 361242 URL: https://svnweb.freebsd.org/changeset/base/361242 Log: Revert r361209: cem noted that on FreeBSD snprintf() can not fail and code should not check for that. A followup commit will replace the usage of snprintf()

svn commit: r361241 - head/tests/sys/netinet

2020-05-19 Thread Li-Wen Hsu
Author: lwhsu Date: Tue May 19 07:16:09 2020 New Revision: 361241 URL: https://svnweb.freebsd.org/changeset/base/361241 Log: Revert r361237, it's fixed by r361231 PR: 246560 Sponsored by: The FreeBSD Foundation Modified: head/tests/sys/netinet/so_reuseport_lb_test.c