svn commit: r306702 - head/sys/powerpc/mpc85xx

2016-10-04 Thread Justin Hibbits
Author: jhibbits Date: Wed Oct 5 04:40:48 2016 New Revision: 306702 URL: https://svnweb.freebsd.org/changeset/base/306702 Log: Fix e500mc/derivatives cpu idle Setting the doze registers wasn't actually working, and was being masked by a bad #ifdef. Since the #ifdef was fixed, now

Re: svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-10-04 Thread Cy Schubert
In message <20161005032057.ga74...@ns.kevlo.org>, Kevin Lo writes: > On Tue, Oct 04, 2016 at 12:09:20PM -0700, Gleb Smirnoff wrote: > > > > Kevin, > > Hi Gleb, > > > On Thu, Sep 15, 2016 at 07:41:48AM +, Kevin Lo wrote: > > K> Log: > > K> Remove the 4.3BSD compatible macro m_copy(), use

Re: svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-10-04 Thread Kevin Lo
On Tue, Oct 04, 2016 at 12:09:20PM -0700, Gleb Smirnoff wrote: > > Kevin, Hi Gleb, > On Thu, Sep 15, 2016 at 07:41:48AM +, Kevin Lo wrote: > K> Log: > K> Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. > ... > K> Modified: head/sys/contrib/ipfilter/netinet/fil.c > K>

svn commit: r306701 - stable/9/usr.sbin/portsnap/portsnap

2016-10-04 Thread Ed Maste
Author: emaste Date: Wed Oct 5 01:01:10 2016 New Revision: 306701 URL: https://svnweb.freebsd.org/changeset/base/306701 Log: MFC r306417: portsnap: only move expected snapshot contents from snap/ to files/ Previously it was possible to smuggle in addional files that would used by later

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

2016-10-04 Thread Bruce Evans
On Tue, 4 Oct 2016, Gleb Smirnoff wrote: On Mon, Sep 26, 2016 at 03:30:30PM +, Eric van Gyzen wrote: E> ... E> Modified: head/sys/kern/kern_mutex.c E> == E> --- head/sys/kern/kern_mutex.cMon Sep 26 15:03:31

svn commit: r306700 - stable/11/sys/conf

2016-10-04 Thread John Baldwin
Author: jhb Date: Wed Oct 5 00:49:39 2016 New Revision: 306700 URL: https://svnweb.freebsd.org/changeset/base/306700 Log: MFC 303226: Fix kernel builds with "device cxgbe". Modified: stable/11/sys/conf/files Directory Properties: stable/11/ (props changed) Modified:

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

2016-10-04 Thread Alexander Motin
Author: mav Date: Wed Oct 5 00:45:58 2016 New Revision: 306699 URL: https://svnweb.freebsd.org/changeset/base/306699 Log: Do not retry on some security sense codes. MFC after:1 week Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c

svn commit: r306698 - stable/11/sys/cam

2016-10-04 Thread Mark Johnston
Author: markj Date: Wed Oct 5 00:33:52 2016 New Revision: 306698 URL: https://svnweb.freebsd.org/changeset/base/306698 Log: MFC r306061: Protect ccbq access with devq->send_mtx in the XPT_ABORT handler. Modified: stable/11/sys/cam/cam_xpt.c Directory Properties: stable/11/ (props

svn commit: r306697 - stable/10/usr.sbin/portsnap/portsnap

2016-10-04 Thread Ed Maste
Author: emaste Date: Wed Oct 5 00:33:06 2016 New Revision: 306697 URL: https://svnweb.freebsd.org/changeset/base/306697 Log: MFC r306417: portsnap: only move expected snapshot contents from snap/ to files/ Previously it was possible to smuggle in addional files that would be used by

svn commit: r306696 - head/etc/periodic/security

2016-10-04 Thread Kurt Lidl
Author: lidl Date: Tue Oct 4 23:12:35 2016 New Revision: 306696 URL: https://svnweb.freebsd.org/changeset/base/306696 Log: Make 502.pfdenied find blacklistd/* filter names dynamically This change is needed to make the 520.pfdenied script find the new blacklistd/* anchor points for

svn commit: r306695 - head/contrib/blacklist/libexec

2016-10-04 Thread Kurt Lidl
Author: lidl Date: Tue Oct 4 23:10:43 2016 New Revision: 306695 URL: https://svnweb.freebsd.org/changeset/base/306695 Log: Make blacklist-helper commands emit a message when successful The blacklistd daemon expects to see a message on stdout, instead of just relying on the exit value

svn commit: r306694 - stable/11/sys/dev/cxgbe

2016-10-04 Thread John Baldwin
Author: jhb Date: Tue Oct 4 22:36:36 2016 New Revision: 306694 URL: https://svnweb.freebsd.org/changeset/base/306694 Log: MFC 303859,305851: Fix a typo and some whitespace nits. Modified: stable/11/sys/dev/cxgbe/t4_iov.c stable/11/sys/dev/cxgbe/t4_sge.c stable/11/sys/dev/cxgbe/t4_vf.c

svn commit: r306693 - stable/11/sys/dev/cxgbe

2016-10-04 Thread John Baldwin
Author: jhb Date: Tue Oct 4 22:34:12 2016 New Revision: 306693 URL: https://svnweb.freebsd.org/changeset/base/306693 Log: MFC 303454: Mark spg_len and fl_pktshift static. These variables are no longer exported to t4_netmap.c after r296478. Modified: stable/11/sys/dev/cxgbe/t4_sge.c

svn commit: r306692 - stable/11/sys/dev/cxgbe/common

2016-10-04 Thread John Baldwin
Author: jhb Date: Tue Oct 4 22:32:43 2016 New Revision: 306692 URL: https://svnweb.freebsd.org/changeset/base/306692 Log: MFC 304482: Adjust t4_port_init() to work with VF devices. Specifically, the FW_PORT_CMD may or may not work for a VF (the PF driver can choose whether or not to

Re: svn commit: r306678 - head/sys/geom

2016-10-04 Thread Ngie Cooper
> On Oct 5, 2016, at 01:35, Adrian Chadd wrote: > > Author: adrian > Date: Tue Oct 4 16:35:38 2016 > New Revision: 306678 > URL: https://svnweb.freebsd.org/changeset/base/306678 ... >g_trace(G_T_TOPOLOGY, "redboot_taste(%s,%s)", mp->name, pp->name); >

svn commit: r306691 - in head/contrib/byacc: . package package/debian package/pkgsrc test test/btyacc test/yacc

2016-10-04 Thread Jung-uk Kim
Author: jkim Date: Tue Oct 4 22:22:32 2016 New Revision: 306691 URL: https://svnweb.freebsd.org/changeset/base/306691 Log: MFV: r306687 Merge byacc 20160606. Modified: head/contrib/byacc/CHANGES head/contrib/byacc/MANIFEST head/contrib/byacc/VERSION head/contrib/byacc/aclocal.m4

svn commit: r306690 - stable/11/sys/dev/cxgbe

2016-10-04 Thread John Baldwin
Author: jhb Date: Tue Oct 4 22:15:42 2016 New Revision: 306690 URL: https://svnweb.freebsd.org/changeset/base/306690 Log: MFC 305548: Don't break out of the m_advance() loop if len drops to zero. If a packet contains the Ethernet header (14 bytes) in the first mbuf and the payload (IP +

svn commit: r306689 - head/sys/kern

2016-10-04 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 4 21:44:20 2016 New Revision: 306689 URL: https://svnweb.freebsd.org/changeset/base/306689 Log: Correct some comments after r294299. Sponsored by: Dell EMC Isilon Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c

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

2016-10-04 Thread Gleb Smirnoff
Eric, On Mon, Sep 26, 2016 at 03:30:30PM +, Eric van Gyzen wrote: E> Author: vangyzen E> Date: Mon Sep 26 15:30:30 2016 E> New Revision: 306346 E> URL: https://svnweb.freebsd.org/changeset/base/306346 E> E> Log: E> Make no assertions about mutex state when the scheduler is stopped. E>

svn commit: r306688 - vendor/byacc/20160606

2016-10-04 Thread Jung-uk Kim
Author: jkim Date: Tue Oct 4 20:55:48 2016 New Revision: 306688 URL: https://svnweb.freebsd.org/changeset/base/306688 Log: Tag byacc 20160606. Added: vendor/byacc/20160606/ - copied from r306687, vendor/byacc/dist/ ___ svn-src-all@freebsd.org

svn commit: r306687 - in vendor/byacc/dist: . package package/debian package/pkgsrc test test/btyacc test/yacc

2016-10-04 Thread Jung-uk Kim
Author: jkim Date: Tue Oct 4 20:54:49 2016 New Revision: 306687 URL: https://svnweb.freebsd.org/changeset/base/306687 Log: Import byacc 20160606. Modified: vendor/byacc/dist/CHANGES vendor/byacc/dist/MANIFEST vendor/byacc/dist/VERSION vendor/byacc/dist/aclocal.m4

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

2016-10-04 Thread Gleb Smirnoff
Hiren, On Mon, Sep 26, 2016 at 10:13:58AM +, Hiren Panchasara wrote: H> Author: hiren H> Date: Mon Sep 26 10:13:58 2016 H> New Revision: 306337 H> URL: https://svnweb.freebsd.org/changeset/base/306337 H> H> Log: H> In sendit(), if mp->msg_control is present, then in sockargs() we are

svn commit: r306686 - in head: sys/arm64/acpica sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/...

2016-10-04 Thread Jung-uk Kim
Author: jkim Date: Tue Oct 4 20:27:15 2016 New Revision: 306686 URL: https://svnweb.freebsd.org/changeset/base/306686 Log: Merge ACPICA 20160930. Added: head/sys/contrib/dev/acpica/compiler/aslhelp.c - copied, changed from r305162, vendor-sys/acpica/dist/source/compiler/aslhelp.c

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

2016-10-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 4 20:26:18 2016 New Revision: 306685 URL: https://svnweb.freebsd.org/changeset/base/306685 Log: Merge r306212: Fix regression from r297400, which truncates headers in case of low socket buffer and put a small optimization for low socket buffer case:

svn commit: r306684 - in head: sbin/pfctl share/man/man5 sys/netpfil/pf

2016-10-04 Thread Kristof Provost
Author: kp Date: Tue Oct 4 19:35:14 2016 New Revision: 306684 URL: https://svnweb.freebsd.org/changeset/base/306684 Log: pf: remove fastroute tag The tag fastroute came from ipf and was removed in OpenBSD in 2011. The code allows to skip the in pfil hooks and completely removes the out

Re: svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-10-04 Thread Gleb Smirnoff
Kevin, On Thu, Sep 15, 2016 at 07:41:48AM +, Kevin Lo wrote: K> Log: K> Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. ... K> Modified: head/sys/contrib/ipfilter/netinet/fil.c K> == K> ---

svn commit: r306683 - stable/11/sys/netinet6

2016-10-04 Thread Mark Johnston
Author: markj Date: Tue Oct 4 18:07:33 2016 New Revision: 306683 URL: https://svnweb.freebsd.org/changeset/base/306683 Log: MFC r306046: Reduce code duplication around NDP message handlers in icmp6_input(). Modified: stable/11/sys/netinet6/icmp6.c Directory Properties: stable/11/

svn commit: r306682 - stable/11/sys/fs/nullfs

2016-10-04 Thread Mateusz Guzik
Author: mjg Date: Tue Oct 4 18:04:46 2016 New Revision: 306682 URL: https://svnweb.freebsd.org/changeset/base/306682 Log: MFC r305659: nullfs: plug vnode ref leak in null_vptocnp The lower vnode is already referenced and nodeget is supposed to consume the reference. Thus the extra

svn commit: r306681 - head/sys/kern

2016-10-04 Thread Ed Maste
Author: emaste Date: Tue Oct 4 17:57:30 2016 New Revision: 306681 URL: https://svnweb.freebsd.org/changeset/base/306681 Log: ANSIfy inflate.c Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D8143 Modified:

svn commit: r306680 - in head/sys: amd64/amd64 amd64/include i386/include x86/include x86/x86

2016-10-04 Thread Konstantin Belousov
Author: kib Date: Tue Oct 4 17:01:24 2016 New Revision: 306680 URL: https://svnweb.freebsd.org/changeset/base/306680 Log: Re-apply r306516 (by cem): Reduce the cost of TLB invalidation on x86 by using per-CPU completion flags Reduce contention during TLB invalidation operations by

svn commit: r306679 - head/sys/dev/atkbdc

2016-10-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 4 16:44:40 2016 New Revision: 306679 URL: https://svnweb.freebsd.org/changeset/base/306679 Log: Fix indentation. CID: 1363671 Modified: head/sys/dev/atkbdc/psm.c Modified: head/sys/dev/atkbdc/psm.c

svn commit: r306678 - head/sys/geom

2016-10-04 Thread Adrian Chadd
Author: adrian Date: Tue Oct 4 16:35:38 2016 New Revision: 306678 URL: https://svnweb.freebsd.org/changeset/base/306678 Log: [geom_redboot] Extend geom_redboot to handle non-zero fis offset. Submitted by: Mori Hiroki Differential Revision:

svn commit: r306677 - head/sys/boot/geli

2016-10-04 Thread Allan Jude
Author: allanjude Date: Tue Oct 4 16:33:03 2016 New Revision: 306677 URL: https://svnweb.freebsd.org/changeset/base/306677 Log: GELIBoot may attempt to read past the end of the disk Usually there is some slack after the last partition due to 4k alignment In the 10.3 EC2 images, there

svn commit: r306676 - head/sys/conf

2016-10-04 Thread Adrian Chadd
Author: adrian Date: Tue Oct 4 16:29:26 2016 New Revision: 306676 URL: https://svnweb.freebsd.org/changeset/base/306676 Log: Add AR531x port options. Submitted by: Mori Hiroki Differential Revision:https://reviews.freebsd.org/D7237 Modified:

svn commit: r306675 - head/sys/mips/atheros/ar531x

