Re: svn commit: r309703 - in head/sys: amd64/amd64 arm64/arm64 i386/i386 vm

2016-12-08 Thread Slawa Olhovchenkov
On Thu, Dec 08, 2016 at 04:29:29AM +, Alan Cox wrote: > Author: alc > Date: Thu Dec 8 04:29:29 2016 > New Revision: 309703 > URL: https://svnweb.freebsd.org/changeset/base/309703 > > Log: > Previously, vm_radix_remove() would panic if the radix trie didn't > contain a vm_page_t at the

svn commit: r309708 - head/sys/vm

2016-12-08 Thread Konstantin Belousov
Author: kib Date: Thu Dec 8 10:28:51 2016 New Revision: 309708 URL: https://svnweb.freebsd.org/changeset/base/309708 Log: Style. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/vm/phys_pager.c Modified: head/sys/vm/phys_pager.c

svn commit: r309709 - head/sys/vm

2016-12-08 Thread Konstantin Belousov
Author: kib Date: Thu Dec 8 10:29:41 2016 New Revision: 309709 URL: https://svnweb.freebsd.org/changeset/base/309709 Log: Move map_generation snapshot value into struct faultstate. Reviewed by: alc Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r309712 - head/sys/dev/drm2/i915

2016-12-08 Thread Konstantin Belousov
Author: kib Date: Thu Dec 8 11:39:08 2016 New Revision: 309712 URL: https://svnweb.freebsd.org/changeset/base/309712 Log: Use the populate() driver paging method for i915 driver. In particular, the fault access type is accounted for when the aperture page is moved to GTT domain. On the

svn commit: r309710 - head/sys/vm

2016-12-08 Thread Konstantin Belousov
Author: kib Date: Thu Dec 8 11:26:11 2016 New Revision: 309710 URL: https://svnweb.freebsd.org/changeset/base/309710 Log: Add a new populate() pager method and extend device pager ops vector with cdev_pg_populate() to provide device drivers access to it. It gives drivers fine control of

svn commit: r309711 - head/sys/vm

2016-12-08 Thread Konstantin Belousov
Author: kib Date: Thu Dec 8 11:35:53 2016 New Revision: 309711 URL: https://svnweb.freebsd.org/changeset/base/309711 Log: Implement the populate() pager method for phys pager. It allows to provide configurable agressive prefaulting and useful hints to page daemon about memory

svn commit: r309715 - head/sys/mips/ingenic

2016-12-08 Thread Ruslan Bukin
Author: br Date: Thu Dec 8 16:28:34 2016 New Revision: 309715 URL: https://svnweb.freebsd.org/changeset/base/309715 Log: Add jz4780 internal codec initialization driver. Sponsored by: DARPA, AFRL Added: head/sys/mips/ingenic/jz4780_codec.c (contents, props changed)

Re: svn commit: r309658 - head/sys/vm

2016-12-08 Thread John Baldwin
On Wednesday, December 07, 2016 02:15:49 PM Mark Johnston wrote: > On Wed, Dec 07, 2016 at 01:26:47PM -0800, Gleb Smirnoff wrote: > > On Tue, Dec 06, 2016 at 10:52:45PM +, Mark Johnston wrote: > > M> Author: markj > > M> Date: Tue Dec 6 22:52:45 2016 > > M> New Revision: 309658 > > M> URL:

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

2016-12-08 Thread Alexander Motin
Author: mav Date: Thu Dec 8 15:58:03 2016 New Revision: 309714 URL: https://svnweb.freebsd.org/changeset/base/309714 Log: Fix spa_alloc_tree sorting by offset in r305331. Original commit "7090 zfs should improve allocation order" declares alloc queue sorted by time and offset. But in

Re: svn commit: r309703 - in head/sys: amd64/amd64 arm64/arm64 i386/i386 vm

2016-12-08 Thread Alan Cox
On 12/08/2016 07:01, Slawa Olhovchenkov wrote: > On Thu, Dec 08, 2016 at 04:29:29AM +, Alan Cox wrote: > >> Author: alc >> Date: Thu Dec 8 04:29:29 2016 >> New Revision: 309703 >> URL: https://svnweb.freebsd.org/changeset/base/309703 >> >> Log: >> Previously, vm_radix_remove() would panic

svn commit: r309716 - head/usr.sbin/bsdinstall/scripts

2016-12-08 Thread Devin Teske
Author: dteske Date: Thu Dec 8 16:41:18 2016 New Revision: 309716 URL: https://svnweb.freebsd.org/changeset/base/309716 Log: Add support for "hidden" Wi-Fi networks PR: bin/214933 Submitted by: Maxim Filimonov Reviewed by: dteske, allanjude, adrian MFC

svn commit: r309718 - head/cddl/usr.sbin/dtrace/tests/tools

2016-12-08 Thread Mark Johnston
Author: markj Date: Thu Dec 8 18:56:35 2016 New Revision: 309718 URL: https://svnweb.freebsd.org/changeset/base/309718 Log: err.D_PROC_CREATEFAIL.many.d passes, so remove the EFAIL annotation. MFC after:1 week Sponsored by: Dell EMC Isilon Modified:

svn commit: r309719 - head/usr.sbin/bsdinstall/scripts

2016-12-08 Thread Devin Teske
Author: dteske Date: Thu Dec 8 19:26:22 2016 New Revision: 309719 URL: https://svnweb.freebsd.org/changeset/base/309719 Log: Remove unnecessary trailing backslashes Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309717 - head/sys/net

2016-12-08 Thread Luiz Otavio O Souza
Author: loos Date: Thu Dec 8 18:18:48 2016 New Revision: 309717 URL: https://svnweb.freebsd.org/changeset/base/309717 Log: Fix the typos and style(9) in comment. MFC after:2 weeks Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/sys/net/route.c Modified:

svn commit: r309722 - head/contrib/llvm/lib/Analysis

2016-12-08 Thread Dimitry Andric
Author: dim Date: Thu Dec 8 21:02:34 2016 New Revision: 309722 URL: https://svnweb.freebsd.org/changeset/base/309722 Log: Pull in r281586 from upstream llvm trunk (by Wei Mi): Add some shortcuts in LazyValueInfo to reduce compile time of Correlated Value Propagation. The

svn commit: r309720 - head/usr.sbin/bsdinstall/scripts

2016-12-08 Thread Devin Teske
Author: dteske Date: Thu Dec 8 19:28:12 2016 New Revision: 309720 URL: https://svnweb.freebsd.org/changeset/base/309720 Log: Functions in their own section Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309721 - head/sys/dev/usb/wlan

2016-12-08 Thread Andriy Voskoboinyk
Author: avos Date: Thu Dec 8 20:54:54 2016 New Revision: 309721 URL: https://svnweb.freebsd.org/changeset/base/309721 Log: rsu: fix incorrect register addresses. Modified: head/sys/dev/usb/wlan/if_rsureg.h Modified: head/sys/dev/usb/wlan/if_rsureg.h

svn commit: r309723 - head/usr.sbin/nfsd

2016-12-08 Thread Rick Macklem
Author: rmacklem Date: Thu Dec 8 23:29:56 2016 New Revision: 309723 URL: https://svnweb.freebsd.org/changeset/base/309723 Log: Patch the nfsd so that it doesn't register with rpcbind for an NFSv4 only server. This patch uses the sysctl vfs.nfsd.server_min_nfsvers to determine if/what

Re: svn commit: r309394 - head/sys/netpfil/pf

2016-12-08 Thread Gleb Smirnoff
Marcel, On Wed, Dec 07, 2016 at 05:06:08PM -0800, Marcel Moolenaar wrote: M> > thanks for the fixes. While the problem with the first chunk M> > in pfsync_sendout() is obvious, the problem you are fixing in th M> > second chunk in the pfsync_delete_state() is not clear to me. M> > Can you

Re: svn commit: r309658 - head/sys/vm

2016-12-08 Thread Mark Johnston
On Thu, Dec 08, 2016 at 07:50:17AM -0800, John Baldwin wrote: > On Wednesday, December 07, 2016 02:15:49 PM Mark Johnston wrote: > > On Wed, Dec 07, 2016 at 01:26:47PM -0800, Gleb Smirnoff wrote: > > > On Tue, Dec 06, 2016 at 10:52:45PM +, Mark Johnston wrote: > > > M> Author: markj > > > M>

svn commit: r309728 - head/sys/dev/hyperv/storvsc

2016-12-08 Thread Sepherosa Ziehau
Author: sephe Date: Fri Dec 9 06:18:12 2016 New Revision: 309728 URL: https://svnweb.freebsd.org/changeset/base/309728 Log: hyperv/storvsc: Minor style changes; no functional changes. Reported by: rpokala MFC after:1 week Sponsored by: Microsoft Modified:

svn commit: r309725 - head/sys/dev/cxgbe

2016-12-08 Thread Navdeep Parhar
Author: np Date: Fri Dec 9 02:21:27 2016 New Revision: 309725 URL: https://svnweb.freebsd.org/changeset/base/309725 Log: cxgbe(4): netmap does not set IFCAP_NETMAP in an ifnet's if_capabilities any more (since r307394). Do it in the driver instead. MFC after:1 week Modified:

svn commit: r309726 - head/sys/dev/hyperv/storvsc

2016-12-08 Thread Sepherosa Ziehau
Author: sephe Date: Fri Dec 9 03:16:36 2016 New Revision: 309726 URL: https://svnweb.freebsd.org/changeset/base/309726 Log: hyperv/storvsc: Fix the SCSI disk attachment issue. On pre-WS2016 Hyper-V, if the only LUNs > 7 are used, then all disks fails to attach. Mainly because those