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

2019-05-10 Thread Doug Moore
With mentor approval, I commit r347469.  I start getting email about jenkins failure to build for several architectures on account of the _Generic() construct I introduced in that change. I whip up a patch to undo that part of r347469, and ask for mentor approval.  Meanwhile, mentor authorizes me

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

2019-05-10 Thread Cy Schubert
In message <201905110213.x4b2dq9u088...@repo.freebsd.org>, Doug Moore writes: > Author: dougm > Date: Sat May 11 02:13:52 2019 > New Revision: 347477 > URL: https://svnweb.freebsd.org/changeset/base/347477 > > Log: > Revert r347469. Why? > > Approved by: kib (mentor) > > Modified: > hea

svn commit: r347483 - head/sys/net

2019-05-10 Thread Kyle Evans
Author: kevans Date: Sat May 11 04:18:06 2019 New Revision: 347483 URL: https://svnweb.freebsd.org/changeset/base/347483 Log: tuntap: Improve style No functional change. tun_flags of the tuntap_driver was renamed to ident_flags to reflect the fact that it's a subset of the tun_flags

svn commit: r347482 - stable/11/sys/fs/fuse

2019-05-10 Thread Alan Somers
Author: asomers Date: Sat May 11 03:41:58 2019 New Revision: 347482 URL: https://svnweb.freebsd.org/changeset/base/347482 Log: MFC r345986: fusefs: fix a panic on mount Don't page fault if the file descriptor provided with "-o fd" is invalid. This is a merge of r345419 from the proje

svn commit: r347481 - stable/11/sys/kern

2019-05-10 Thread Alan Somers
Author: asomers Date: Sat May 11 03:39:34 2019 New Revision: 347481 URL: https://svnweb.freebsd.org/changeset/base/347481 Log: MFC r346750: [skip ci] fix typo in comment from r59840 Sponsored by: The FreeBSD Foundation Modified: stable/11/sys/kern/vfs_bio.c Directory Properties: s

svn commit: r347480 - stable/11/sys/kern

2019-05-10 Thread Alan Somers
Author: asomers Date: Sat May 11 03:38:50 2019 New Revision: 347480 URL: https://svnweb.freebsd.org/changeset/base/347480 Log: MFC r346078: fix cache_lookup's documentation cache_lookup's documentation got dislocated by r324378. Relocate and expand it. Reviewed by: jhb, kib S

svn commit: r347479 - stable/11/share/man/man9

2019-05-10 Thread Alan Somers
Author: asomers Date: Sat May 11 03:37:43 2019 New Revision: 347479 URL: https://svnweb.freebsd.org/changeset/base/347479 Log: MFC r345677: Add man page for VOP_FDATASYNC(9) Reviewed by:kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.o

svn commit: r347478 - stable/11/share/man/man9

2019-05-10 Thread Alan Somers
Author: asomers Date: Sat May 11 03:35:13 2019 New Revision: 347478 URL: https://svnweb.freebsd.org/changeset/base/347478 Log: MFC r345202: VOP_INACTIVE(9): clarify wording Reviewed by: kib, 0mp Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.fre

svn commit: r347477 - head/sys/kern

2019-05-10 Thread Doug Moore
Author: dougm Date: Sat May 11 02:13:52 2019 New Revision: 347477 URL: https://svnweb.freebsd.org/changeset/base/347477 Log: Revert r347469. Approved by: kib (mentor) Modified: head/sys/kern/subr_blist.c Modified: head/sys/kern/subr_blist.c ==

svn commit: r347476 - head/usr.sbin/mountd

2019-05-10 Thread Rick Macklem
Author: rmacklem Date: Fri May 10 23:52:17 2019 New Revision: 347476 URL: https://svnweb.freebsd.org/changeset/base/347476 Log: Factor out some exportlist list operations into separate functions. This patch moves the code that removes and frees all exportlist elements out into a separate

svn commit: r347475 - in stable/11: sbin/fsck_ffs sys/ufs/ufs

2019-05-10 Thread Kirk McKusick
Author: mckusick Date: Fri May 10 23:46:42 2019 New Revision: 347475 URL: https://svnweb.freebsd.org/changeset/base/347475 Log: MFC of 347064, 347066, and 347130 Avoid leaking kernel stack when creating directory names. Modified: stable/11/sbin/fsck_ffs/dir.c stable/11/sbin/fsck_ffs/fs

svn commit: r347474 - in stable/12: sbin/fsck_ffs sys/ufs/ufs

