svn commit: r308101 - head/sys/dev/hwpmc

2016-10-30 Thread Andriy Gapon
Author: avg Date: Sun Oct 30 09:38:10 2016 New Revision: 308101 URL: https://svnweb.freebsd.org/changeset/base/308101 Log: hwpmc: fix a race between amd_stop_pmc and amd_intr It is possible that wrmsr in amd_stop_pmc() causes an overflow in a counter that it disables. In that case a non-

Re: svn commit: r306577 - head/sys/netinet

2016-10-30 Thread Kubilay Kocak
On 2/10/2016 12:42 PM, Eric van Gyzen wrote: > Author: vangyzen Date: Sun Oct 2 01:42:45 2016 New Revision: 306577 > URL: https://svnweb.freebsd.org/changeset/base/306577 > > Log: Add GARP retransmit capability > > A single gratuitous ARP (GARP) is always transmitted when an IPv4 > address is

svn commit: r308104 - in head: . share/man/man4 sys/conf sys/dev/chromebook_platform sys/dev/cyapa sys/dev/ichiic sys/dev/iicbus sys/dev/isl sys/modules sys/modules/chromebook_platform sys/modules/...

2016-10-30 Thread Andriy Gapon
ATING == --- head/UPDATING Sun Oct 30 11:45:01 2016(r308103) +++ head/UPDATING Sun Oct 30 12:15:33 2016(r308104) @@ -51,6 +51,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12 ** SPECIAL WARNING: ** +20161030: +

svn commit: r308105 - head/sys/arm/allwinner

2016-10-30 Thread Jared McNeill
Author: jmcneill Date: Sun Oct 30 14:39:33 2016 New Revision: 308105 URL: https://svnweb.freebsd.org/changeset/base/308105 Log: Fix H3 temperature reporting. The formula in for V1.0 of the H3 datasheet seems to be incorrect, so use the same method of conversion as the H3 BSP instead. Modifi

svn commit: r308106 - head/release/tools

2016-10-30 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Sun Oct 30 15:46:24 2016 New Revision: 308106 URL: https://svnweb.freebsd.org/changeset/base/308106 Log: - Use virtualbox-ose-additions-nox11 for vagrant image to reduce size Reviewed by: brd, gjb, swills Approved by: gjb Modified: head/release/t

svn commit: r308107 - in head/sys/modules/bhnd: . bcma bcma_bhndb bhndb bhndb_pci cores/bhnd_pci cores/bhnd_pci_hostb cores/bhnd_pcib siba siba_bhndb

2016-10-30 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Sun Oct 30 15:56:42 2016 New Revision: 308107 URL: https://svnweb.freebsd.org/changeset/base/308107 Log: - Fix `make` in sys/modules/bhnd Approved by: landonf Differential Revision:https://reviews.freebsd.org/D7774 Modified: head/sys/modul

svn commit: r308108 - head/sys/vm

2016-10-30 Thread Konstantin Belousov
Author: kib Date: Sun Oct 30 18:04:11 2016 New Revision: 308108 URL: https://svnweb.freebsd.org/changeset/base/308108 Log: Split long line instead of unindenting it. Add KASSERT() verifying that a device object with the same handle has the same ops vector. Reviewed by: alc Sponsored b

svn commit: r308109 - head/sys/vm

2016-10-30 Thread Konstantin Belousov
Author: kib Date: Sun Oct 30 18:05:18 2016 New Revision: 308109 URL: https://svnweb.freebsd.org/changeset/base/308109 Log: Remove vnode_locked label and goto, by collapsing vp calculation into the conditional. Suggested and reviewed by:alc Sponsored by: The FreeBSD Foundation MFC

svn commit: r308112 - head/sys/vm

2016-10-30 Thread Alan Cox
Author: alc Date: Sun Oct 30 19:15:59 2016 New Revision: 308112 URL: https://svnweb.freebsd.org/changeset/base/308112 Log: Merge and sort vm_fault_hold()'s "int" variable definitions. Reviewed by: kib MFC after:7 days Modified: head/sys/vm/vm_fault.c Modified: head/sys/vm/vm_faul

Re: svn commit: r306577 - head/sys/netinet

2016-10-30 Thread Eric van Gyzen
On 10/30/16 4:44 AM, Kubilay Kocak wrote: On 2/10/2016 12:42 PM, Eric van Gyzen wrote: Author: vangyzen Date: Sun Oct 2 01:42:45 2016 New Revision: 306577 URL: https://svnweb.freebsd.org/changeset/base/306577 Log: Add GARP retransmit capability Thanks for this David & Eric I presume this is

svn commit: r308113 - head/sys/vm

