svn commit: r293716 - in head/sys/dev: iwn wpi

2016-01-11 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 12 00:24:40 2016 New Revision: 293716 URL: https://svnweb.freebsd.org/changeset/base/293716 Log: wpi, iwn: implement ic_getradiocaps method This will allow to restore channel list after switching interface to more restrictive regdomain. Tested with Intel

svn commit: r293714 - head/sys/dev/rtwn

2016-01-11 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 12 00:12:18 2016 New Revision: 293714 URL: https://svnweb.freebsd.org/changeset/base/293714 Log: rtwn: import r290022 (do not filter out control frames in the RX path) Tested by:kevlo Reviewed by: kevlo Approved by: adrian (mentor) Differential

svn commit: r293721 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:50:56 2016 New Revision: 293721 URL: https://svnweb.freebsd.org/changeset/base/293721 Log: hyperv/hn: Avoid mbuf cluster allocation, if the packet is small. This one mainly avoids mbuf cluster allocation for TCP ACKs during TCP sending tests. And it

svn commit: r293705 - head/lib/libc/rpc

2016-01-11 Thread Garrett Cooper
Author: ngie Date: Mon Jan 11 22:01:33 2016 New Revision: 293705 URL: https://svnweb.freebsd.org/changeset/base/293705 Log: Similar to r293704, fix theoretical leak of netconfig(3) resources in __rpcbind_is_up(..) if getnetconfig(3) is partly successful in allocating resources, but not

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

2016-01-11 Thread Alan Somers
I referenced the wrong PR. The correct PR is 205882. On Mon, Jan 11, 2016 at 3:15 PM, Alan Somers wrote: > Author: asomers > Date: Mon Jan 11 22:15:46 2016 > New Revision: 293708 > URL: https://svnweb.freebsd.org/changeset/base/293708 > > Log: > Fix importing l2arc device

svn commit: r293720 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:41:34 2016 New Revision: 293720 URL: https://svnweb.freebsd.org/changeset/base/293720 Log: hyperv/hn: Implement SIOC[SG]IFMEDIA support Many applications and kernel modules (e.g. bridge) rely on the ifmedia status report; give them what they want.

svn commit: r293715 - head/lib/libc/rpc

2016-01-11 Thread Garrett Cooper
Author: ngie Date: Tue Jan 12 00:20:57 2016 New Revision: 293715 URL: https://svnweb.freebsd.org/changeset/base/293715 Log: Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)` This fixes the potential NULL pointer dereference properly, and also fixes memory leaks

svn commit: r293704 - head/lib/libc/rpc

2016-01-11 Thread Garrett Cooper
Author: ngie Date: Mon Jan 11 21:56:53 2016 New Revision: 293704 URL: https://svnweb.freebsd.org/changeset/base/293704 Log: Fix theoretical leak of netconfig(3) resources in svcunix_create(..) In the event that the getconfig(3) call in svcunix_create is partly successful, some of the

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

2016-01-11 Thread Alan Somers
Author: asomers Date: Mon Jan 11 22:15:46 2016 New Revision: 293708 URL: https://svnweb.freebsd.org/changeset/base/293708 Log: Fix importing l2arc device by guid After r292066, vdev_geom verifies both the vdev and pool guids of device labels during open. However, spare and l2arc devices

Re: svn commit: r293068 - in head/etc: . mtree

2016-01-11 Thread Brooks Davis
On Sun, Jan 03, 2016 at 06:41:33PM +0100, Dimitry Andric wrote: > On 03 Jan 2016, at 05:32, Warner Losh wrote: > > > > Author: imp > > Date: Sun Jan 3 04:32:05 2016 > > New Revision: 293068 > > URL: https://svnweb.freebsd.org/changeset/base/293068 > > > > Log: > > Add

svn commit: r293719 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:30:51 2016 New Revision: 293719 URL: https://svnweb.freebsd.org/changeset/base/293719 Log: hyperv/hn: Implement LRO - Implement the LRO using tcp_lro APIs, and LRO is enabled by default. - Add several stats sysctl nodes. - Check IP/TCP length before

Re: svn commit: r292788 - in head/sys: geom/part sys