2019-05-10 Thread Kirk McKusick
Author: mckusick Date: Fri May 10 23:45:16 2019 New Revision: 347474 URL: https://svnweb.freebsd.org/changeset/base/347474 Log: MFC of 347064, 347066, and 347130 Avoid leaking kernel stack when creating directory names. Modified: stable/12/sbin/fsck_ffs/dir.c stable/12/sbin/fsck_ffs/fs

svn commit: r347471 - head/sys/netinet/netdump

2019-05-10 Thread Conrad Meyer
Author: cem Date: Fri May 10 23:10:22 2019 New Revision: 347471 URL: https://svnweb.freebsd.org/changeset/base/347471 Log: netdump: Fix boot-time configuration typo Boot-time netdump configuration is much more useful if one can configure the client and gateway addresses. Fix trivial typo

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

2019-05-10 Thread Johannes Lundberg
Author: johalun Date: Fri May 10 23:10:22 2019 New Revision: 347470 URL: https://svnweb.freebsd.org/changeset/base/347470 Log: Implement linux_pci_unregister_drm_driver in linuxkpi so that drm drivers can be unloaded. This patch is a part of D19565. Reviewed by: hps Approved by:

svn commit: r347473 - head/sys/netinet/netdump

2019-05-10 Thread Conrad Meyer
Author: cem Date: Fri May 10 23:12:59 2019 New Revision: 347473 URL: https://svnweb.freebsd.org/changeset/base/347473 Log: netdump: Ref the interface we're attached to Serialize netdump configuration / deconfiguration, and discard our configuration when the affiliated interface goes away

svn commit: r347472 - head/sys/kern

2019-05-10 Thread Doug Moore
Author: dougm Date: Fri May 10 23:12:37 2019 New Revision: 347472 URL: https://svnweb.freebsd.org/changeset/base/347472 Log: Don't use _Generic, as many systems don't know about it. Go back to a lo-tech switch statement. Approved by: kib (mentor) Differential Revision: https://reviews.f

svn commit: r347469 - head/sys/kern

2019-05-10 Thread Doug Moore
Author: dougm Date: Fri May 10 22:49:01 2019 New Revision: 347469 URL: https://svnweb.freebsd.org/changeset/base/347469 Log: When bitpos can't be implemented with an inline ffs* instruction, change the binary search so that it does not depend on a single bit only being set in the bitmask. Us

svn commit: r347468 - head/sys/kern

2019-05-10 Thread Doug Moore
Author: dougm Date: Fri May 10 22:02:29 2019 New Revision: 347468 URL: https://svnweb.freebsd.org/changeset/base/347468 Log: Add a (q)uit option to the subr_blist test program. Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D20234 Modified: head/sys/kern/s

svn commit: r347467 - head/sys/netinet/netdump

2019-05-10 Thread Conrad Meyer
Author: cem Date: Fri May 10 21:55:11 2019 New Revision: 347467 URL: https://svnweb.freebsd.org/changeset/base/347467 Log: netdump: Don't store sensitive key data we don't need Prior to this revision, struct diocskerneldump_arg (and struct netdump_conf with embedded diocskerneldump_arg be

svn commit: r347466 - head/sys/netinet

2019-05-10 Thread Gleb Smirnoff
Author: glebius Date: Fri May 10 21:51:17 2019 New Revision: 347466 URL: https://svnweb.freebsd.org/changeset/base/347466 Log: Fix regression from r347375: do not panic when sending an IP multicast packet from an interface that doesn't have IPv4 address. Reported by: Michael Butler Mod

svn commit: r347465 - head/sys/netinet6

2019-05-10 Thread John Baldwin
Author: jhb Date: Fri May 10 20:15:40 2019 New Revision: 347465 URL: https://svnweb.freebsd.org/changeset/base/347465 Log: Apply r280991 to ip6_fragment. This uses m_dup_pkthdr() to copy all of the metadata about a packet to each of its fragments including VLAN tags, mbuf tags, etc. inste

svn commit: r347464 - head/sys/kern

2019-05-10 Thread Doug Moore
Author: dougm Date: Fri May 10 19:55:29 2019 New Revision: 347464 URL: https://svnweb.freebsd.org/changeset/base/347464 Log: Replace the expression "-mask & ~mask" with a function call that does the same thing, but is commented so that it might be better understood. Approved by: kib (me

svn commit: r347463 - head/sys/powerpc/aim

