svn commit: r361025 - head/tools/tools/ath/athratestats

2020-05-13 Thread Adrian Chadd
Author: adrian Date: Thu May 14 05:01:18 2020 New Revision: 361025 URL: https://svnweb.freebsd.org/changeset/base/361025 Log: [ath] Extend the colours to 4, not 2. There's 8 bins in the upcoming changeset to ath/ath_rate, so I need more colours. Yeah, I know. Modified:

svn commit: r361024 - head/lib/csu/powerpc

2020-05-13 Thread Brandon Bergren
Author: bdragon Date: Thu May 14 04:00:35 2020 New Revision: 361024 URL: https://svnweb.freebsd.org/changeset/base/361024 Log: [PowerPC] Fix wrong instructions in _savegpr_X. We were accidentally using stfd instead of stw in our SAVEGPR macro. This has almost certainly been causing

svn commit: r361023 - head/usr.sbin/certctl

2020-05-13 Thread Kyle Evans
Author: kevans Date: Thu May 14 03:30:27 2020 New Revision: 361023 URL: https://svnweb.freebsd.org/changeset/base/361023 Log: certctl: follow-up to r361022, prune blacklist as well Otherwise, removals from the blacklist may not get processed as they should. While we're here,

svn commit: r361022 - head/usr.sbin/certctl

2020-05-13 Thread Kyle Evans
Author: kevans Date: Thu May 14 03:25:12 2020 New Revision: 361022 URL: https://svnweb.freebsd.org/changeset/base/361022 Log: certctl(8): don't completely nuke $CERTDESTDIR It's been reported/noted that a well-timed `certctl rehash` will completely obliterate $CERTDESTDIR, which may get

svn commit: r361021 - in head: sys/kern usr.sbin/extattr/tests

2020-05-13 Thread Conrad Meyer
Author: cem Date: Thu May 14 03:01:23 2020 New Revision: 361021 URL: https://svnweb.freebsd.org/changeset/base/361021 Log: vfs_extattr: Allow extattr names up to the full max Extattr names are allowed to be 255 bytes -- not 254 bytes plus trailing NUL. Provide a 256 buffer so that

svn commit: r361020 - in stable: 11/lib/libsysdecode 11/sys/fs/procfs 11/sys/sys 11/usr.sbin/procctl 12/lib/libsysdecode 12/sys/fs/procfs 12/sys/sys

2020-05-13 Thread John Baldwin
Author: jhb Date: Wed May 13 21:16:02 2020 New Revision: 361020 URL: https://svnweb.freebsd.org/changeset/base/361020 Log: MFC 359047,359054: Deprecate procfs-based process debugging. 359047: Mark procfs-based process debugging as deprecated for FreeBSD 13. Attempting to use ioctls

svn commit: r361020 - in stable: 11/lib/libsysdecode 11/sys/fs/procfs 11/sys/sys 11/usr.sbin/procctl 12/lib/libsysdecode 12/sys/fs/procfs 12/sys/sys

2020-05-13 Thread John Baldwin
Author: jhb Date: Wed May 13 21:16:02 2020 New Revision: 361020 URL: https://svnweb.freebsd.org/changeset/base/361020 Log: MFC 359047,359054: Deprecate procfs-based process debugging. 359047: Mark procfs-based process debugging as deprecated for FreeBSD 13. Attempting to use ioctls

Re: svn commit: r361018 - head/tests/sys/net

2020-05-13 Thread Li-Wen Hsu
On Thu, May 14, 2020 at 4:36 AM Li-Wen Hsu wrote: > > Author: lwhsu > Date: Wed May 13 20:36:38 2020 > New Revision: 361018 > URL: https://svnweb.freebsd.org/changeset/base/361018 > > Log: > Temporarily skip sys.net.if_bridge_test.stp in CI as it always times out > > PR: 244229 The

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

2020-05-13 Thread Li-Wen Hsu
Author: lwhsu Date: Wed May 13 20:37:46 2020 New Revision: 361019 URL: https://svnweb.freebsd.org/changeset/base/361019 Log: Only skip sys.net.if_clone_test.epair_stress in CI env PR: 246443 Sponsored by: The FreeBSD Foundation Modified: head/tests/sys/net/if_clone_test.sh

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

2020-05-13 Thread Li-Wen Hsu
Author: lwhsu Date: Wed May 13 20:36:38 2020 New Revision: 361018 URL: https://svnweb.freebsd.org/changeset/base/361018 Log: Temporarily skip sys.net.if_bridge_test.stp in CI as it always times out PR: 244229 Sponsored by: The FreeBSD Foundation Modified:

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

2020-05-13 Thread Li-Wen Hsu
Author: lwhsu Date: Wed May 13 19:29:14 2020 New Revision: 361017 URL: https://svnweb.freebsd.org/changeset/base/361017 Log: Temporarily skip sys.net.if_clone_test.epair_stress This case timed out so often PR: 246443 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r361015 - in head/sys/geom: . eli mountver nop part uzip

2020-05-13 Thread Warner Losh
Author: imp Date: Wed May 13 19:17:28 2020 New Revision: 361015 URL: https://svnweb.freebsd.org/changeset/base/361015 Log: Reimplement aliases in geom The alias needs to be part of the provider instead of the geom to work properly. To bind the DEV geom, we need to look at the provider's

