Re: svn commit: r316980 - head/contrib/zstd/programs

2017-11-17 Thread Baptiste Daroussin
On Wed, Nov 15, 2017 at 07:38:13PM -0800, Conrad Meyer wrote: > Please revert this change. > > First, it introduces the POLA-violating behavior that zstdcat deletes > its source files. This is not how zcat/bzcat behaves. I have modified zstdcat to behave like zcat/bzcat. The commit you stated

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

2017-11-17 Thread Andriy Gapon
Author: avg Date: Fri Nov 17 10:13:24 2017 New Revision: 325932 URL: https://svnweb.freebsd.org/changeset/base/325932 Log: MFC r325610: MFV r325609: 7531 Assign correct flags to prefetched buffers Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c

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

2017-11-17 Thread Andriy Gapon
Author: avg Date: Fri Nov 17 10:10:22 2017 New Revision: 325931 URL: https://svnweb.freebsd.org/changeset/base/325931 Log: MFC r325610: MFV r325609: 7531 Assign correct flags to prefetched buffers Modified: stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c

svn commit: r325930 - head/sys/contrib/zstd/programs

2017-11-17 Thread Baptiste Daroussin
Author: bapt Date: Fri Nov 17 09:33:29 2017 New Revision: 325930 URL: https://svnweb.freebsd.org/changeset/base/325930 Log: Actually commit the right patch for r325929 Modified: head/sys/contrib/zstd/programs/zstdcli.c Modified: head/sys/contrib/zstd/programs/zstdcli.c

Re: svn commit: r325928 - in stable/11/share: colldef ctypedef monetdef msgdef numericdef

2017-11-17 Thread Harry Schmalzbauer
Bezüglich Baptiste Daroussin's Nachricht vom 17.11.2017 10:14 (localtime): > Author: bapt > Date: Fri Nov 17 09:14:18 2017 > New Revision: 325928 > URL: https://svnweb.freebsd.org/changeset/base/325928 > > Log: > MFC r325361: > > Update to CLDR 32 and Unicode 10 > > Relnotes: ye

svn commit: r325933 - in stable/11/tools/tools/locale/etc: . final-maps

2017-11-17 Thread Baptiste Daroussin
Author: bapt Date: Fri Nov 17 13:01:56 2017 New Revision: 325933 URL: https://svnweb.freebsd.org/changeset/base/325933 Log: MFC: 325359 Upgrade to Unicode 10.0.0 Modified: stable/11/tools/tools/locale/etc/common.UTF-8.src stable/11/tools/tools/locale/etc/final-maps/map.UTF-8 Directory

svn commit: r325929 - head/sys/contrib/zstd/programs

2017-11-17 Thread Baptiste Daroussin
Author: bapt Date: Fri Nov 17 09:29:26 2017 New Revision: 325929 URL: https://svnweb.freebsd.org/changeset/base/325929 Log: Do not remove the sources when zstd is called as zstdcat Modified: head/sys/contrib/zstd/programs/zstdcli.c Modified: head/sys/contrib/zstd/programs/zstdcli.c

Re: svn commit: r325928 - in stable/11/share: colldef ctypedef monetdef msgdef numericdef

2017-11-17 Thread Baptiste Daroussin
On Fri, Nov 17, 2017 at 01:45:30PM +0100, Harry Schmalzbauer wrote: > Bezüglich Baptiste Daroussin's Nachricht vom 17.11.2017 10:14 (localtime): > > Author: bapt > > Date: Fri Nov 17 09:14:18 2017 > > New Revision: 325928 > > URL: https://svnweb.freebsd.org/changeset/base/325928 > > > > Log: > >

svn commit: r325928 - in stable/11/share: colldef ctypedef monetdef msgdef numericdef

2017-11-17 Thread Baptiste Daroussin
Author: bapt Date: Fri Nov 17 09:14:18 2017 New Revision: 325928 URL: https://svnweb.freebsd.org/changeset/base/325928 Log: MFC r325361: Update to CLDR 32 and Unicode 10 Relnotes: yes Added: stable/11/share/monetdef/it_CH.ISO8859-15.src - copied unchanged from r325361,