2016-01-11 Thread Andrey V. Elsukov
On 11.01.16 07:54, Ravi Pokala wrote: > In that review, there was discussion about the sorting of aliases in (enum g_part_alias). It was originally thought that the aliases needed to be sorted, due to binary searching in g_part_alias_name(). It turned out that g_part_alias_name() did a linear

svn commit: r293659 - head/sys/dev/iscsi

2016-01-11 Thread Steven Hartland
Author: smh Date: Mon Jan 11 10:24:30 2016 New Revision: 293659 URL: https://svnweb.freebsd.org/changeset/base/293659 Log: Close iSCSI sessions on shutdown Ensure that all iSCSI sessions are correctly terminated during shutdown. * Enhances the changes done by r286226 (D3052). * Add

svn commit: r293657 - in head/sys: net netinet netinet6

2016-01-11 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 11 08:45:28 2016 New Revision: 293657 URL: https://svnweb.freebsd.org/changeset/base/293657 Log: Bring RADIX_MPATH support to new routing KPI to ease migration. Move actual rte selection process from rtalloc_mpath_fib() to the rt_path_selectrte()

svn commit: r293658 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Mon Jan 11 09:15:25 2016 New Revision: 293658 URL: https://svnweb.freebsd.org/changeset/base/293658 Log: sfxge: add Medford build option disabled by default Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

svn commit: r293656 - head/sys/net

2016-01-11 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 11 08:00:13 2016 New Revision: 293656 URL: https://svnweb.freebsd.org/changeset/base/293656 Log: Do not rewrite all ro_flags. Modified: head/sys/net/route.h Modified: head/sys/net/route.h

Re: svn commit: r293068 - in head/etc: . mtree

2016-01-11 Thread Warner Losh
> On Jan 11, 2016, at 3:16 PM, Brooks Davis wrote: > > On Sun, Jan 03, 2016 at 06:41:33PM +0100, Dimitry Andric wrote: >> On 03 Jan 2016, at 05:32, Warner Losh wrote: >>> >>> Author: imp >>> Date: Sun Jan 3 04:32:05 2016 >>> New Revision: 293068 >>> URL:

Re: svn commit: r293720 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Joel Dahl
On Tue, Jan 12, 2016 at 01:41:34AM +, Sepherosa Ziehau wrote: > Author: sephe > Date: Tue Jan 12 01:41:34 2016 > New Revision: 293720 > URL: https://svnweb.freebsd.org/changeset/base/293720 > > Log: > hyperv/hn: Implement SIOC[SG]IFMEDIA support > > Many applications and kernel modules

Re: svn commit: r293721 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Gleb Smirnoff
On Tue, Jan 12, 2016 at 01:50:56AM +, Sepherosa Ziehau wrote: S> Author: sephe S> Date: Tue Jan 12 01:50:56 2016 S> New Revision: 293721 S> URL: https://svnweb.freebsd.org/changeset/base/293721 S> S> Log: S> hyperv/hn: Avoid mbuf cluster allocation, if the packet is small. S> S> This

Re: svn commit: r293721 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
On Tue, Jan 12, 2016 at 12:42 PM, Gleb Smirnoff wrote: > On Tue, Jan 12, 2016 at 01:50:56AM +, Sepherosa Ziehau wrote: > S> Author: sephe > S> Date: Tue Jan 12 01:50:56 2016 > S> New Revision: 293721 > S> URL: https://svnweb.freebsd.org/changeset/base/293721 > S> > S>

svn commit: r293733 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:37:42 2016 New Revision: 293733 URL: https://svnweb.freebsd.org/changeset/base/293733 Log: sfxge: add Medford sensor support Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

svn commit: r293724 - in head/sys/boot: arm64/libarm64 common efi/boot1 efi/fdt efi/include efi/include/arm64 efi/libefi efi/loader efi/loader/arch/amd64 efi/loader/arch/arm efi/loader/arch/arm64 i...

2016-01-11 Thread Steven Hartland
Author: smh Date: Tue Jan 12 02:17:39 2016 New Revision: 293724 URL: https://svnweb.freebsd.org/changeset/base/293724 Log: Enable warnings in EFI boot code Set WARNS if not set for EFI boot code and fix the issues highlighted by setting it. Most components are set to WARNS level 6