2019-05-10 Thread Justin Hibbits
Author: jhibbits Date: Fri May 10 19:36:14 2019 New Revision: 347463 URL: https://svnweb.freebsd.org/changeset/base/347463 Log: powerpc: Initialize the Hardware Interrupt Offset Register (HIOR) earlier for ppc970 Since we now have a much larger KVA on powerpc64, it's possible to get SLB

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Slawa Olhovchenkov
On Fri, May 10, 2019 at 11:31:21AM -0400, Andrew Gallatin wrote: > On 2019-05-10 08:44, Slawa Olhovchenkov wrote: > > > pf have ifdef for IPSEC, but don't have support IPSEC_SUPPORT > > (netpfil/pf/if_pfsync.c). > > > > Thanks for pointing this out. It seems like IPSEC_SUPPORT would work > fo

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Alexey Dokuchaev
On Fri, May 10, 2019 at 09:44:58PM +0300, Andrey V. Elsukov wrote: > On 10.05.2019 21:39, Alexey Dokuchaev wrote: > >> The second cause -- reduce overhead that IPSEC produces even when it > >> is not used. > > > > So does it mean that if I don't plan to use IPSEC, I can safely remove > > IPSEC_SUP

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Andrey V. Elsukov
On 10.05.2019 21:39, Alexey Dokuchaev wrote: >> The second cause -- reduce overhead that IPSEC produces even when it >> is not used. > > So does it mean that if I don't plan to use IPSEC, I can safely remove > IPSEC_SUPPORT from my config and also get slight performance boost? Yes, currently each

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Alexey Dokuchaev
On Fri, May 10, 2019 at 12:11:47PM +0300, Andrey V. Elsukov wrote: > On 10.05.2019 11:46, Alexey Dokuchaev wrote: > > ... > > What is the reason behind having IPSEC_SUPPORT option instead of no > > special option at all? > > IPSEC_SUPPORT builds into the kernel PF_KEY domain protocol, that is > re

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Andrey V. Elsukov
On 10.05.2019 18:31, Andrew Gallatin wrote: > On 2019-05-10 08:44, Slawa Olhovchenkov wrote: > >> pf have ifdef for IPSEC, but don't have support IPSEC_SUPPORT >> (netpfil/pf/if_pfsync.c). >> > > Thanks for pointing this out.  It seems like IPSEC_SUPPORT would work > for this.  I've made a patch,

svn commit: r347462 - head/sys/kern

2019-05-10 Thread Doug Moore
Author: dougm Date: Fri May 10 18:25:06 2019 New Revision: 347462 URL: https://svnweb.freebsd.org/changeset/base/347462 Log: blist_next_leaf_alloc walks over all the meta-nodes between one leaf and the next one, and if blocks are allocated from the next leaf, it walks back toward where it st

svn commit: r347461 - head/sys/kern

2019-05-10 Thread Doug Moore
Author: dougm Date: Fri May 10 18:22:40 2019 New Revision: 347461 URL: https://svnweb.freebsd.org/changeset/base/347461 Log: Replace panic() with KASSERT() and provide more useful information when failure happens. Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.o

svn commit: r347458 - head/sys/conf

2019-05-10 Thread Bryan Drewery
Author: bdrewery Date: Fri May 10 18:09:27 2019 New Revision: 347458 URL: https://svnweb.freebsd.org/changeset/base/347458 Log: Fix build race with machine links and genoffset.o. Generate the ilinks for all dependency objects not just the ones in the CLEAN list. Possibly related to r

Re: svn commit: r347402 - head/sys/modules/ipsec

2019-05-10 Thread Kyle Evans
On Fri, May 10, 2019 at 2:46 AM Andrey V. Elsukov wrote: > > On 09.05.2019 22:13, Kyle Evans wrote: > >> there is two IPsec related interfaces that have problem with automatic > >> loading - if_enc and if_ipsec. So, if you add both to the mapping list, > >> this will be useful. CAM enc driver has

svn commit: r347455 - vendor/netcat/6.4

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:31:37 2019 New Revision: 347455 URL: https://svnweb.freebsd.org/changeset/base/347455 Log: Tag netcat from OpenBSD 6.4. Added: vendor/netcat/6.4/ - copied from r347454, vendor/netcat/dist/ ___ svn-src-all@freebsd

svn commit: r347452 - vendor/netcat/dist

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:29:44 2019 New Revision: 347452 URL: https://svnweb.freebsd.org/changeset/base/347452 Log: Import netcat from OpenBSD 6.3. Modified: vendor/netcat/dist/nc.1 vendor/netcat/dist/netcat.c Modified: vendor/netcat/dist/nc.1 ===