2016-10-04 Thread Adrian Chadd
Author: adrian Date: Tue Oct 4 16:27:36 2016 New Revision: 306675 URL: https://svnweb.freebsd.org/changeset/base/306675 Log: [ar531x] add initial port for the AR231x/531x series of SoCs. These are older MIPS4kc parts from Atheros. They typically ran at sub-200MHz and have 11bg, 11a, or

svn commit: r306674 - head/sys/kern

2016-10-04 Thread Konstantin Belousov
Author: kib Date: Tue Oct 4 15:23:03 2016 New Revision: 306674 URL: https://svnweb.freebsd.org/changeset/base/306674 Log: Style. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/kern/imgact_elf.c Modified: head/sys/kern/imgact_elf.c

svn commit: r306673 - head/lib/libcapsicum

2016-10-04 Thread Mariusz Zaborski
Author: oshogbo Date: Tue Oct 4 13:33:43 2016 New Revision: 306673 URL: https://svnweb.freebsd.org/changeset/base/306673 Log: libcapsicum: limit stderr Don't limit stdout twice, instead limit stderr. Pointed out by: rpokala@ Modified: head/lib/libcapsicum/capsicum_helpers.h

svn commit: r306672 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/arm arm/broadcom/bcm2835 arm/conf arm/freescale/imx arm/freescale/vybrid arm/include...

2016-10-04 Thread Andrew Turner
Author: andrew Date: Tue Oct 4 12:25:44 2016 New Revision: 306672 URL: https://svnweb.freebsd.org/changeset/base/306672 Log: Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP, for later Cortex-A CPUs that support the Multiprocessor Extensions. This will be needed

svn commit: r306671 - in head/sys/arm: arm include

2016-10-04 Thread Andrew Turner
Author: andrew Date: Tue Oct 4 12:01:08 2016 New Revision: 306671 URL: https://svnweb.freebsd.org/changeset/base/306671 Log: Read the Multiprocessing Extensions bit from the Multiprocessor Affinity register. Sponsored by: ABT Systems Ltd X-Differential Revision:

svn commit: r306670 - in head: contrib/libarchive/cat/test contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar contrib/libarchive/ta...

2016-10-04 Thread Martin Matuska
Author: mm Date: Tue Oct 4 11:56:46 2016 New Revision: 306670 URL: https://svnweb.freebsd.org/changeset/base/306670 Log: MFV r306669: Sync libarchive with vendor including security fixes. Important vendor bugfixes (relevant to FreeBSD): #747: Out of bounds read in mtree parser #761:

svn commit: r306669 - in vendor/libarchive/dist: . cat/test cpio/test examples/minitar libarchive libarchive/test tar tar/test

2016-10-04 Thread Martin Matuska
Author: mm Date: Tue Oct 4 11:44:21 2016 New Revision: 306669 URL: https://svnweb.freebsd.org/changeset/base/306669 Log: Update vendor/libarchive to git 024be27d1b299c030e8841bed3002ee07ba9eedc Important vendor bugfixes (relevant to FreeBSD): #747: Out of bounds read in mtree parser

svn commit: r306668 - head/sys/arm/include

2016-10-04 Thread Michal Meloun
Author: mmel Date: Tue Oct 4 09:59:37 2016 New Revision: 306668 URL: https://svnweb.freebsd.org/changeset/base/306668 Log: ARM: Add mising early clobber modifier in atomic_swap_32(). MFC after: 2 weeks Modified: head/sys/arm/include/atomic-v6.h Modified:

svn commit: r306667 - head/sys/arm/include

2016-10-04 Thread Michal Meloun
Author: mmel Date: Tue Oct 4 09:51:54 2016 New Revision: 306667 URL: https://svnweb.freebsd.org/changeset/base/306667 Log: ARM: Add atomic_swap_64(). It's need by linuxkpi and drm-next-4.7. MFC after: 2 weeks Modified: head/sys/arm/include/atomic-v6.h Modified:

svn commit: r306666 - head/sys/arm/nvidia

2016-10-04 Thread Michal Meloun
Author: mmel Date: Tue Oct 4 09:14:48 2016 New Revision: 30 URL: https://svnweb.freebsd.org/changeset/base/30 Log: TEGRA: Fix PCIe link timeout. MFC after: 2 weeks Modified: head/sys/arm/nvidia/tegra_pcie.c Modified: head/sys/arm/nvidia/tegra_pcie.c

svn commit: r306665 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-10-04 Thread Andriy Gapon
Author: avg Date: Tue Oct 4 08:09:25 2016 New Revision: 306665 URL: https://svnweb.freebsd.org/changeset/base/306665 Log: zfs: fix a wrong assertion for extended attributes For the extended attributes the order between z_teardown_lock and the vnode lock is different. The bug was