svn commit: r361442 - head/usr.sbin/bhyve

2020-05-25 Thread Peter Grehan
Author: grehan Date: Mon May 25 06:25:31 2020 New Revision: 361442 URL: https://svnweb.freebsd.org/changeset/base/361442 Log: Fix pci-passthru MSI issues with OpenBSD guests - Return 2 x 16-bit registers in the correct byte order for a 4-byte read that spans the CMD/STATUS register.

svn commit: r361443 - head/usr.sbin/fdformat

2020-05-25 Thread Murray Stokely
Author: murray (doc committer) Date: Mon May 25 07:18:47 2020 New Revision: 361443 URL: https://svnweb.freebsd.org/changeset/base/361443 Log: Add example usage for formatting a floppy disk. Adding a more self contained example here in the fdformat man page will allow us to modernize and

svn commit: r361444 - svnadmin/conf

2020-05-25 Thread Bjoern A. Zeeb
Author: bz Date: Mon May 25 09:52:44 2020 New Revision: 361444 URL: https://svnweb.freebsd.org/changeset/base/361444 Log: Release Peter Grehan (grehan) from "mentor ship". He can surf on his own again. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

Re: svn commit: r360964 - in head: lib/libclang_rt lib/libthr lib/msun libexec/rtld-elf libexec/tftpd/tests share/mk stand stand/arm/uboot stand/efi stand/efi/boot1 stand/efi/loader stand/i386/boot2 s

2020-05-25 Thread Tijl Coosemans
On Tue, 12 May 2020 15:22:41 + (UTC) Eric van Gyzen wrote: > Author: vangyzen > Date: Tue May 12 15:22:40 2020 > New Revision: 360964 > URL: https://svnweb.freebsd.org/changeset/base/360964 > > Log: > Remove tests for obsolete compilers in the build system > > Assume gcc is at least

svn commit: r361445 - in head/sys/dev/mlx5: . mlx5_core mlx5_en

2020-05-25 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 25 12:31:48 2020 New Revision: 361445 URL: https://svnweb.freebsd.org/changeset/base/361445 Log: Update the TLS capability bit after recent PRM changes in mlx5en(4). A CX6-DX firmware version equal to or newer than 12.27.0372 is now required. Sponsored

svn commit: r361455 - stable/12/tests/sys/netpfil/pf

2020-05-25 Thread Mark Johnston
Author: markj Date: Mon May 25 13:14:40 2020 New Revision: 361455 URL: https://svnweb.freebsd.org/changeset/base/361455 Log: Fix a mismerge in r361454. This is a direct commit to stable/12. Reported by: Jenkins Modified: stable/12/tests/sys/netpfil/pf/Makefile Modified:

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

2020-05-25 Thread Ed Maste
On Mon, 25 May 2020 at 00:56, Mateusz Guzik wrote: > > Author: mjg > Date: Mon May 25 04:56:41 2020 > New Revision: 361440 > URL: https://svnweb.freebsd.org/changeset/base/361440 > > Log: > vfs: restore mtx-protected foffset locking for 32 bit platforms Thanks. The BBB smoke test is green

svn commit: r361459 - in head/sys: arm64/conf arm64/qoriq/clk conf

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 14:45:18 2020 New Revision: 361459 URL: https://svnweb.freebsd.org/changeset/base/361459 Log: Add LS1046A clockgen driver. Driver provides probe and attach functions for LS1046A clockgen and passes configuration information to QorIQ clockgen class. It may be

svn commit: r361460 - in head/sys: arm64/conf arm64/qoriq conf

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 14:55:37 2020 New Revision: 361460 URL: https://svnweb.freebsd.org/changeset/base/361460 Log: Add GPIO support for QorIQ boards. This patch adds a GPIO controller support targeted for NXP LS1046A SoC. The driver implements the following features: * setting

svn commit: r361465 - in stable: 11/lib/clang/include/clang/Config 11/lib/clang/include/llvm/Config 12/lib/clang/include/clang/Config 12/lib/clang/include/llvm/Config