svn commit: r347457 - vendor/netcat/6.5

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:31:50 2019 New Revision: 347457 URL: https://svnweb.freebsd.org/changeset/base/347457 Log: Tag netcat from OpenBSD 6.5. Added: vendor/netcat/6.5/ - copied from r347456, vendor/netcat/dist/ ___ svn-src-all@freebsd

svn commit: r347456 - vendor/netcat/dist

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:31:45 2019 New Revision: 347456 URL: https://svnweb.freebsd.org/changeset/base/347456 Log: Import netcat from OpenBSD 6.5. Modified: vendor/netcat/dist/nc.1 vendor/netcat/dist/netcat.c vendor/netcat/dist/socks.c Modified: vendor/netcat/dist/nc.1 ==

svn commit: r347454 - vendor/netcat/dist

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:31:31 2019 New Revision: 347454 URL: https://svnweb.freebsd.org/changeset/base/347454 Log: Import netcat from OpenBSD 6.4. Modified: vendor/netcat/dist/nc.1 vendor/netcat/dist/netcat.c vendor/netcat/dist/socks.c Modified: vendor/netcat/dist/nc.1 ==

svn commit: r347449 - vendor/netcat/6.1

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:29:22 2019 New Revision: 347449 URL: https://svnweb.freebsd.org/changeset/base/347449 Log: Tag netcat from OpenBSD 6.1. Added: vendor/netcat/6.1/ - copied from r347448, vendor/netcat/dist/ ___ svn-src-all@freebsd

svn commit: r347451 - vendor/netcat/6.2

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:29:37 2019 New Revision: 347451 URL: https://svnweb.freebsd.org/changeset/base/347451 Log: Tag netcat from OpenBSD 6.2. Added: vendor/netcat/6.2/ - copied from r347450, vendor/netcat/dist/ ___ svn-src-all@freebsd

svn commit: r347453 - vendor/netcat/6.3

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:29:49 2019 New Revision: 347453 URL: https://svnweb.freebsd.org/changeset/base/347453 Log: Tag netcat from OpenBSD 6.3. Added: vendor/netcat/6.3/ - copied from r347452, vendor/netcat/dist/ ___ svn-src-all@freebsd

svn commit: r347450 - vendor/netcat/dist

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:29:30 2019 New Revision: 347450 URL: https://svnweb.freebsd.org/changeset/base/347450 Log: Import netcat from OpenBSD 6.2. Modified: vendor/netcat/dist/nc.1 vendor/netcat/dist/netcat.c Modified: vendor/netcat/dist/nc.1 ===

svn commit: r347448 - vendor/netcat/dist

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:29:17 2019 New Revision: 347448 URL: https://svnweb.freebsd.org/changeset/base/347448 Log: Import netcat from OpenBSD 6.1. Modified: vendor/netcat/dist/nc.1 vendor/netcat/dist/netcat.c Modified: vendor/netcat/dist/nc.1 ===

svn commit: r347447 - vendor/netcat/6.0

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:29:00 2019 New Revision: 347447 URL: https://svnweb.freebsd.org/changeset/base/347447 Log: Tag netcat from OpenBSD 6.0. Added: vendor/netcat/6.0/ - copied from r347446, vendor/netcat/dist/ ___ svn-src-all@freebsd

svn commit: r347446 - vendor/netcat/dist

2019-05-10 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 10 17:28:54 2019 New Revision: 347446 URL: https://svnweb.freebsd.org/changeset/base/347446 Log: Import netcat from OpenBSD 6.0. Modified: vendor/netcat/dist/nc.1 vendor/netcat/dist/netcat.c vendor/netcat/dist/socks.c Modified: vendor/netcat/dist/nc.1 ==

svn commit: r347445 - head/usr.bin/dtc

2019-05-10 Thread Leandro Lupori
Author: luporl Date: Fri May 10 17:05:40 2019 New Revision: 347445 URL: https://svnweb.freebsd.org/changeset/base/347445 Log: Fix build issue with clang 8.0.1 The algorithm header is needed to use std::remove_if Modified: head/usr.bin/dtc/fdt.hh Modified: head/usr.bin/dtc/fdt.hh ===

svn commit: r347443 - stable/11/sys/amd64/vmm/io