2016-10-30 Thread Konstantin Belousov
Author: kib Date: Sun Oct 30 20:38:57 2016 New Revision: 308113 URL: https://svnweb.freebsd.org/changeset/base/308113 Log: Remove vm_pager_has_page() declaration. It is not too useful since static inline definition appears later in the file. Reviewed by: alc Sponsored by: The FreeBSD

svn commit: r308114 - head/sys/vm

2016-10-30 Thread Konstantin Belousov
Author: kib Date: Sun Oct 30 20:39:38 2016 New Revision: 308114 URL: https://svnweb.freebsd.org/changeset/base/308114 Log: Change remained internal uses of boolean_t to bool in vm/vm_fault.c. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/s

Re: svn commit: r308107 - in head/sys/modules/bhnd: . bcma bcma_bhndb bhndb bhndb_pci cores/bhnd_pci cores/bhnd_pci_hostb cores/bhnd_pcib siba siba_bhndb

2016-10-30 Thread John Baldwin
On Sunday, October 30, 2016 03:56:43 PM Li-Wen Hsu wrote: > Author: lwhsu (ports committer) > Date: Sun Oct 30 15:56:42 2016 > New Revision: 308107 > URL: https://svnweb.freebsd.org/changeset/base/308107 > > Log: > - Fix `make` in sys/modules/bhnd > > Approved by:landonf > Differe

svn commit: r308115 - in head/sys/modules/bhnd: . bcma bcma_bhndb bhndb bhndb_pci cores/bhnd_pci cores/bhnd_pci_hostb cores/bhnd_pcib siba siba_bhndb

2016-10-30 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Sun Oct 30 22:18:22 2016 New Revision: 308115 URL: https://svnweb.freebsd.org/changeset/base/308115 Log: Revert r308107 Requested by: jhb Modified: head/sys/modules/bhnd/Makefile head/sys/modules/bhnd/bcma/Makefile head/sys/modules/bhnd/bcma_bhnd

Re: svn commit: r308107 - in head/sys/modules/bhnd: . bcma bcma_bhndb bhndb bhndb_pci cores/bhnd_pci cores/bhnd_pci_hostb cores/bhnd_pcib siba siba_bhndb

2016-10-30 Thread Li-Wen Hsu
On Sun, Oct 30, 2016 at 15:05:49 -0700, John Baldwin wrote: > On Sunday, October 30, 2016 03:56:43 PM Li-Wen Hsu wrote: > > Author: lwhsu (ports committer) > > Date: Sun Oct 30 15:56:42 2016 > > New Revision: 308107 > > URL: https://svnweb.freebsd.org/changeset/base/308107 > > > > Log: > > - Fix

svn commit: r308116 - in head/sys: conf dev/hyperv/netvsc modules/hyperv/netvsc

2016-10-30 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 31 01:36:28 2016 New Revision: 308116 URL: https://svnweb.freebsd.org/changeset/base/308116 Log: hyperv/hn: Rename cleaned up RNDIS source file. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8361 Adde

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

2016-10-30 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 31 04:46:02 2016 New Revision: 308117 URL: https://svnweb.freebsd.org/changeset/base/308117 Log: hyperv/hn: Rework temporary channel packet buffer expanding. And use large default temporary channel packer buffer; we really don't want it to be expanded at run ti

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

2016-10-30 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 31 04:54:15 2016 New Revision: 308118 URL: https://svnweb.freebsd.org/changeset/base/308118 Log: hyperv/hn: Cleanup RXBUF ack processing. - Increase the # of retries. - Add comment. - Log error, if RXBUF ack fails. - Add stat for RXBUF ack failures. RX

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

2016-10-30 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 31 05:05:12 2016 New Revision: 308119 URL: https://svnweb.freebsd.org/changeset/base/308119 Log: hyperv/hn: Reset do_lro, if the hash types are not TCP related. Mainly because the host side only set TCPCS and IPCS even for UDP datagrams. MFC after:1 we

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

2016-10-30 Thread Sepherosa Ziehau
Author: sephe Date: Mon Oct 31 05:22:00 2016 New Revision: 308120 URL: https://svnweb.freebsd.org/changeset/base/308120 Log: hyperv/hn: Don't start shared TX taskq, if the hypervisor is not Hyper-V. - Move the SYSINIT to DRIVER/SECOND, i.e. after the vm_guest becomes determistic. - Mi

svn commit: r308121 - in head: etc/devd share/man/man4 sys/conf sys/dev/mii sys/dev/usb/net

2016-10-30 Thread Kevin Lo
Author: kevlo Date: Mon Oct 31 05:58:11 2016 New Revision: 308121 URL: https://svnweb.freebsd.org/changeset/base/308121 Log: Add preliminary support for the RTL8153. Reviewed by: hselasky Modified: head/etc/devd/usb.conf head/share/man/man4/ure.4 head/sys/conf/NOTES head/sys/dev/m