2020-05-25 Thread Dimitry Andric
Author: dim Date: Mon May 25 16:06:30 2020 New Revision: 361465 URL: https://svnweb.freebsd.org/changeset/base/361465 Log: Regenerate llvm config headers to correctly enable zlib support During the initial upgrade to 10.0.0 in r357120, I generated these headers once, but they were

svn commit: r361465 - in stable: 11/lib/clang/include/clang/Config 11/lib/clang/include/llvm/Config 12/lib/clang/include/clang/Config 12/lib/clang/include/llvm/Config

2020-05-25 Thread Dimitry Andric
Author: dim Date: Mon May 25 16:06:30 2020 New Revision: 361465 URL: https://svnweb.freebsd.org/changeset/base/361465 Log: Regenerate llvm config headers to correctly enable zlib support During the initial upgrade to 10.0.0 in r357120, I generated these headers once, but they were

svn commit: r361446 - head/sys/dev/mlx5/mlx5_en

2020-05-25 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 25 12:34:15 2020 New Revision: 361446 URL: https://svnweb.freebsd.org/changeset/base/361446 Log: Correctly set the initial vector for TLS v1.3 for mlx5en(4). For TLS v1.3 the 12 bytes of the initial vector, IV, should just be copied as-is from the kernel to

svn commit: r361452 - in head/sys/compat/linuxkpi/common: include/linux src

2020-05-25 Thread Emmanuel Vadot
Author: manu Date: Mon May 25 12:46:05 2020 New Revision: 361452 URL: https://svnweb.freebsd.org/changeset/base/361452 Log: linuxkpi: Fix mod_timer and del_timer_sync mod_timer is supposed to return 1 if the modified timer was pending, which is exactly what callout_reset does so return

svn commit: r361457 - in stable: 11/usr.sbin/unbound 12/usr.sbin/unbound

2020-05-25 Thread Cy Schubert
Author: cy Date: Mon May 25 13:19:52 2020 New Revision: 361457 URL: https://svnweb.freebsd.org/changeset/base/361457 Log: MFC r361438: Chase r361344. Update unbound version strings. Reported by: mike tancsa Modified: stable/12/usr.sbin/unbound/config.h Directory Properties:

svn commit: r361458 - in head/sys/arm64/qoriq: . clk

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 14:31:32 2020 New Revision: 361458 URL: https://svnweb.freebsd.org/changeset/base/361458 Log: Add QorIQ platform clockgen driver. This patch adds classes and functions that can be used with various NXP QorIQ Layerscape SoCs. As for the clock topology -

svn commit: r361456 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 11/contrib/sqlite3/tea/generic 11/contrib/sqlite3/tea/win 12/contrib/sqlite3 12/contrib/sqlite3/tea 12/contrib/sqlite3/tea...

2020-05-25 Thread Cy Schubert
Author: cy Date: Mon May 25 13:16:35 2020 New Revision: 361456 URL: https://svnweb.freebsd.org/changeset/base/361456 Log: MFC r360221-r360223 r360221: In preparation for update to sqlite3-3.31.1 (3310100), recommit r357201: MFV r357163, which was reverted by r357522 due to segfault

svn commit: r361456 - in stable: 11/contrib/sqlite3 11/contrib/sqlite3/tea 11/contrib/sqlite3/tea/generic 11/contrib/sqlite3/tea/win 12/contrib/sqlite3 12/contrib/sqlite3/tea 12/contrib/sqlite3/tea...

2020-05-25 Thread Cy Schubert
Author: cy Date: Mon May 25 13:16:35 2020 New Revision: 361456 URL: https://svnweb.freebsd.org/changeset/base/361456 Log: MFC r360221-r360223 r360221: In preparation for update to sqlite3-3.31.1 (3310100), recommit r357201: MFV r357163, which was reverted by r357522 due to segfault

svn commit: r361464 - in head/sys: conf dev/ahci

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 16:00:08 2020 New Revision: 361464 URL: https://svnweb.freebsd.org/changeset/base/361464 Log: Introduce a driver for NXP LS1046A SoC AHCI. Implement support for AHCI controller found in NXP QorIQ Layerscape SoCs. Submitted by: Artur Rojek Reviewed by:

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

