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

2020-06-26 Thread Mateusz Guzik
Does not reproduce for me, dtrace says: # dtrace -n 'fbt::pgadjustjobc:entry { printf("pgrp %p count %d entering %d\n", args[0], args[0]->pg_jobc, arg1); }' ", args[0], args[0]->pg_jobc, arg1); }'dtrace: description 'fbt::pgadjustjobc:entry ' matched 1 probe CPU ID

Re: svn commit: r362667 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2020-06-26 Thread Warner Losh
On Fri, Jun 26, 2020, 9:04 PM Enji Cooper wrote: > > > On Jun 26, 2020, at 6:02 PM, Alexey Dokuchaev wrote: > > > > On Sat, Jun 27, 2020 at 12:57:48AM +, Matt Macy wrote: > >> New Revision: 362667 > >> URL: https://svnweb.freebsd.org/changeset/base/362667 > >> > >> Log: > >> Fix "current"

Re: svn commit: r362667 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2020-06-26 Thread Enji Cooper
> On Jun 26, 2020, at 6:02 PM, Alexey Dokuchaev wrote: > > On Sat, Jun 27, 2020 at 12:57:48AM +, Matt Macy wrote: >> New Revision: 362667 >> URL: https://svnweb.freebsd.org/changeset/base/362667 >> >> Log: >> Fix "current" variable name conflict with openzfs >> >> The variable "current"

svn commit: r362671 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

2020-06-26 Thread Adrian Chadd
Author: adrian Date: Sat Jun 27 02:59:51 2020 New Revision: 362671 URL: https://svnweb.freebsd.org/changeset/base/362671 Log: [ath_hal] Add KeyMiss for AR5212/AR5416 series chips. This is a flag from the MAC that says the received packet didn't match a keycache slot. This isn't

svn commit: r362670 - head/sys/vm

2020-06-26 Thread Konstantin Belousov
Author: kib Date: Sat Jun 27 02:31:39 2020 New Revision: 362670 URL: https://svnweb.freebsd.org/changeset/base/362670 Log: vm_page_free_prep(): correct description of the required page and object state. Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential revision:

svn commit: r362669 - head/lib/libnv

2020-06-26 Thread Matt Macy
Author: mmacy Date: Sat Jun 27 02:17:04 2020 New Revision: 362669 URL: https://svnweb.freebsd.org/changeset/base/362669 Log: Fix libnv build post rename Submitted by: Neel Chauhan Differential Revision:https://reviews.freebsd.org/D25481 Modified: head/lib/libnv/Makefile

Re: svn commit: r362667 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2020-06-26 Thread Alexey Dokuchaev
On Sat, Jun 27, 2020 at 12:57:48AM +, Matt Macy wrote: > New Revision: 362667 > URL: https://svnweb.freebsd.org/changeset/base/362667 > > Log: > Fix "current" variable name conflict with openzfs > > The variable "current" is an alias for curthread > in openzfs. Rename all variable

svn commit: r362667 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2020-06-26 Thread Matt Macy
Author: mmacy Date: Sat Jun 27 00:57:48 2020 New Revision: 362667 URL: https://svnweb.freebsd.org/changeset/base/362667 Log: Fix "current" variable name conflict with openzfs The variable "current" is an alias for curthread in openzfs. Rename all variable uses of current in dtrace.c to

svn commit: r362666 - in head/sys: conf contrib/libnv

2020-06-26 Thread Matt Macy
Author: mmacy Date: Sat Jun 27 00:55:03 2020 New Revision: 362666 URL: https://svnweb.freebsd.org/changeset/base/362666 Log: Rename nvpair.c to bsd_nvpair.c to not conflict with openzfs' version. Added: head/sys/contrib/libnv/bsd_nvpair.c - copied unchanged from r362665,

svn commit: r362665 - head/usr.sbin/chroot

2020-06-26 Thread Warner Losh
Author: imp Date: Fri Jun 26 22:23:15 2020 New Revision: 362665 URL: https://svnweb.freebsd.org/changeset/base/362665 Log: Chroot first appeared in 4.3-Reno, not in 4.4 in the BSD world, but in System III in the AT world. Examination of the TUHS archives shows this was present in

svn commit: r362664 - head/lib/libc/sys

2020-06-26 Thread Warner Losh
Author: imp Date: Fri Jun 26 22:05:23 2020 New Revision: 362664 URL: https://svnweb.freebsd.org/changeset/base/362664 Log: Chroot actually appeared in 7th Edition Unix. Chroot appeared during the development of 7th edition Unix. The FreeBSD jail documents, incorrectly, that Bill Joy

svn commit: r362663 - head/stand/libsa/zfs

2020-06-26 Thread Toomas Soome
Author: tsoome Date: Fri Jun 26 21:21:35 2020 New Revision: 362663 URL: https://svnweb.freebsd.org/changeset/base/362663 Log: loader: can not read zfs pool with slog removed The vdev_init() does check for "known" vdev types, the [log] device removal will create "hole" device, but

svn commit: r362662 - stable/12/lib/libutil

