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

2016-12-11 Thread Sepherosa Ziehau
Author: sephe Date: Mon Dec 12 05:18:03 2016 New Revision: 309875 URL: https://svnweb.freebsd.org/changeset/base/309875 Log: hyperv/hn: Add polling support MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8739 Modified: head/sys/

svn commit: r309874 - in head/sys/dev/hyperv: include vmbus

2016-12-11 Thread Sepherosa Ziehau
Author: sephe Date: Mon Dec 12 05:04:55 2016 New Revision: 309874 URL: https://svnweb.freebsd.org/changeset/base/309874 Log: hyperv/vmbus: Add channel polling support. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8738 Modified:

svn commit: r309873 - head/bin/ed

2016-12-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon Dec 12 03:46:40 2016 New Revision: 309873 URL: https://svnweb.freebsd.org/changeset/base/309873 Log: ed(1): Prevent possible overflows during allocation. Make sure the parameters used for malloc(3) can hold size_t sizes. This should help ed(1) handle bigger data in t

svn commit: r309869 - in head/contrib/libarchive: cpio/test libarchive/test tar/test

2016-12-11 Thread Ngie Cooper
Author: ngie Date: Mon Dec 12 02:21:56 2016 New Revision: 309869 URL: https://svnweb.freebsd.org/changeset/base/309869 Log: Merge changes from vendor to address several Coverity issues with contrib/libarchive's tests MFC after:2 weeks Obtained from:libarchive (ebe29c, fd0ea2

Re: MFC reminder emails (was Re: svn commit: r308296 - head/sys/cam/scsi)

2016-12-11 Thread Oliver Pinter
Hi Pedro! On 12/11/16, Pedro Giffuni wrote: > Hello; > On 12/10/16 19:58, Oliver Pinter wrote: > ... > >>> Reviewed by: ken >>> Obtained from:Netflix >>> MFC after:3 days >> >> Hi Scott! >> >> What's the status of the MFCs to 10-STABLE and 11-STABLE? >> > > Not meaning to p

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

2016-12-11 Thread Hiren Panchasara
On 12/10/16 at 09:35P, Oliver Pinter wrote: > On 10/21/16, Hiren Panchasara wrote: > > Author: hiren > > Date: Fri Oct 21 18:27:30 2016 > > New Revision: 307745 > > URL: https://svnweb.freebsd.org/changeset/base/307745 > > > > Log: > > Rework r306337. > > > > In sendit(), if mp->msg_control is

svn commit: r309858 - head/sys/netinet

2016-12-11 Thread Hiren Panchasara
Author: hiren Date: Sun Dec 11 23:14:47 2016 New Revision: 309858 URL: https://svnweb.freebsd.org/changeset/base/309858 Log: We currently don't do TSO if ip options are present. In case of IPv6, we look at in6p_options to check that. That is incorrect as we carry ip options in in6p_outputop

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

2016-12-11 Thread Alexander Motin
Author: mav Date: Sun Dec 11 19:50:39 2016 New Revision: 309856 URL: https://svnweb.freebsd.org/changeset/base/309856 Log: Postpone ZVOL media/block size caching till first open. At least on FreeBSD there are no legal way to access media or get its size without opening device/provider fir

svn commit: r309855 - in head/sys: fs/tmpfs kern

2016-12-11 Thread Alan Cox
Author: alc Date: Sun Dec 11 19:24:41 2016 New Revision: 309855 URL: https://svnweb.freebsd.org/changeset/base/309855 Log: When tmpfs and POSIX shm pagein a page for the sole purpose of performing truncation, immediately queue the page for asynchronous laundering rather than making the page

svn commit: r309854 - head/sys/x86/acpica

2016-12-11 Thread Konstantin Belousov
Author: kib Date: Sun Dec 11 19:01:27 2016 New Revision: 309854 URL: https://svnweb.freebsd.org/changeset/base/309854 Log: Prefix hex memory addresses with 0x in diagnostic messages from the SRAT parser. Submitted by: Oliver Pinter MFC after:1 week Differential revision:ht

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

2016-12-11 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 11 17:15:25 2016 New Revision: 309852 URL: https://svnweb.freebsd.org/changeset/base/309852 Log: rsu: fix and enable Rx TCP checksum offloading. Tested with Asus USB-N10, STA mode. Modified: head/sys/dev/usb/wlan/if_rsu.c head/sys/dev/usb/wlan/if_rsureg.h Mo

Re: svn commit: r309818 - in head: etc/defaults etc/rc.d sbin sbin/decryptcore sbin/dumpon sbin/savecore share/man/man5 sys/amd64/amd64 sys/arm/arm sys/arm64/arm64 sys/conf sys/ddb sys/dev/null sys/ge

2016-12-11 Thread Justin Hibbits
On Sat, 10 Dec 2016 21:53:43 +0100 Konrad Witaszczyk wrote: > On 12/10/2016 20:20, Justin Hibbits wrote: > > On Dec 10, 2016, at 10:20 AM, Konrad Witaszczyk wrote: > >> Author: def > >> Date: Sat Dec 10 16:20:39 2016 > >> New Revision: 309818 > >> URL: https://svnweb.freebsd.org/changeset/base/

svn commit: r309851 - head/sys/netinet

2016-12-11 Thread Michael Tuexen
Author: tuexen Date: Sun Dec 11 13:26:35 2016 New Revision: 309851 URL: https://svnweb.freebsd.org/changeset/base/309851 Log: Ensure that the reported ppid and tsn are taken from the first fragment. This fixes a bug where the wrong ppid was reported, if * I-DATA was used on the first frag