2020-05-25 Thread Mateusz Guzik
Author: mjg Date: Mon May 25 12:41:44 2020 New Revision: 361448 URL: https://svnweb.freebsd.org/changeset/base/361448 Log: proc: refactor clearing credentials into proc_unset_cred Modified: head/sys/kern/kern_exit.c head/sys/kern/kern_prot.c head/sys/sys/ucred.h Modified:

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

2020-05-25 Thread Emmanuel Vadot
Author: manu Date: Mon May 25 12:44:07 2020 New Revision: 361450 URL: https://svnweb.freebsd.org/changeset/base/361450 Log: linuxkpi: Add refcount.h Implement some refcount functions needed by drm. Just use the atomic_t struct and functions from linuxkpi for simplicity.

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

2020-05-25 Thread Emmanuel Vadot
Author: manu Date: Mon May 25 12:42:55 2020 New Revision: 361449 URL: https://svnweb.freebsd.org/changeset/base/361449 Log: linuxkpi: Add __same_type and __must_be_array macros The same_type macro simply wraps around builtin_types_compatible_p which exist for both GCC and CLANG, which

svn commit: r361454 - stable/12/tests/sys/netpfil/pf

2020-05-25 Thread Mark Johnston
Author: markj Date: Mon May 25 12:49:57 2020 New Revision: 361454 URL: https://svnweb.freebsd.org/changeset/base/361454 Log: MFC r360906: Add a basic table entry counter regression test. Added: stable/12/tests/sys/netpfil/pf/table.sh - copied unchanged from r360906,

svn commit: r361453 - in stable/11: share/man/man5 sys/netpfil/pf

2020-05-25 Thread Mark Johnston
Author: markj Date: Mon May 25 12:48:09 2020 New Revision: 361453 URL: https://svnweb.freebsd.org/changeset/base/361453 Log: MFC r360903: pf: Don't allocate per-table entry counters unless required. Modified: stable/11/share/man/man5/pf.conf.5 stable/11/sys/netpfil/pf/pf_table.c

svn commit: r361457 - in stable: 11/usr.sbin/unbound 12/usr.sbin/unbound

2020-05-25 Thread Cy Schubert
Author: cy Date: Mon May 25 13:19:52 2020 New Revision: 361457 URL: https://svnweb.freebsd.org/changeset/base/361457 Log: MFC r361438: Chase r361344. Update unbound version strings. Reported by: mike tancsa Modified: stable/11/usr.sbin/unbound/config.h Directory Properties:

svn commit: r361461 - in head/sys: arm/freescale/vybrid arm64/conf conf

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 15:21:38 2020 New Revision: 361461 URL: https://svnweb.freebsd.org/changeset/base/361461 Log: Introduce VF610 I2C controller support. NXP LS1046A contains I2C controller compatible with Vybrid VF610. Existing Vybrid MVF600 driver can be used to support it. For

svn commit: r361447 - head/sys/dev/mlx5/mlx5_en

2020-05-25 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 25 12:37:45 2020 New Revision: 361447 URL: https://svnweb.freebsd.org/changeset/base/361447 Log: Improve set progress parameters, SET PSV for HW TLS in mlx5en(4). There is no need for a fence and there is no need to provide the TCP sequence number.

svn commit: r361462 - in head/sys: conf dev/iicbus/gpio modules/i2c modules/i2c/tca6416

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 15:31:43 2020 New Revision: 361462 URL: https://svnweb.freebsd.org/changeset/base/361462 Log: Add TCA6416 GPIO expander support. Add basic TCA6416 GPIO expander support over I2C bus. The driver handles enabling and disabling pins, setting pin mode to IN and

svn commit: r361451 - in stable/12: share/man/man5 sys/netpfil/pf

2020-05-25 Thread Mark Johnston
Author: markj Date: Mon May 25 12:45:10 2020 New Revision: 361451 URL: https://svnweb.freebsd.org/changeset/base/361451 Log: MFC r360903: pf: Don't allocate per-table entry counters unless required. Modified: stable/12/share/man/man5/pf.conf.5 stable/12/sys/netpfil/pf/pf_table.c