2020-06-26 Thread Gordon Bergling
Author: gbe (doc committer) Date: Fri Jun 26 20:44:10 2020 New Revision: 362662 URL: https://svnweb.freebsd.org/changeset/base/362662 Log: MFC r362169: libutil: Document function HISTORY within the manpages Reviewed by: bcr (mentor) Approved by: bcr (mentor) Differential Revision:

svn commit: r362661 - in head/sys/dev: acpica pci

2020-06-26 Thread Alexander Motin
Author: mav Date: Fri Jun 26 19:55:11 2020 New Revision: 362661 URL: https://svnweb.freebsd.org/changeset/base/362661 Log: Add mostly dummy hw.pci.enable_aspm tunable. The only thing this tunable enables now is reporting to ACPI _OSC that Active State Power Management and Clock Power

svn commit: r362660 - in head/lib/csu: aarch64 arm i386 riscv

2020-06-26 Thread John Baldwin
Author: jhb Date: Fri Jun 26 19:46:30 2020 New Revision: 362660 URL: https://svnweb.freebsd.org/changeset/base/362660 Log: Only include object files from .ALLSRC when linking crt1 objects. Reported by: np, peterj Reviewed by: kib, emaste Sponsored by: DARPA Differential Revision:

svn commit: r362659 - stable/12/contrib/tzcode/stdtime

2020-06-26 Thread Gordon Bergling
Author: gbe (doc committer) Date: Fri Jun 26 18:57:01 2020 New Revision: 362659 URL: https://svnweb.freebsd.org/changeset/base/362659 Log: MFC r362165: Add a HISTORY section to ctime(3) Reviewed by: bcr (mentor) Approved by: bcr (mentor) Obtained from:OpenBSD Differential

svn commit: r362658 - stable/11/contrib/netbsd-tests/kernel

2020-06-26 Thread Li-Wen Hsu
Author: lwhsu Date: Fri Jun 26 18:01:57 2020 New Revision: 362658 URL: https://svnweb.freebsd.org/changeset/base/362658 Log: MFC r362656: Temporarily skip flakey sys.kern.sysv_test.msg in CI PR: 233649 Modified: stable/11/contrib/netbsd-tests/kernel/t_sysv.c Directory

svn commit: r362657 - stable/12/contrib/netbsd-tests/kernel

2020-06-26 Thread Li-Wen Hsu
Author: lwhsu Date: Fri Jun 26 18:01:35 2020 New Revision: 362657 URL: https://svnweb.freebsd.org/changeset/base/362657 Log: MFC r362656: Temporarily skip flakey sys.kern.sysv_test.msg in CI PR: 233649 Modified: stable/12/contrib/netbsd-tests/kernel/t_sysv.c Directory

svn commit: r362656 - head/contrib/netbsd-tests/kernel

2020-06-26 Thread Li-Wen Hsu
Author: lwhsu Date: Fri Jun 26 17:58:10 2020 New Revision: 362656 URL: https://svnweb.freebsd.org/changeset/base/362656 Log: Temporarily skip flakey sys.kern.sysv_test.msg in CI PR: 233649 Modified: head/contrib/netbsd-tests/kernel/t_sysv.c Modified:

svn commit: r362655 - stable/12/bin/sh/tests

2020-06-26 Thread Li-Wen Hsu
Author: lwhsu Date: Fri Jun 26 17:35:09 2020 New Revision: 362655 URL: https://svnweb.freebsd.org/changeset/base/362655 Log: MFC r362646: Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CI PR: 247559 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r362654 - head/sbin/ifconfig

2020-06-26 Thread Allan Jude
Author: allanjude Date: Fri Jun 26 16:20:34 2020 New Revision: 362654 URL: https://svnweb.freebsd.org/changeset/base/362654 Log: ifconfig(8): optimize -f ether:dash mode Switch to the simplified while loop suggest by Aaron LI Post commit review via:

svn commit: r362653 - in stable/12/sys: compat/linuxkpi/common/src vm

2020-06-26 Thread Mark Johnston
Author: markj Date: Fri Jun 26 16:16:25 2020 New Revision: 362653 URL: https://svnweb.freebsd.org/changeset/base/362653 Log: MFC r362361, r362363: Add a helper function for validating VA ranges. Modified: stable/12/sys/compat/linuxkpi/common/src/linux_page.c stable/12/sys/vm/vm_fault.c

Re: svn commit: r362620 - head/secure/lib/libcrypto

2020-06-26 Thread John Baldwin
On 6/25/20 2:30 PM, Benjamin Kaduk wrote: > On Thu, Jun 25, 2020 at 12:35 PM Gordon Tetlow wrote: > >> Author: gordon >> Date: Thu Jun 25 19:35:37 2020 >> New Revision: 362620 >> URL: https://svnweb.freebsd.org/changeset/base/362620 >> >> Log: >> Revert OPENSSL_NO_SSL3_METHOD to keep ABI

svn commit: r362652 - head/sbin/ifconfig

2020-06-26 Thread Allan Jude
Author: allanjude Date: Fri Jun 26 15:14:03 2020 New Revision: 362652 URL: https://svnweb.freebsd.org/changeset/base/362652 Log: ifconfig(8): remove duplicate line from man page Reported by: Weitian LI Sponsored by: Klara Inc. Modified: head/sbin/ifconfig/ifconfig.8 Modified:

Re: svn commit: r362589 - in head/lib/csu: aarch64 arm i386 riscv

2020-06-26 Thread John Baldwin
On 6/25/20 5:25 PM, Peter Jeremy wrote: > On 2020-Jun-24 17:54:25 +, John Baldwin wrote: >> Author: jhb >> Date: Wed Jun 24 17:54:24 2020 >> New Revision: 362589 >> URL: https://svnweb.freebsd.org/changeset/base/362589 >> >> Log: >> Always compile the brand and ignore init ELF notes

svn commit: r362651 - head/usr.sbin/wpa/wpa_supplicant

2020-06-26 Thread Cy Schubert
Author: cy Date: Fri Jun 26 14:18:08 2020 New Revision: 362651 URL: https://svnweb.freebsd.org/changeset/base/362651 Log: Add MATCH option for CONFIG_MATCH_IFACE. If the interfaces on which wpa_supplicant is to run are not known or do not exist, wpa_supplicant can match an interface when

svn commit: r362650 - stable/12/sys/net

2020-06-26 Thread Kristof Provost
Author: kp Date: Fri Jun 26 12:11:22 2020 New Revision: 362650 URL: https://svnweb.freebsd.org/changeset/base/362650 Log: MFC r360345: bridge: epoch-ification Run the bridge datapath under epoch, rather than under the BRIDGE_LOCK(). We still take the BRIDGE_LOCK() whenever we

svn commit: r362649 - stable/12/sys/net

2020-06-26 Thread Kristof Provost
Author: kp Date: Fri Jun 26 10:08:57 2020 New Revision: 362649 URL: https://svnweb.freebsd.org/changeset/base/362649 Log: MFC r359641: bridge: Change lists to CK_LIST as a peparation for epochification Prepare the ground for a rework of the bridge locking approach. We will use an

svn commit: r362648 - stable/12/sys/net

2020-06-26 Thread Kristof Provost
Author: kp Date: Fri Jun 26 09:52:43 2020 New Revision: 362648 URL: https://svnweb.freebsd.org/changeset/base/362648 Log: MFC r358325: bridge: Move locking defines into if_bridge.c The locking defines for if_bridge used to live in if_bridgevar.h, but they're only ever used by the

Re: svn commit: r362645 - head/sys/modules/ena

2020-06-26 Thread Andriy Gapon
On 26/06/2020 12:32, Andriy Gapon wrote: > Author: avg > Date: Fri Jun 26 09:32:57 2020 > New Revision: 362645 > URL: https://svnweb.freebsd.org/changeset/base/362645 > > Log: > ena: fix module build after r362530 Or rather, _standalone_ module build. -- Andriy Gapon

svn commit: r362647 - head/sys/dev/sound/pci/hda

2020-06-26 Thread Andriy Gapon
Author: avg Date: Fri Jun 26 09:46:03 2020 New Revision: 362647 URL: https://svnweb.freebsd.org/changeset/base/362647 Log: sound/hda: fix interrupt handler endless loop after r362294 Not all interrupt sources that affect CIS bit were acknowledged. Specifically, bits in STATESTS (aka

Re: svn commit: r362646 - head/bin/sh/tests

2020-06-26 Thread Li-Wen Hsu
On Fri, Jun 26, 2020 at 5:39 PM Li-Wen Hsu wrote: > > Author: lwhsu > Date: Fri Jun 26 09:39:23 2020 > New Revision: 362646 > URL: https://svnweb.freebsd.org/changeset/base/362646 > > Log: > Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CI > > PR: 238870 The

svn commit: r362646 - head/bin/sh/tests

2020-06-26 Thread Li-Wen Hsu
Author: lwhsu Date: Fri Jun 26 09:39:23 2020 New Revision: 362646 URL: https://svnweb.freebsd.org/changeset/base/362646 Log: Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CI PR: 238870 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r362645 - head/sys/modules/ena

2020-06-26 Thread Andriy Gapon
Author: avg Date: Fri Jun 26 09:32:57 2020 New Revision: 362645 URL: https://svnweb.freebsd.org/changeset/base/362645 Log: ena: fix module build after r362530 Somehow I missed the makefile when moving the change from phabricator to svn. MFC after:1 week X-MFC with: r362530

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

2020-06-26 Thread Peter Grehan
Author: grehan Date: Fri Jun 26 08:20:38 2020 New Revision: 362644 URL: https://svnweb.freebsd.org/changeset/base/362644 Log: Prevent calling USB backends multiple times. The TRB processing loop could potentially call a back-end twice with the same status transaction. While this was

svn commit: r362643 - head

2020-06-26 Thread Peter Grehan
Author: grehan Date: Fri Jun 26 06:11:50 2020 New Revision: 362643 URL: https://svnweb.freebsd.org/changeset/base/362643 Log: Update bhyve maintainers. Suggested by: jhb Approved by: jhb, tychon Modified: head/MAINTAINERS Modified: head/MAINTAINERS