svn commit: r325938 - stable/9/sys/ofed/include/linux

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:32:27 2017 New Revision: 325938 URL: https://svnweb.freebsd.org/changeset/base/325938 Log: MFC r325533: Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regard to the "dev" argument. Submitted by: Krishnamraju Eraparaju @

svn commit: r325934 - in head: sbin/fsck_ffs sbin/newfs sys/sys

2017-11-17 Thread Scott Long
Author: scottl Date: Fri Nov 17 13:12:20 2017 New Revision: 325934 URL: https://svnweb.freebsd.org/changeset/base/325934 Log: Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRP Modified: head/sbin/fsck_ffs/pass5.c head/sbin/newfs/mkfs.c head/sys/sys/param.h Modified:

svn commit: r325945 - stable/10/sys/ofed/drivers/infiniband/core

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:49:01 2017 New Revision: 325945 URL: https://svnweb.freebsd.org/changeset/base/325945 Log: MFC r325616: Make sure sin_zero is zero in ibcore. Else socket address maching using bcmp() might fail. Sponsored by: Mellanox Technologies Modified:

svn commit: r325936 - stable/11/sys/compat/linuxkpi/common/include/linux

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:27:52 2017 New Revision: 325936 URL: https://svnweb.freebsd.org/changeset/base/325936 Log: MFC r325533: Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regard to the "dev" argument. Submitted by: Krishnamraju Eraparaju @

svn commit: r325940 - stable/10/sys/ofed/drivers/infiniband/core

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:43:29 2017 New Revision: 325940 URL: https://svnweb.freebsd.org/changeset/base/325940 Log: MFC r325614: Multiple fixes for using IPv6 link-local addresses with RDMA. 1) Fail to resolve RDMA address if rtalloc1() returns the loopback device, lo0, as

svn commit: r325937 - stable/10/sys/ofed/include/linux

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:30:36 2017 New Revision: 325937 URL: https://svnweb.freebsd.org/changeset/base/325937 Log: MFC r325533: Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regard to the "dev" argument. Submitted by: Krishnamraju Eraparaju @

svn commit: r325939 - in stable/11/sys/ofed: drivers/infiniband/core include/rdma

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:37:36 2017 New Revision: 325939 URL: https://svnweb.freebsd.org/changeset/base/325939 Log: MFC r325614: Multiple fixes for using IPv6 link-local addresses with RDMA in ibcore. 1) Fail to resolve RDMA address if rtalloc1() returns the loopback

svn commit: r325941 - stable/11/sys/ofed/drivers/infiniband/core

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:45:35 2017 New Revision: 325941 URL: https://svnweb.freebsd.org/changeset/base/325941 Log: MFC r325615: Make sure the IPv6 scope ID gets zeroed when exchanging CMA messages in ibcore. Else the IPv6 address matching might fail. This change adds support

svn commit: r325943 - stable/10/sys/ofed/drivers/infiniband/core

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:46:45 2017 New Revision: 325943 URL: https://svnweb.freebsd.org/changeset/base/325943 Log: MFC r325615: Make sure the IPv6 scope ID gets zeroed when exchanging CMA messages in ibcore. Else the IPv6 address matching might fail. This change adds support

svn commit: r325944 - stable/11/sys/ofed/drivers/infiniband/core

2017-11-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 17 15:48:03 2017 New Revision: 325944 URL: https://svnweb.freebsd.org/changeset/base/325944 Log: MFC r325616: Make sure sin_zero is zero in ibcore. Else socket address maching using bcmp() might fail. Sponsored by: Mellanox Technologies Modified:

svn commit: r325942 - head

2017-11-17 Thread Gordon Tetlow
Author: gordon Date: Fri Nov 17 15:46:19 2017 New Revision: 325942 URL: https://svnweb.freebsd.org/changeset/base/325942 Log: Correct grammar nit. Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATING

Re: svn commit: r325928 - in stable/11/share: colldef ctypedef monetdef msgdef numericdef