svn commit: r293732 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:34:45 2016 New Revision: 293732 URL: https://svnweb.freebsd.org/changeset/base/293732 Log: sfxge: use MCDIv2 on Medford Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

svn commit: r293731 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:32:56 2016 New Revision: 293731 URL: https://svnweb.freebsd.org/changeset/base/293731 Log: sfxge: add Medford PCI IDs to common code Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC after:

svn commit: r293722 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:55:57 2016 New Revision: 293722 URL: https://svnweb.freebsd.org/changeset/base/293722 Log: hyperv/hn: Removed unused netvsc_init() Submitted by: Dexuan Cui Reviewed by: me, adrian, royger, Hongjiang Zhang

Re: svn commit: r293068 - in head/etc: . mtree

2016-01-11 Thread Nathan Whitehorn
On 01/11/16 19:11, Warner Losh wrote: On Jan 11, 2016, at 3:16 PM, Brooks Davis wrote: On Sun, Jan 03, 2016 at 06:41:33PM +0100, Dimitry Andric wrote: On 03 Jan 2016, at 05:32, Warner Losh wrote: Author: imp Date: Sun Jan 3 04:32:05 2016 New

svn commit: r293730 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:29:17 2016 New Revision: 293730 URL: https://svnweb.freebsd.org/changeset/base/293730 Log: sfxge: add sanity checking for EFX_OPT_MEDFORD build option to efx_check.h Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare

svn commit: r293698 - head/sys/kern

2016-01-11 Thread Colin Percival
Author: cperciva Date: Mon Jan 11 20:38:39 2016 New Revision: 293698 URL: https://svnweb.freebsd.org/changeset/base/293698 Log: Fix a bug introduced in r291716: "The problem with the approach taken both in _bus_dmamap_load_pages and bus_dmamap_load_ma_triv is that they split the request

svn commit: r293697 - head

2016-01-11 Thread Bryan Drewery
Author: bdrewery Date: Mon Jan 11 20:27:05 2016 New Revision: 293697 URL: https://svnweb.freebsd.org/changeset/base/293697 Log: Correct a comment. Submitted by: jhb Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r291716 - in head: share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/dev/md sys/geom sys/kern sys/pc98/include sys/sys usr.sbin usr.sbin/camdd

2016-01-11 Thread Colin Percival
On 01/11/16 11:52, Kenneth D. Merry wrote: > On Mon, Jan 11, 2016 at 18:29:22 +0100, Roger Pau Monn?? wrote: >> The following patch solves the problem AFAICT, and I would like to >> commit it ASAP: > > I think this should be fine. In light of the "ASAP" and the hour in Roger's part of the world

svn commit: r293700 - head/sys/dev/xen/blkfront

2016-01-11 Thread Colin Percival
Author: cperciva Date: Mon Jan 11 21:02:30 2016 New Revision: 293700 URL: https://svnweb.freebsd.org/changeset/base/293700 Log: Add two more assertions to catch busdma problems. Each segment provided by busdma to the blkfront driver must be an integer number of sectors, and must be aligned

Re: svn commit: r291716 - in head: share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/dev/md sys/geom sys/kern sys/pc98/include sys/sys usr.sbin usr.sbin/camdd

2016-01-11 Thread Roger Pau Monné
El 03/12/15 a les 21.54, Kenneth D. Merry ha escrit: > Author: ken > Date: Thu Dec 3 20:54:55 2015 > New Revision: 291716 > URL: https://svnweb.freebsd.org/changeset/base/291716 > > Log: > Add asynchronous command support to the pass(4) driver, and the new > camdd(8) utility. > > CCBs

Re: svn commit: r292788 - in head/sys: geom/part sys

2016-01-11 Thread Ravi Pokala
-Original Message- From: on behalf of "Andrey V. Elsukov" Date: 2016-01-11, Monday at 00:36 To: Ravi Pokala , Allan Jude , , ,

svn commit: r293661 - head/sys/boot/zfs

2016-01-11 Thread Allan Jude
Author: allanjude Date: Mon Jan 11 15:35:29 2016 New Revision: 293661 URL: https://svnweb.freebsd.org/changeset/base/293661 Log: DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_args member secsz was a uint16_t sys/boot/zfs/zfs.c has a probe args structure member, secsz,