svn commit: r361463 - in head/sys: conf dev/iicbus/rtc modules/i2c modules/i2c/rx8803

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 15:40:02 2020 New Revision: 361463 URL: https://svnweb.freebsd.org/changeset/base/361463 Log: Introduce support for Epson RX-8803 RTC. This patch introduces support for Epson RX-8803 RTC controller accessible over I2C bus. It has a resolution of 1 sec.

Re: svn commit: r361460 - in head/sys: arm64/conf arm64/qoriq conf

2020-05-25 Thread Justin Hibbits
Hi Marcin, On Mon, 25 May 2020 14:55:37 + (UTC) Marcin Wojtas wrote: > Author: mw > Date: Mon May 25 14:55:37 2020 > New Revision: 361460 > URL: https://svnweb.freebsd.org/changeset/base/361460 > > Log: > Add GPIO support for QorIQ boards. > > This patch adds a GPIO controller

Re: svn commit: r361460 - in head/sys: arm64/conf arm64/qoriq conf

2020-05-25 Thread Marcin Wojtas
Hi Justin, pon., 25 maj 2020 o 18:18 Justin Hibbits napisał(a): > > Hi Marcin, > > On Mon, 25 May 2020 14:55:37 + (UTC) > Marcin Wojtas wrote: > > > Author: mw > > Date: Mon May 25 14:55:37 2020 > > New Revision: 361460 > > URL: https://svnweb.freebsd.org/changeset/base/361460 > > > >

svn commit: r361478 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:21:39 2020 New Revision: 361478 URL: https://svnweb.freebsd.org/changeset/base/361478 Log: MFC r361225: Remove redundant assignment Modified: stable/11/sys/netinet/sctputil.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r361466 - in head: sys/amd64/amd64 sys/arm/arm sys/arm64/arm64 sys/conf sys/fs/fuse sys/fs/unionfs sys/i386/i386 sys/kern sys/mips/mips sys/powerpc/powerpc sys/riscv/riscv sys/sys tools...

2020-05-25 Thread Conrad Meyer
Author: cem Date: Mon May 25 16:40:48 2020 New Revision: 361466 URL: https://svnweb.freebsd.org/changeset/base/361466 Log: copystr(9): Move to deprecate (attempt #2) This reapplies logical r360944 and r360946 (reverting r360955), with fixed copystr() stand-in replacement macro.

svn commit: r361471 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:07:23 2020 New Revision: 361471 URL: https://svnweb.freebsd.org/changeset/base/361471 Log: MFC r360878, r360942: Improve SCTP timer handling Ensure that we have a path when starting the T3 RXT timer. Modified: stable/11/sys/netinet/sctp_asconf.c

svn commit: r361476 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:17:34 2020 New Revision: 361476 URL: https://svnweb.freebsd.org/changeset/base/361476 Log: MFC r361222: Improve ASCONF handling Avoid an integer underflow. Modified: stable/11/sys/netinet/sctp_asconf.c Directory Properties: stable/11/ (props

svn commit: r361475 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:16:06 2020 New Revision: 361475 URL: https://svnweb.freebsd.org/changeset/base/361475 Log: MFC r361221: Remove redundant check. Modified: stable/11/sys/netinet/sctp_asconf.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r361468 - in stable/11/sys: contrib/ena-com dev/ena modules/ena

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 17:47:31 2020 New Revision: 361468 URL: https://svnweb.freebsd.org/changeset/base/361468 Log: MFC: ENA netmap support and bug fixes r360777 Optimize ENA Rx refill for low memory conditions r358289 Rework and simplify Tx DMA mapping in ENA r354242 Make

svn commit: r361477 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:19:09 2020 New Revision: 361477 URL: https://svnweb.freebsd.org/changeset/base/361477 Log: MFC r361224: Cleanup. No functional change Modified: stable/11/sys/netinet/sctp_pcb.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r361467 - in stable/11: share/man/man4 sys/contrib/ena-com sys/contrib/ena-com/ena_defs sys/dev/ena sys/modules/ena