2019-05-10 Thread John Baldwin
Author: jhb Date: Fri May 10 16:51:36 2019 New Revision: 347443 URL: https://svnweb.freebsd.org/changeset/base/347443 Log: Complete the MFC of 345963 after the MFC of 333174. Suggested by: kib Modified: stable/11/sys/amd64/vmm/io/ppt.c Modified: stable/11/sys/amd64/vmm/io/ppt.c

svn commit: r347442 - head/sys/arm64/rockchip/clk

2019-05-10 Thread Emmanuel Vadot
Author: manu Date: Fri May 10 16:45:17 2019 New Revision: 347442 URL: https://svnweb.freebsd.org/changeset/base/347442 Log: arm64: rockchip: Don't always put PLL to normal mode We used to put every PLL in normal mode (meaning that the output would be the result of the PLL configuration) i

svn commit: r347441 - head/usr.sbin/efibootmgr

2019-05-10 Thread Emmanuel Vadot
Author: manu Date: Fri May 10 16:44:35 2019 New Revision: 347441 URL: https://svnweb.freebsd.org/changeset/base/347441 Log: efibootmgr: Do not add the new boot entry in dry-run is specified While here fix a typo. Sponsored-by: Ampere Computing, LLC Reviewed by: imp Differential Re

svn commit: r347440 - head/sys/dev/ahci

2019-05-10 Thread Emmanuel Vadot
Author: manu Date: Fri May 10 16:43:53 2019 New Revision: 347440 URL: https://svnweb.freebsd.org/changeset/base/347440 Log: ahci: Check if bus is cache-coherent We do this for FDT systems but not for ACPI ones. Check the presence of the _CCA attribute. Sponsored by: Ampere Computing,

svn commit: r347439 - head/lib/libnetgraph

2019-05-10 Thread Mark Johnston
Author: markj Date: Fri May 10 16:43:47 2019 New Revision: 347439 URL: https://svnweb.freebsd.org/changeset/base/347439 Log: Atomically update the global gMsgId in libnetgraph. Otherwise concurrently running threads may inadvertently use the same token for different messages. Preserv

svn commit: r347437 - stable/11/usr.sbin/bhyve

2019-05-10 Thread John Baldwin
Author: jhb Date: Fri May 10 16:38:48 2019 New Revision: 347437 URL: https://svnweb.freebsd.org/changeset/base/347437 Log: MFC 342944: Fix spelling of identifier Modified: stable/11/usr.sbin/bhyve/bhyve.8 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.sbin/bhyve

svn commit: r347436 - stable/11/usr.sbin/bhyve

2019-05-10 Thread John Baldwin
Author: jhb Date: Fri May 10 16:36:38 2019 New Revision: 347436 URL: https://svnweb.freebsd.org/changeset/base/347436 Log: MFC 340707: Define AHCI_PORT_IDENT and increase by 1 the VTBLK_BLK_ID_BYTES to avoid buffer accessed out of bounds, also switch to snprintf(3). PR: 200859

svn commit: r347435 - in stable/11/sys/amd64: include vmm vmm/intel

2019-05-10 Thread John Baldwin
Author: jhb Date: Fri May 10 16:32:44 2019 New Revision: 347435 URL: https://svnweb.freebsd.org/changeset/base/347435 Log: MFC 338957: Handle a guest executing a vm instruction by trapping and raising an undefined instruction exception. Previously we would exit the guest, however an unpriv

svn commit: r347433 - head/sys/sys

2019-05-10 Thread Doug Moore
Author: dougm Date: Fri May 10 16:01:25 2019 New Revision: 347433 URL: https://svnweb.freebsd.org/changeset/base/347433 Log: A major change to subr_blist.c failed to update all the comments about changes to struct fields. Update those now. Approved by: markj (mentor) Differential Revisi

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Kristof Provost
On 10 May 2019, at 8:31, Andrew Gallatin wrote: On 2019-05-10 08:44, Slawa Olhovchenkov wrote: pf have ifdef for IPSEC, but don't have support IPSEC_SUPPORT (netpfil/pf/if_pfsync.c). Thanks for pointing this out. It seems like IPSEC_SUPPORT would work for this. I've made a patch, and it c

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Andrew Gallatin
On 2019-05-10 08:44, Slawa Olhovchenkov wrote: pf have ifdef for IPSEC, but don't have support IPSEC_SUPPORT (netpfil/pf/if_pfsync.c). Thanks for pointing this out. It seems like IPSEC_SUPPORT would work for this. I've made a patch, and it compiles and the pf module loads. However, I have