2017-11-17 Thread Harry Schmalzbauer
Bezüglich Baptiste Daroussin's Nachricht vom 17.11.2017 14:02 (localtime): > On Fri, Nov 17, 2017 at 01:45:30PM +0100, Harry Schmalzbauer wrote: >> Bezüglich Baptiste Daroussin's Nachricht vom 17.11.2017 10:14 (localtime): >>> Author: bapt >>> Date: Fri Nov 17 09:14:18 2017 >>> New Revision:

Re: svn commit: r321476 - head/sys/dev/ixgbe

2017-11-17 Thread Ryan Stone
On Tue, Jul 25, 2017 at 10:38 AM, Sean Bruno wrote: > Author: sbruno > Date: Tue Jul 25 14:38:30 2017 > New Revision: 321476 > URL: https://svnweb.freebsd.org/changeset/base/321476 > > Log: > Drop ixgbe RX lock during TCP_LRO processing. This eliminates a "storm" > of LOR

Re: svn commit: r316980 - head/contrib/zstd/programs

2017-11-17 Thread Conrad Meyer
On Fri, Nov 17, 2017 at 1:34 AM, Baptiste Daroussin wrote: > On Wed, Nov 15, 2017 at 07:38:13PM -0800, Conrad Meyer wrote: >> Please revert this change. >> >> First, it introduces the POLA-violating behavior that zstdcat deletes >> its source files. This is not how zcat/bzcat

Re: svn commit: r325930 - head/sys/contrib/zstd/programs

2017-11-17 Thread Conrad Meyer
Hi Bapt, I don't think this is a sufficient fix. Our zstd is still deleting source files, differing from upstream for no reason. Best, Conrad On Fri, Nov 17, 2017 at 1:33 AM, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Nov 17 09:33:29 2017 > New Revision: 325930 >

Re: svn commit: r321477 - head/sys/net

2017-11-17 Thread Ryan Stone
On Tue, Jul 25, 2017 at 10:41 AM, Sean Bruno wrote: > Author: sbruno > Date: Tue Jul 25 14:41:50 2017 > New Revision: 321477 > URL: https://svnweb.freebsd.org/changeset/base/321477 > > Log: > Don't hold the RM lock during lagg_proto_addport() to avoid an LOR. Can

svn commit: r325957 - in head: sys/kern tests/sys/vfs

2017-11-17 Thread Conrad Meyer
Author: cem Date: Fri Nov 17 19:25:39 2017 New Revision: 325957 URL: https://svnweb.freebsd.org/changeset/base/325957 Log: vfs_lookup: Allow PATH_MAX-1 symlinks Previously, symlinks in FreeBSD were artificially limited to PATH_MAX-2. Add a short test case to verify the change.

svn commit: r325947 - head/sys/cam/scsi

2017-11-17 Thread Alan Somers
Author: asomers Date: Fri Nov 17 17:13:00 2017 New Revision: 325947 URL: https://svnweb.freebsd.org/changeset/base/325947 Log: Fix potential NULL pointer dereference of device physical path In scsi_dev_advinfo(), if the physical path is being stored and there is a malloc failure

svn commit: r325949 - head/release/arm64

2017-11-17 Thread Glen Barber
Author: gjb Date: Fri Nov 17 17:34:52 2017 New Revision: 325949 URL: https://svnweb.freebsd.org/changeset/base/325949 Log: Sort variables in arm64 SoC configurations. Remove an unneeded UBLDR_LOADADDR from RPI3.conf. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r325955 - head/usr.sbin/config

2017-11-17 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 17 18:34:14 2017 New Revision: 325955 URL: https://svnweb.freebsd.org/changeset/base/325955 Log: Fix 'local' to not look in the source tree for the file. Usually 'local' is used along with other rules such as 'no-implicit-rule' or 'dependency' which avoids

svn commit: r325956 - in head/share/man: man7 man9

2017-11-17 Thread Konstantin Belousov
Author: kib Date: Fri Nov 17 19:10:10 2017 New Revision: 325956 URL: https://svnweb.freebsd.org/changeset/base/325956 Log: Bump dates after lint removal. Noted by: wblock Sponsored by: The FreeBSD Foundation Modified: head/share/man/man7/hier.7 head/share/man/man9/style.9

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

2017-11-17 Thread Alan Somers
Author: asomers Date: Fri Nov 17 16:04:37 2017 New Revision: 325946 URL: https://svnweb.freebsd.org/changeset/base/325946 Log: VOP_LOOKUP.9: update locking info The old description has been inaccurate since at least 243271, if not before. Submitted by: will Reviewed by: kib MFC

svn commit: r325948 - head/release/arm64

2017-11-17 Thread Glen Barber
Author: gjb Date: Fri Nov 17 17:33:06 2017 New Revision: 325948 URL: https://svnweb.freebsd.org/changeset/base/325948 Log: Remove stray SRCBRANCH included by mistake. Sponsored by: The FreeBSD Foundation Modified: head/release/arm64/PINE64.conf head/release/arm64/RPI3.conf Modified:

svn commit: r325952 - head/sys/x86/include

2017-11-17 Thread Ruslan Bukin
Author: br Date: Fri Nov 17 17:54:10 2017 New Revision: 325952 URL: https://svnweb.freebsd.org/changeset/base/325952 Log: Add Intel Processor Trace registers for: - CPUID - Table of Physical Addresses (ToPA). Sponsored by: DARPA, AFRL Modified: head/sys/x86/include/specialreg.h

svn commit: r325953 - in head/release: amd64 arm64 i386 powerpc sparc64

2017-11-17 Thread Glen Barber
Author: gjb Date: Fri Nov 17 18:00:52 2017 New Revision: 325953 URL: https://svnweb.freebsd.org/changeset/base/325953 Log: Add general configuration files used by release/release.sh for big-iron installation images. MFC after:3 days MFC with: r325948, r325949, r325950, r325951

svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-17 Thread Warner Losh
Author: imp Date: Fri Nov 17 18:16:46 2017 New Revision: 325954 URL: https://svnweb.freebsd.org/changeset/base/325954 Log: Remove build system support for lint. Differential Revision: https://reviews.freebsd.org/D13124 Modified: head/Makefile head/share/mk/bsd.README

Re: svn commit: r324938 - head/contrib/jemalloc/include/jemalloc/internal

2017-11-17 Thread Tijl Coosemans
On Mon, 23 Oct 2017 21:31:04 + (UTC) Dimitry Andric wrote: > Author: dim > Date: Mon Oct 23 21:31:04 2017 > New Revision: 324938 > URL: https://svnweb.freebsd.org/changeset/base/324938 > > Log: > After jemalloc was updated to version 5.0.0 in r319971, i386 executables >

svn commit: r325950 - head/release/arm

2017-11-17 Thread Glen Barber
Author: gjb Date: Fri Nov 17 17:36:45 2017 New Revision: 325950 URL: https://svnweb.freebsd.org/changeset/base/325950 Log: Sort variables for consistency. Sponsored by: The FreeBSD Foundation Modified: head/release/arm/BANANAPI.conf head/release/arm/BEAGLEBONE.conf

Re: svn commit: r325942 - head

2017-11-17 Thread Gary Jennejohn
On Fri, 17 Nov 2017 15:46:19 + (UTC) Gordon Tetlow wrote: > Author: gordon > Date: Fri Nov 17 15:46:19 2017 > New Revision: 325942 > URL: https://svnweb.freebsd.org/changeset/base/325942 > > Log: > Correct grammar nit. > > Modified: > head/UPDATING > > Modified:

svn commit: r325951 - head/release/arm64

2017-11-17 Thread Glen Barber
Author: gjb Date: Fri Nov 17 17:40:53 2017 New Revision: 325951 URL: https://svnweb.freebsd.org/changeset/base/325951 Log: Fix indentation. Sponsored by: The FreeBSD Foundation Modified: head/release/arm64/RPI3.conf Modified: head/release/arm64/RPI3.conf

svn commit: r325959 - head/sys/cam/scsi

2017-11-17 Thread Alan Somers
Author: asomers Date: Fri Nov 17 20:53:52 2017 New Revision: 325959 URL: https://svnweb.freebsd.org/changeset/base/325959 Log: Add assertion in probedone() that we're holding the device lock. Submitted by: ken Reviewed by: asomers MFC after:3 weeks Sponsored by: Spectra Logic

Re: svn commit: r325957 - in head: sys/kern tests/sys/vfs

2017-11-17 Thread Oliver Pinter
On Friday, November 17, 2017, Conrad Meyer wrote: > Author: cem > Date: Fri Nov 17 19:25:39 2017 > New Revision: 325957 > URL: https://svnweb.freebsd.org/changeset/base/325957 > > Log: > vfs_lookup: Allow PATH_MAX-1 symlinks > > Previously, symlinks in FreeBSD were

Re: svn commit: r325957 - in head: sys/kern tests/sys/vfs

2017-11-17 Thread Conrad Meyer
Yes. On Fri, Nov 17, 2017 at 12:30 PM Oliver Pinter < oliver.pin...@hardenedbsd.org> wrote: > > > On Friday, November 17, 2017, Conrad Meyer wrote: > >> Author: cem >> Date: Fri Nov 17 19:25:39 2017 >> New Revision: 325957 >> URL:

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-17 Thread Warner Losh
On Fri, Nov 17, 2017 at 6:34 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > Kib@ posted to arch that we were removing it, nobody objected, we > removed > > it. If it was a working feature that might have a few users, that's one > >

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-17 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Kib@ posted to arch that we were removing it, nobody objected, we removed > it. If it was a working feature that might have a few users, that's one > thing. But I don't think make lint has actually worked in at least a decade. Thats a sad state of

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-17 Thread Pedro Giffuni
> On Nov 17, 2017, at 20:34, Rodney W. Grimes > wrote: > > [ Charset UTF-8 unsupported, converting... ] >> Kib@ posted to arch that we were removing it, nobody objected, we removed >> it. If it was a working feature that might have a few users, that's one >>

svn commit: r325960 - in head/sys: modules/ipfw netpfil/ipfw

2017-11-17 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 17 22:40:02 2017 New Revision: 325960 URL: https://svnweb.freebsd.org/changeset/base/325960 Log: Unconditionally enable support for O_IPSEC opcode. IPsec support can be loaded as kernel module, thus do not depend from kernel option IPSEC and always build O_IPSEC

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-17 Thread Warner Losh
Kib@ posted to arch that we were removing it, nobody objected, we removed it. If it was a working feature that might have a few users, that's one thing. But I don't think make lint has actually worked in at least a decade. When I try it today, I get dozens of warnings, and several syntax errors:

svn commit: r325961 - in head/sys/dev/cxgbe: . common

2017-11-17 Thread Navdeep Parhar
Author: np Date: Fri Nov 17 23:22:39 2017 New Revision: 325961 URL: https://svnweb.freebsd.org/changeset/base/325961 Log: cxgbe(4): Add core Vdd to the sysctl MIB. Sponsored by: Chelsio Communications Modified: head/sys/dev/cxgbe/common/common.h head/sys/dev/cxgbe/t4_main.c Modified:

svn commit: r325962 - head/sys/netpfil/ipfw

2017-11-17 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 17 23:25:06 2017 New Revision: 325962 URL: https://svnweb.freebsd.org/changeset/base/325962 Log: Add comment for accidentally committed unrelated change in r325960. Do not invoke IPv4 NAT handler for non IPv4 packets. Libalias expects a packet is IPv4. And in

svn commit: r325963 - head/sys/kern

2017-11-17 Thread Mateusz Guzik
Author: mjg Date: Fri Nov 17 23:27:06 2017 New Revision: 325963 URL: https://svnweb.freebsd.org/changeset/base/325963 Log: locks: fix compilation issues without SMP or KDTRACE_HOOKS Modified: head/sys/kern/kern_mutex.c head/sys/kern/kern_sx.c Modified: head/sys/kern/kern_mutex.c