2020-05-25 Thread Marcin Wojtas
Author: mw Date: Mon May 25 17:41:20 2020 New Revision: 361467 URL: https://svnweb.freebsd.org/changeset/base/361467 Log: MFC: Merge ENA v2.0.0 driver r348416 Update ENA version to v2.0.0 r348414 Fix ENA manual issues r348413 Improve ENA reset handling r348412 Fix NULL pointer

svn commit: r361469 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:04:09 2020 New Revision: 361469 URL: https://svnweb.freebsd.org/changeset/base/361469 Log: MFC r360869: Fix bug in PR-SCTP Only drop DATA chunk with lower priorities as specified in RFC 7496. This issue was found by looking at a reproducer generated by

svn commit: r361473 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:11:26 2020 New Revision: 361473 URL: https://svnweb.freebsd.org/changeset/base/361473 Log: MFC r361116: Improve stcb handling during teardown Ensure that an stcb is not dereferenced when it is about to be freed. This issue was found by SYZKALLER.

svn commit: r361474 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:14:34 2020 New Revision: 361474 URL: https://svnweb.freebsd.org/changeset/base/361474 Log: MFC r361214: Correctly ignore impossible RTT measurements Fix logical condition by looking at usecs. This issue was found by cpp-check running on the userland

svn commit: r361479 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 20:23:38 2020 New Revision: 361479 URL: https://svnweb.freebsd.org/changeset/base/361479 Log: MFC r361226: Cleanup Don't check an unsigned variable for being negative. Modified: stable/11/sys/netinet/sctp_usrreq.c Directory Properties: stable/11/

svn commit: r361482 - head/sys/opencrypto

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 22:18:33 2020 New Revision: 361482 URL: https://svnweb.freebsd.org/changeset/base/361482 Log: Export the _kern_crypto sysctl node from crypto.c. Sponsored by: Netflix Differential Revision:https://reviews.freebsd.org/D24545 Modified:

svn commit: r361485 - head/sys/crypto/aesni

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 22:30:44 2020 New Revision: 361485 URL: https://svnweb.freebsd.org/changeset/base/361485 Log: Support separate output buffers for aesni(4). The backend routines aesni(4) call for specific encryption modes all expect virtually contiguous input/output buffers.

svn commit: r361486 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal/ar5416 dev/ath/ath_hal/ar9001 dev/ath/ath_hal/ar9002

2020-05-25 Thread Adrian Chadd
Author: adrian Date: Mon May 25 22:31:45 2020 New Revision: 361486 URL: https://svnweb.freebsd.org/changeset/base/361486 Log: [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set it during ath_reset() Although I added the reset type field to ath_hal_reset() years

svn commit: r361491 - in head/sys: geom kern sys ufs/ffs ufs/ufs

2020-05-25 Thread Chuck Silvers
Author: chs Date: Mon May 25 23:47:31 2020 New Revision: 361491 URL: https://svnweb.freebsd.org/changeset/base/361491 Log: This commit enables a UFS filesystem to do a forcible unmount when the underlying media fails or becomes inaccessible. For example when a USB flash memory card hosting

svn commit: r361492 - in head/sys/mips: cavium/cryptocteon nlm/dev/sec

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 23:49:46 2020 New Revision: 361492 URL: https://svnweb.freebsd.org/changeset/base/361492 Log: Update cryptocteon(4) and nlmsec(4) for changes in r361481. This does not add support for separate output buffers but updates the drivers to cope with the changes.

svn commit: r361481 - in head: share/man/man9 sys/crypto/ccp sys/dev/cxgbe/crypto sys/dev/hifn sys/dev/safe sys/geom/eli sys/kern sys/kgssapi/krb5 sys/netipsec sys/opencrypto sys/sys

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 22:12:04 2020 New Revision: 361481 URL: https://svnweb.freebsd.org/changeset/base/361481 Log: Add support for optional separate output buffers to in-kernel crypto. Some crypto consumers such as GELI and KTLS for file-backed sendfile need to store their output

