svn commit: r358061 - head/share/vt/keymaps

2020-02-17 Thread Hiroki Sato
Author: hrs Date: Tue Feb 18 01:50:44 2020 New Revision: 358061 URL: https://svnweb.freebsd.org/changeset/base/358061 Log: Use 0x5c for the scan code 0x7d. Japanese keyboards traditionally use 0x5c for both Japanese yen sign key and backslash key. While a Japanese yen sign is depicted

svn commit: r358060 - in stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2020-02-17 Thread Alexander Motin
Author: mav Date: Tue Feb 18 01:21:56 2020 New Revision: 358060 URL: https://svnweb.freebsd.org/changeset/base/358060 Log: MFC r357502: Few microoptimizations to dbuf layer. Move db_link into the same cache line as db_blkid and db_level. It allows significantly reduce avl_add() time in

svn commit: r358059 - stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-02-17 Thread Alexander Motin
Author: mav Date: Tue Feb 18 01:19:32 2020 New Revision: 358059 URL: https://svnweb.freebsd.org/changeset/base/358059 Log: MFC r357453: Unblock kstat.zfs.misc.dbufstats sysctls. It is not so much broken to hide it after we wasted time to collect it. Modified:

Re: svn commit: r358013 - in head/sys: net netinet netinet6

2020-02-17 Thread Gleb Smirnoff
On Mon, Feb 17, 2020 at 09:46:32AM +, Hans Petter Selasky wrote: H> Author: hselasky H> Date: Mon Feb 17 09:46:32 2020 H> New Revision: 358013 H> URL: https://svnweb.freebsd.org/changeset/base/358013 H> H> Log: H> Fix kernel panic while trying to read multicast stream. H> H> When

svn commit: r358058 - head/sys/amd64/amd64

2020-02-17 Thread Chuck Silvers
Author: chs Date: Tue Feb 18 00:02:20 2020 New Revision: 358058 URL: https://svnweb.freebsd.org/changeset/base/358058 Log: amd64: keep PTE bitmasks in sync with target pmap during pv reclaim in reclaim_pv_chunk_domain(), when we switch to a new target pmap from which we are trying to

svn commit: r358057 - stable/12/share/misc

2020-02-17 Thread Ryan Moeller
Author: freqlabs Date: Tue Feb 18 00:01:18 2020 New Revision: 358057 URL: https://svnweb.freebsd.org/changeset/base/358057 Log: MFC r357850: Add myself (freqlabs) as a src committer Approved by:mav (mentor) Modified: stable/12/share/misc/committers-src.dot Directory Properties:

svn commit: r358048 - head/contrib/capsicum-test

2020-02-17 Thread Li-Wen Hsu
Author: lwhsu Date: Mon Feb 17 20:25:33 2020 New Revision: 358048 URL: https://svnweb.freebsd.org/changeset/base/358048 Log: Really skip the tests in capsicum tests Sponsored by: The FreeBSD Foundation Modified: head/contrib/capsicum-test/capsicum-test.h Modified:

svn commit: r358046 - head/lib/libc/quad

2020-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:24:21 2020 New Revision: 358046 URL: https://svnweb.freebsd.org/changeset/base/358046 Log: Merge r358042 from the clang1000-import branch: Add casts and L suffixes to libc quad support, to work around various -Werror warnings from clang 10.0.0, such as:

svn commit: r358045 - head/sys/powerpc/conf/dpaa

2020-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:23:26 2020 New Revision: 358045 URL: https://svnweb.freebsd.org/changeset/base/358045 Log: Merge r358034 from the clang1000-import branch: Disable new clang 10.0.0 warnings about misleading indentation in sys/contrib/ncsw/Peripherals/FM/fman_ncsw.c.

svn commit: r358044 - head/sys/arm/allwinner

2020-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:22:10 2020 New Revision: 358044 URL: https://svnweb.freebsd.org/changeset/base/358044 Log: Merge r358030 from the clang1000-import branch: Work around new clang 10.0.0 -Werror warning: sys/arm/allwinner/aw_cir.c:208:41: error: converting the result of

svn commit: r358041 - head/sys/dev/altera/sdcard

2020-02-17 Thread Scott Long
Author: scottl Date: Mon Feb 17 20:12:34 2020 New Revision: 358041 URL: https://svnweb.freebsd.org/changeset/base/358041 Log: Fix syntax error from r357647. Adjust a variable name to make the use more clear. Reported by: dim Modified: head/sys/dev/altera/sdcard/altera_sdcard_io.c