svn commit: r347430 - in head/sys: kern netinet sys

2019-05-10 Thread Andrew Gallatin
Author: gallatin Date: Fri May 10 13:41:19 2019 New Revision: 347430 URL: https://svnweb.freebsd.org/changeset/base/347430 Log: Bind TCP HPTS (pacer) threads to NUMA domains Bind the TCP pacer threads to NUMA domains and build per-domain pacer-thread lookup tables. These tables allow us t

svn commit: r347429 - head/sbin/ifconfig

2019-05-10 Thread Kyle Evans
Author: kevans Date: Fri May 10 13:18:22 2019 New Revision: 347429 URL: https://svnweb.freebsd.org/changeset/base/347429 Log: ifconfig(8): Add kld mappings for ipsec/enc Additionally, providing mappings makes the comparison for already loaded modules a little more strict. This should have

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Slawa Olhovchenkov
On Thu, May 09, 2019 at 10:38:15PM +, Andrew Gallatin wrote: > Author: gallatin > Date: Thu May 9 22:38:15 2019 > New Revision: 347410 > URL: https://svnweb.freebsd.org/changeset/base/347410 > > Log: > Remove IPSEC from GENERIC due to performance issues > > Having IPSEC compiled into

svn commit: r347428 - svnadmin/conf

2019-05-10 Thread Palle Girgensohn
Author: girgen (ports committer) Date: Fri May 10 12:33:42 2019 New Revision: 347428 URL: https://svnweb.freebsd.org/changeset/base/347428 Log: Remove me, wrong repo. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ===

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

2019-05-10 Thread Ruslan Bukin
Author: br Date: Fri May 10 11:21:57 2019 New Revision: 347427 URL: https://svnweb.freebsd.org/changeset/base/347427 Log: RISC-V ISA does not specify how to manage physical memory attributes (PMA). So do nothing in pmap_page_set_memattr() and don't panic. Reviewed by: markj Sponsored b

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Andrey V. Elsukov
On 10.05.2019 11:46, Alexey Dokuchaev wrote: > On Thu, May 09, 2019 at 10:38:15PM +, Andrew Gallatin wrote: >> Author: gallatin >> Date: Thu May 9 22:38:15 2019 >> New Revision: 347410 >> URL: https://svnweb.freebsd.org/changeset/base/347410 >> >> Log: >> Remove IPSEC from GENERIC due to per

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Alexey Dokuchaev
On Thu, May 09, 2019 at 10:38:15PM +, Andrew Gallatin wrote: > Author: gallatin > Date: Thu May 9 22:38:15 2019 > New Revision: 347410 > URL: https://svnweb.freebsd.org/changeset/base/347410 > > Log: > Remove IPSEC from GENERIC due to performance issues > > @@ -30,7 +30,6 @@ options

svn commit: r347426 - head/tests/sys/sys

2019-05-10 Thread Edward Tomasz Napierala
Author: trasz Date: Fri May 10 08:16:29 2019 New Revision: 347426 URL: https://svnweb.freebsd.org/changeset/base/347426 Log: Try to unbreak the build after r347425. MFC after:2 weeks Modified: head/tests/sys/sys/rb_test.c head/tests/sys/sys/splay_test.c Modified: head/tests/sys/sy

Re: svn commit: r347402 - head/sys/modules/ipsec

2019-05-10 Thread Andrey V. Elsukov
On 09.05.2019 22:13, Kyle Evans wrote: >> there is two IPsec related interfaces that have problem with automatic >> loading - if_enc and if_ipsec. So, if you add both to the mapping list, >> this will be useful. CAM enc driver has conflicting name and prevents to >> automatic loading of if_enc(4).

svn commit: r347425 - head/tests/sys/sys

2019-05-10 Thread Edward Tomasz Napierala
Author: trasz Date: Fri May 10 07:46:14 2019 New Revision: 347425 URL: https://svnweb.freebsd.org/changeset/base/347425 Log: Add simple regression tests for tree(3). Those are ATF-ified versions of OpenBSD's regress/sys/sys/tree/. Reviewed by: ngie MFC after:2 weeks Sponsored by

svn commit: r347424 - svnadmin/conf

2019-05-10 Thread Palle Girgensohn
Author: girgen (ports committer) Date: Fri May 10 07:28:58 2019 New Revision: 347424 URL: https://svnweb.freebsd.org/changeset/base/347424 Log: About to commit vuxml for postgresql Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf =