Re: svn commit: r305722 - head/sys/x86/x86

2016-09-13 Thread Konstantin Belousov
On Tue, Sep 13, 2016 at 09:21:25AM +0800, Sepherosa Ziehau wrote: > Still didn't find anything wrong with this tunable set. Hm, did you have DMAR globally enabled ? I.e. did you get messages about dmar attachment, and then reports about dmar routing interrupts, like msi: Assigning MSI-X IRQ 264 to

Re: svn commit: r305722 - head/sys/x86/x86

2016-09-13 Thread Sepherosa Ziehau
On Tue, Sep 13, 2016 at 4:27 PM, Konstantin Belousov wrote: > On Tue, Sep 13, 2016 at 09:21:25AM +0800, Sepherosa Ziehau wrote: >> Still didn't find anything wrong with this tunable set. > Hm, did you have DMAR globally enabled ? I.e. did you get messages > about dmar attachment, and then reports

svn commit: r305767 - head/sys/arm64/arm64

2016-09-13 Thread Andrew Turner
Author: andrew Date: Tue Sep 13 14:10:49 2016 New Revision: 305767 URL: https://svnweb.freebsd.org/changeset/base/305767 Log: Add a warning about a known erratum we have observed on ThunderX pass 1.1. As this is evaluation hardware with only a few users, and there is a lack of information ad

svn commit: r305769 - head/sys/boot/common

2016-09-13 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 13 15:37:23 2016 New Revision: 305769 URL: https://svnweb.freebsd.org/changeset/base/305769 Log: Remove code that crept in r305125 by accident Reported by: tsoome Modified: head/sys/boot/common/dev_net.c Modified: head/sys/boot/common/dev_net.c ==

svn commit: r305770 - head/lib/libstand

2016-09-13 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 13 15:41:05 2016 New Revision: 305770 URL: https://svnweb.freebsd.org/changeset/base/305770 Log: Add a comment on the #endif related to the guards Reported by: tsoome Modified: head/lib/libstand/net.h Modified: head/lib/libstand/net.h

svn commit: r305771 - in head/sys: arm64/include conf

2016-09-13 Thread Andrew Turner
Author: andrew Date: Tue Sep 13 15:45:22 2016 New Revision: 305771 URL: https://svnweb.freebsd.org/changeset/base/305771 Log: Fix the arm64 kernel build when DDB is disabled, debug_monitor.c depends on DDB, and is unused when it's disabled. Obtained from:ABT Systems Ltd MFC afte

svn commit: r305772 - head/sys/arm64/arm64

2016-09-13 Thread Andrew Turner
Author: andrew Date: Tue Sep 13 16:20:31 2016 New Revision: 305772 URL: https://svnweb.freebsd.org/changeset/base/305772 Log: Add a missing opt_ddb.h include from places that include debug_moditor.h to fix the build. Obtained from:ABT Systems Ltd X-MFC with: r305771 Sponsore

svn commit: r305778 - head/sys/netpfil/ipfw

2016-09-13 Thread Andrey V. Elsukov
Author: ae Date: Tue Sep 13 18:16:15 2016 New Revision: 305778 URL: https://svnweb.freebsd.org/changeset/base/305778 Log: Fix swap tables between sets when this functional is enabled. We have 6 opcode rewriters for table opcodes. When `set swap' command invoked, it is called for each rewr

svn commit: r305783 - head/share/mk

2016-09-13 Thread Simon J. Gerraty
Author: sjg Date: Tue Sep 13 22:17:25 2016 New Revision: 305783 URL: https://svnweb.freebsd.org/changeset/base/305783 Log: Avoid clobbering existing value of META_COOKIE_TOUCH Modified: head/share/mk/meta.sys.mk Modified: head/share/mk/meta.sys.mk

svn commit: r305785 - head/sys/net80211

2016-09-13 Thread Andriy Voskoboinyk
Author: avos Date: Tue Sep 13 22:59:38 2016 New Revision: 305785 URL: https://svnweb.freebsd.org/changeset/base/305785 Log: net80211: improve error checking in ieee80211_parse_{wpa,rsn}() - Add few checks for group/pairwise ciphers into ieee80211_parse_{wpa,rsn}(). - Split error code an

svn commit: r305787 - in head/usr.sbin/amd: amd amq fixmount fsinfo hlfsd include libamu mk-amd-map pawd scripts wire-test

2016-09-13 Thread Cy Schubert
Author: cy Date: Wed Sep 14 01:47:01 2016 New Revision: 305787 URL: https://svnweb.freebsd.org/changeset/base/305787 Log: Switch from .CURDIR to the simpler, more legible SRCTOP. Suggested by: emaste X-MFC-with: upcoming amd upgrade Modified: head/usr.sbin/amd/amd/Makefile head/usr

Re: svn commit: r305787 - in head/usr.sbin/amd: amd amq fixmount fsinfo hlfsd include libamu mk-amd-map pawd scripts wire-test

2016-09-13 Thread Baptiste Daroussin
On Wed, Sep 14, 2016 at 01:47:01AM +, Cy Schubert wrote: > Author: cy > Date: Wed Sep 14 01:47:01 2016 > New Revision: 305787 > URL: https://svnweb.freebsd.org/changeset/base/305787 > > Log: > Switch from .CURDIR to the simpler, more legible SRCTOP. > > Suggested by: emaste > X-

Re: svn commit: r305787 - in head/usr.sbin/amd: amd amq fixmount fsinfo hlfsd include libamu mk-amd-map pawd scripts wire-test

2016-09-13 Thread Cy Schubert
In message <20160914050055.hcrkodky7ds6y...@ivaldir.etoilebsd.net>, Baptiste Da roussin writes: > > > --55tggrzvwhw6q2vy > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Wed, Sep 14, 2016 at 01:47:01AM +, Cy Schu

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

2016-09-13 Thread Sepherosa Ziehau
Author: sephe Date: Wed Sep 14 06:15:45 2016 New Revision: 305788 URL: https://svnweb.freebsd.org/changeset/base/305788 Log: hyperv/hn: Pull RSS key and indirect table setup up. This paves the way for the dynamic RSS key and indirect table setting. MFC after:1 week Sponsored by:

svn commit: r305789 - head/sys/dev/hyperv/vmbus

2016-09-13 Thread Sepherosa Ziehau
Author: sephe Date: Wed Sep 14 06:30:14 2016 New Revision: 305789 URL: https://svnweb.freebsd.org/changeset/base/305789 Log: hyperv/vmbus: Make sure that the sub-channel count is valid. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.or

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

2016-09-13 Thread Sepherosa Ziehau
Author: sephe Date: Wed Sep 14 06:47:25 2016 New Revision: 305790 URL: https://svnweb.freebsd.org/changeset/base/305790 Log: hyperv/hn: Remove unused softc field MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7866 Modified: hea