svn commit: r361484 - head/sys/dev/cxgbe/crypto

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 22:23:13 2020 New Revision: 361484 URL: https://svnweb.freebsd.org/changeset/base/361484 Log: Support separate output buffers in ccr(4). Sponsored by: Netflix Differential Revision:https://reviews.freebsd.org/D24545 Modified:

svn commit: r361483 - head/sys/opencrypto

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 22:21:09 2020 New Revision: 361483 URL: https://svnweb.freebsd.org/changeset/base/361483 Log: Add a sysctl knob to use separate output buffers for /dev/crypto. This is a testing aid to permit using testing a driver's support of separate output buffers via

svn commit: r361487 - head/tools/tools/crypto

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 23:04:18 2020 New Revision: 361487 URL: https://svnweb.freebsd.org/changeset/base/361487 Log: Expand coverage of different buffer sizes. - When -z is used, include small buffers from 1 to 32 bytes to test stream ciphers. Note that while AES-XTS claims to

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

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 23:07:50 2020 New Revision: 361488 URL: https://svnweb.freebsd.org/changeset/base/361488 Log: Remove an extraneous line continuation from r361481. Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile

Re: svn commit: r361489 - head/sys/dev/cesa

2020-05-25 Thread John Baldwin
On 5/25/20 4:12 PM, John Baldwin wrote: > Author: jhb > Date: Mon May 25 23:12:49 2020 > New Revision: 361489 > URL: https://svnweb.freebsd.org/changeset/base/361489 > > Log: > Update cesa(4) for separate output buffers changes in r361481. > > This does not add support for separate output

svn commit: r361490 - head/sys/dev/sec

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 23:20:33 2020 New Revision: 361490 URL: https://svnweb.freebsd.org/changeset/base/361490 Log: Update sec(4) for separate output buffers changes in r361481. This does not add support for separate output buffers but updates the driver to cope with the changes.

svn commit: r361480 - stable/11/sys/netinet

2020-05-25 Thread Michael Tuexen
Author: tuexen Date: Mon May 25 21:14:23 2020 New Revision: 361480 URL: https://svnweb.freebsd.org/changeset/base/361480 Log: MFC r361227: remove assignment without effect. Modified: stable/11/sys/netinet/sctp_auth.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r361489 - head/sys/dev/cesa

2020-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 23:12:49 2020 New Revision: 361489 URL: https://svnweb.freebsd.org/changeset/base/361489 Log: Update cesa(4) for separate output buffers changes in r361481. This does not add support for separate output buffers but updates the driver to cope with the changes.

svn commit: r361493 - head/sys/powerpc/powerpc

2020-05-25 Thread Brandon Bergren
Author: bdragon Date: Tue May 26 02:27:10 2020 New Revision: 361493 URL: https://svnweb.freebsd.org/changeset/base/361493 Log: [PowerPC] Ensure ppc32 cpu_switch routines set up Secure-PLT. This is a correctness fix needed to enable the ifunc conversion of the pmap in D24993. Since

svn commit: r361496 - stable/12/cddl/contrib/opensolaris/cmd/zfs

2020-05-25 Thread Andriy Gapon
Author: avg Date: Tue May 26 05:55:46 2020 New Revision: 361496 URL: https://svnweb.freebsd.org/changeset/base/361496 Log: MFC r360956: zfs allow/unallow should work with numeric uid/gid And that should work even (especially) if there is no matching user or group name. This change

svn commit: r361494 - head/sys/powerpc/booke

2020-05-25 Thread Justin Hibbits
Author: jhibbits Date: Tue May 26 03:58:19 2020 New Revision: 361494 URL: https://svnweb.freebsd.org/changeset/base/361494 Log: powerpc/booke pmap: Fix iteration for 64-bit kernel page table creation Kernel page tables actually start at index 4096, given kernel base address of

svn commit: r361495 - stable/12/sys/dev/acpica

2020-05-25 Thread Andriy Gapon
Author: avg Date: Tue May 26 05:54:00 2020 New Revision: 361495 URL: https://svnweb.freebsd.org/changeset/base/361495 Log: MFC r360657: acpi_video: support systems without non-essential methods Only _BCL and _BCM methods seem to be essential to the driver's operation. If _BQC is missing