svn commit: r358037 - stable/11/sys/fs/nfsserver

2020-02-17 Thread Rick Macklem
Author: rmacklem Date: Mon Feb 17 19:40:26 2020 New Revision: 358037 URL: https://svnweb.freebsd.org/changeset/base/358037 Log: MFC: r357149 Fix a crash in the NFSv4 server. The PR reported a crash that occurred when a file was removed while client(s) were actively doing lock

svn commit: r358036 - stable/12/sys/fs/nfsserver

2020-02-17 Thread Rick Macklem
Author: rmacklem Date: Mon Feb 17 19:32:54 2020 New Revision: 358036 URL: https://svnweb.freebsd.org/changeset/base/358036 Log: MFC: r357149 Fix a crash in the NFSv4 server. The PR reported a crash that occurred when a file was removed while client(s) were actively doing lock

svn commit: r358035 - stable/10/sys/fs/nfsserver

2020-02-17 Thread Rick Macklem
Author: rmacklem Date: Mon Feb 17 19:31:34 2020 New Revision: 358035 URL: https://svnweb.freebsd.org/changeset/base/358035 Log: MFC: r357149 Fix a crash in the NFSv4 server. The PR reported a crash that occurred when a file was removed while client(s) were actively doing lock

svn commit: r358032 - stable/12/contrib/elftoolchain/addr2line

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 18:40:00 2020 New Revision: 358032 URL: https://svnweb.freebsd.org/changeset/base/358032 Log: MFC r357450, r357462: addr2line: Cache CU DIEs upon a successful address lookup. Modified: stable/12/contrib/elftoolchain/addr2line/addr2line.c Directory Properties:

svn commit: r358031 - stable/12/contrib/elftoolchain/addr2line

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 18:39:38 2020 New Revision: 358031 URL: https://svnweb.freebsd.org/changeset/base/358031 Log: MFC r350515: Capsicumize addr2line(1). Modified: stable/12/contrib/elftoolchain/addr2line/addr2line.c Directory Properties: stable/12/ (props changed) Modified:

Re: svn commit: r357833 - head/tests/sys/pjdfstest/tests

2020-02-17 Thread Enji Cooper (yaneurabeya)
> On Feb 12, 2020, at 14:01, Ed Maste wrote: > > On Wed, 12 Feb 2020 at 15:34, Enji Cooper > wrote: >> >> On Wed, Feb 12, 2020 at 9:37 AM Ed Maste wrote: >>> >>> Author: emaste >>> Date: Wed Feb 12 17:37:32 2020 >>> New Revision: 357833 >>> URL:

Re: svn commit: r357647 - in head/sys: cam/ata cam/mmc cam/nvme cam/scsi dev/aac dev/altera/avgen dev/altera/sdcard dev/amr dev/cfi dev/flash dev/ida dev/ips dev/mfi dev/mlx dev/mmc dev/nvme dev/pst d

2020-02-17 Thread Dimitry Andric
On 7 Feb 2020, at 10:22, Scott Long wrote: > > Author: scottl > Date: Fri Feb 7 09:22:08 2020 > New Revision: 357647 > URL: https://svnweb.freebsd.org/changeset/base/357647 > > Log: > Ever since the block layer expanded its command syntax beyond just > BIO_READ and BIO_WRITE, we've handled

svn commit: r358028 - head/sys/netinet

2020-02-17 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 17 18:05:03 2020 New Revision: 358028 URL: https://svnweb.freebsd.org/changeset/base/358028 Log: Fix the non-default stream schedulers such that do not interleave user messages when it is now allowed. Thanks to Christian Wright for reporting the issue for the

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

2020-02-17 Thread Andrew Turner
Author: andrew Date: Mon Feb 17 15:32:21 2020 New Revision: 358027 URL: https://svnweb.freebsd.org/changeset/base/358027 Log: Use EARLY_DRIVER_MODULE in the acpi bus. We need this to use EARLY_DRIVER_MODULE in child drivers on arm64. This should be a no-op on x86 as it has DRIVER_MODULE

svn commit: r358026 - in head: lib/libkvm sys/vm

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 15:11:07 2020 New Revision: 358026 URL: https://svnweb.freebsd.org/changeset/base/358026 Log: Remove swblk_t. It was used only to store the bounds of each swap device. However, since swblk_t is a signed 32-bit int and daddr_t is a signed 64-bit int,

svn commit: r358025 - head/sys/vm

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 15:10:41 2020 New Revision: 358025 URL: https://svnweb.freebsd.org/changeset/base/358025 Log: Fix a swap block allocation race. putpages' allocation of swap blocks is done under the global sw_dev lock. Previously it would drop that lock before inserting

svn commit: r358024 - head/sys/vm

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 15:09:40 2020 New Revision: 358024 URL: https://svnweb.freebsd.org/changeset/base/358024 Log: Fix object locking races in swapoff(2). swap_pager_swapoff_object()'s goal is to allocate pages for all valid swap blocks belonging to the object, for which there

svn commit: r358023 - head/sys/netinet

2020-02-17 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 17 14:54:21 2020 New Revision: 358023 URL: https://svnweb.freebsd.org/changeset/base/358023 Log: Don't use uninitialised stack memory if the sysctl variable net.inet.tcp.hostcache.enable is set to 0. The bug resulted in using possibly a too small MSS value or

svn commit: r358022 - head/usr.sbin/pciconf

2020-02-17 Thread Konstantin Belousov
Author: kib Date: Mon Feb 17 13:31:30 2020 New Revision: 358022 URL: https://svnweb.freebsd.org/changeset/base/358022 Log: pciconf: List names of all known extended PCIe capabilities. Some ids are redundand because the list_ecaps() function decodes them by explicit switch case. But

svn commit: r358021 - head/sys/dev/pci

2020-02-17 Thread Konstantin Belousov
Author: kib Date: Mon Feb 17 13:26:36 2020 New Revision: 358021 URL: https://svnweb.freebsd.org/changeset/base/358021 Log: Fix typo. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/dev/pci/pcireg.h Modified: head/sys/dev/pci/pcireg.h

Re: svn commit: r357361 - in head/sys: kern sys ufs/ufs vm

2020-02-17 Thread Mateusz Guzik
On 2/11/20, John Baldwin wrote: > On 2/10/20 11:54 AM, Mateusz Guzik wrote: >> On 2/3/20, John Baldwin wrote: >>> On 1/31/20 10:46 PM, Mateusz Guzik wrote: Author: mjg Date: Sat Feb 1 06:46:55 2020 New Revision: 357361 URL: https://svnweb.freebsd.org/changeset/base/357361

svn commit: r358020 - in head: . lib/libkvm sys/net sys/sys

2020-02-17 Thread Bjoern A. Zeeb
the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20200217: + The size of struct vnet and the magic cookie have changed. + Users need to recompile libkvm and all modules using VIMAGE + together with their

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

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:59:28 2020 New Revision: 358019 URL: https://svnweb.freebsd.org/changeset/base/358019 Log: MFC r356597: Define the XHCI endpoint states. Sponsored by: Mellanox Technologies Modified: stable/11/sys/dev/usb/controller/xhci.h Directory Properties:

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

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:58:55 2020 New Revision: 358018 URL: https://svnweb.freebsd.org/changeset/base/358018 Log: MFC r356597: Define the XHCI endpoint states. Sponsored by: Mellanox Technologies Modified: stable/12/sys/dev/usb/controller/xhci.h Directory Properties:

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

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:57:40 2020 New Revision: 358017 URL: https://svnweb.freebsd.org/changeset/base/358017 Log: MFC r357726: Add USB host controller PCI ID's for Hygon. Differential Revision:https://reviews.freebsd.org/D23564 Sponsored by: Mellanox Technologies

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

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:57:03 2020 New Revision: 358016 URL: https://svnweb.freebsd.org/changeset/base/358016 Log: MFC r357726: Add USB host controller PCI ID's for Hygon. Differential Revision:https://reviews.freebsd.org/D23564 Sponsored by: Mellanox Technologies

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

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:54:50 2020 New Revision: 358015 URL: https://svnweb.freebsd.org/changeset/base/358015 Log: MFC r357801: Add support for disabling and polling MSIX interrupts in mlx5core. Sponsored by: Mellanox Technologies Modified: stable/11/sys/dev/mlx5/driver.h

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

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:53:23 2020 New Revision: 358014 URL: https://svnweb.freebsd.org/changeset/base/358014 Log: MFC r357801: Add support for disabling and polling MSIX interrupts in mlx5core. Sponsored by: Mellanox Technologies Modified: stable/12/sys/dev/mlx5/driver.h

svn commit: r358013 - in head/sys: net netinet netinet6

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:46:32 2020 New Revision: 358013 URL: https://svnweb.freebsd.org/changeset/base/358013 Log: Fix kernel panic while trying to read multicast stream. When VIMAGE is enabled make sure the "m_pkthdr.rcvif" pointer is set for all mbufs being input by the