svn commit: r361016 - head/sys/cam/nvme

2020-05-13 Thread Warner Losh
Author: imp Date: Wed May 13 19:17:35 2020 New Revision: 361016 URL: https://svnweb.freebsd.org/changeset/base/361016 Log: Add nvd alias back to nda now that it actually works. Modified: head/sys/cam/nvme/nvme_da.c Modified: head/sys/cam/nvme/nvme_da.c

svn commit: r361014 - head/sys/opencrypto

2020-05-13 Thread John Baldwin
Author: jhb Date: Wed May 13 18:36:02 2020 New Revision: 361014 URL: https://svnweb.freebsd.org/changeset/base/361014 Log: Trim a few more things I missed from xform_enc.h. An extern declaration for the now-removed Blowfish encryption transform, and an include of the DES header.

svn commit: r361013 - head/sys/fs/nfs

2020-05-13 Thread John Baldwin
Author: jhb Date: Wed May 13 18:35:02 2020 New Revision: 361013 URL: https://svnweb.freebsd.org/changeset/base/361013 Log: Remove unused header for DES. The NFS port doesn't use any of the DES functions. Modified: head/sys/fs/nfs/nfsport.h Modified: head/sys/fs/nfs/nfsport.h

svn commit: r361012 - in stable/11/sys: conf modules/drm2/i915kms modules/ipfilter

2020-05-13 Thread Dimitry Andric
Author: dim Date: Wed May 13 18:09:03 2020 New Revision: 361012 URL: https://svnweb.freebsd.org/changeset/base/361012 Log: MFC r305392: For kernel builds, instead of suppressing certain clang warnings, make them non-fatal, so there is some incentive to fix them eventually. MFC

svn commit: r361011 - in head/sys: ddb dev/amdtemp dev/nvdimm dev/ow net sys vm

2020-05-13 Thread Kyle Evans
Author: kevans Date: Wed May 13 18:07:37 2020 New Revision: 361011 URL: https://svnweb.freebsd.org/changeset/base/361011 Log: kernel: provide panicky version of __unreachable __builtin_unreachable doesn't raise any compile-time warnings/errors on its own, so problems with its usage can't

svn commit: r361010 - head/sys/riscv/riscv

2020-05-13 Thread Jessica Clarke
Author: jrtc27 Date: Wed May 13 17:20:51 2020 New Revision: 361010 URL: https://svnweb.freebsd.org/changeset/base/361010 Log: riscv: Fix pmap_protect for superpages When protecting a superpage, we would previously fall through to the non-superpage case and read the contents of the

svn commit: r361009 - head/tools/tools/ath/athratestats

2020-05-13 Thread Adrian Chadd
Author: adrian Date: Wed May 13 16:36:42 2020 New Revision: 361009 URL: https://svnweb.freebsd.org/changeset/base/361009 Log: [ath] Prepare for .. more sample rate control entries This is in preparation for me bumping how many size buckets are used for ath_rate_sample statistics. *

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-13 Thread Eric van Gyzen
> Why is this marked for MFC? FreeBSD 12 uses base GCC 4.2.1 on some platforms. You’re right, this won’t be MFC’d. My client is configured to add the MFC by default, and I failed to remove it. Eric ___ svn-src-all@freebsd.org mailing list

svn commit: r361008 - stable/12/sys/arm/arm

2020-05-13 Thread Mark Johnston
Author: markj Date: Wed May 13 12:33:51 2020 New Revision: 361008 URL: https://svnweb.freebsd.org/changeset/base/361008 Log: MFC r360691: arm: Don't enable interrupts in init_secondary(). Modified: stable/12/sys/arm/arm/mp_machdep.c Directory Properties: stable/12/ (props changed)

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

2020-05-13 Thread Emmanuel Vadot
Author: manu Date: Wed May 13 07:49:12 2020 New Revision: 361007 URL: https://svnweb.freebsd.org/changeset/base/361007 Log: linuxkpi: Add EBADRQC to errno.h This is used in the amdgpu driver from Linux 5.2 Sponsored-by: The FreeBSD Foundation Differential Revision:

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

2020-05-13 Thread Andriy Gapon
Author: avg Date: Wed May 13 07:47:56 2020 New Revision: 361006 URL: https://svnweb.freebsd.org/changeset/base/361006 Log: linuxkpi: print stack trace in WARN_ON macros Reviewed by: hselasky, kib MFC after:1 week Differential Revision: https://reviews.freebsd.org/D24779 Modified:

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

2020-05-13 Thread Andriy Gapon
Author: avg Date: Wed May 13 06:26:30 2020 New Revision: 361002 URL: https://svnweb.freebsd.org/changeset/base/361002 Log: snd_hda: fix typos related to quirks set via 'config' tunable One wrong quirk bit, one wrong variable name. MFC after:1 week Modified:

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

2020-05-13 Thread Andriy Gapon
Author: avg Date: Wed May 13 06:24:54 2020 New Revision: 361001 URL: https://svnweb.freebsd.org/changeset/base/361001 Log: sound/hda: newer AMD devices still require the same PCIe snoop So, replicate the ATI vendor snoop configuration for the AMD vendor. I think that this should fix a