svn commit: r293679 - head/sys/fs/smbfs

2016-01-11 Thread Andrey V. Elsukov
Author: ae Date: Mon Jan 11 18:11:06 2016 New Revision: 293679 URL: https://svnweb.freebsd.org/changeset/base/293679 Log: Change the type of newsize argument in the smbfs_smb_setfsize() function from int to int64. MSDN says that SMB_SET_FILE_END_OF_FILE_INFO uses signed 64-bit integer to

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

2016-01-11 Thread Conrad Meyer
Does this fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204121 ? Thanks, Conrad On Sun, Jan 10, 2016 at 9:53 AM, Adrian Chadd wrote: > Author: adrian > Date: Sun Jan 10 17:53:43 2016 > New Revision: 293640 > URL: https://svnweb.freebsd.org/changeset/base/293640 > >

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

2016-01-11 Thread Adrian Chadd
yes sorry, I forgot about the PR! -a On 11 January 2016 at 10:12, Conrad Meyer wrote: > Does this fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204121 ? > > Thanks, > Conrad > > On Sun, Jan 10, 2016 at 9:53 AM, Adrian Chadd wrote: >> Author:

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

2016-01-11 Thread Navdeep Parhar
Author: np Date: Mon Jan 11 17:52:42 2016 New Revision: 293674 URL: https://svnweb.freebsd.org/changeset/base/293674 Log: cxgbe: bind the ithreads that handle NIC rx to the correct CPU if the kernel is built with option RSS. Modified: head/sys/dev/cxgbe/t4_main.c Modified:

svn commit: r293678 - head/share/man/man4

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:57:49 2016 New Revision: 293678 URL: https://svnweb.freebsd.org/changeset/base/293678 Log: Update ismt(4) man page to reflect inclusion in upcoming 10.3 release. MFC after:3 days Sponsored by: Intel Modified: head/share/man/man4/ismt.4

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

2016-01-11 Thread Alan Somers
Author: asomers Date: Mon Jan 11 17:57:26 2016 New Revision: 293677 URL: https://svnweb.freebsd.org/changeset/base/293677 Log: Record physical path information in ZFS Vdevs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c: If available, record the physical path of a vdev

Re: svn commit: r293674 - head/sys/dev/cxgbe

2016-01-11 Thread Adrian Chadd
wooo, thanks! -a On 11 January 2016 at 09:52, Navdeep Parhar wrote: > Author: np > Date: Mon Jan 11 17:52:42 2016 > New Revision: 293674 > URL: https://svnweb.freebsd.org/changeset/base/293674 > > Log: > cxgbe: bind the ithreads that handle NIC rx to the correct CPU if the

Re: svn commit: r291716 - in head: share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/dev/md sys/geom sys/kern sys/pc98/include sys/sys usr.sbin usr.sbin/camdd

2016-01-11 Thread Kenneth D. Merry
On Mon, Jan 11, 2016 at 18:29:22 +0100, Roger Pau Monn?? wrote: > El 03/12/15 a les 21.54, Kenneth D. Merry ha escrit: > > Author: ken > > Date: Thu Dec 3 20:54:55 2015 > > New Revision: 291716 > > URL: https://svnweb.freebsd.org/changeset/base/291716 > > > > Log: > > Add asynchronous command

svn commit: r293680 - head/sys/fs/ext2fs

2016-01-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 11 19:14:55 2016 New Revision: 293680 URL: https://svnweb.freebsd.org/changeset/base/293680 Log: ext4: add support for reading sparse files Add support for sparse files in ext4. Also implement read-ahead, which greatly increases the performance when transferring

svn commit: r293683 - head/sys/fs/ext2fs

2016-01-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 11 19:25:43 2016 New Revision: 293683 URL: https://svnweb.freebsd.org/changeset/base/293683 Log: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch by: Damjan

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

2016-01-11 Thread Adrian Chadd
Sorry, to be clear - it fixes one of the things that lead to that panic. There are other issues (eg highly memory unbalanced workloads) that may trigger this, but the initial issue from peter was fixed. -a ___ svn-src-head@freebsd.org mailing list