svn commit: r318136 - in head/sys: conf dev/acpica dev/hyperv/vmbus modules/hyperv/vmbus

2017-05-09 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 10 05:28:14 2017 New Revision: 318136 URL: https://svnweb.freebsd.org/changeset/base/318136 Log: hyperv/vmbus: Reorganize vmbus device tree For GEN1 Hyper-V, vmbus is attached to pcib0, which contains the resources for PCI passthrough and SR-IOV. There is no

svn commit: r318135 - head/contrib/binutils/gas/config

2017-05-09 Thread Michal Meloun
Author: mmel Date: Wed May 10 05:07:41 2017 New Revision: 318135 URL: https://svnweb.freebsd.org/changeset/base/318135 Log: Fix parsing of 'vmov Q.F32,Q.F32' instruction. parse_qfloat_immediate() accidentaly parses register with size qualifier as immediate constant (It takes '.'

svn commit: r318130 - head/sys/cddl/dev/fbt/powerpc

2017-05-09 Thread Justin Hibbits
Author: jhibbits Date: Wed May 10 03:47:22 2017 New Revision: 318130 URL: https://svnweb.freebsd.org/changeset/base/318130 Log: Fix the encoded instruction for FBT traps on powerpc r314370 changed EXC_DTRACE to a different instruction, but neglected to make the same change to fbt, so

svn commit: r318129 - head/sys/cddl/dev/fbt/powerpc

2017-05-09 Thread Justin Hibbits
Author: jhibbits Date: Wed May 10 03:20:20 2017 New Revision: 318129 URL: https://svnweb.freebsd.org/changeset/base/318129 Log: Fix check for fbt_excluded() in powerpc fbt_excluded() returns 1 if the symbol is to be excluded. Every other arch has this correct, powerpc was the only

svn commit: r318126 - head/sys/dev/qlnx/qlnxe

2017-05-09 Thread David C Somayajulu
Author: davidcs Date: Wed May 10 01:01:20 2017 New Revision: 318126 URL: https://svnweb.freebsd.org/changeset/base/318126 Log: llh_func_filter needs to be configured for 100G MFC after:3 days Modified: head/sys/dev/qlnx/qlnxe/ecore_dev.c Modified: head/sys/dev/qlnx/qlnxe/ecore_dev.c

Re: svn commit: r318017 - head/share/man/man4

2017-05-09 Thread Bruce Evans
On Tue, 9 May 2017, Ian Lepore wrote: On Tue, 2017-05-09 at 08:36 +, Edward Tomasz Napierala wrote: Author: trasz Date: Tue May??9 08:36:09 2017 New Revision: 318017 URL: https://svnweb.freebsd.org/changeset/base/318017 Log: ? Fix device paths for USB serial adapters: the formatting

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

2017-05-09 Thread Navdeep Parhar
Author: np Date: Wed May 10 00:42:28 2017 New Revision: 318125 URL: https://svnweb.freebsd.org/changeset/base/318125 Log: Adjust whitespace and fix a comment. No functional change. MFC after:3 days Modified: head/sys/dev/cxgbe/adapter.h Modified: head/sys/dev/cxgbe/adapter.h

svn commit: r318124 - head/sys/netinet6

2017-05-09 Thread Navdeep Parhar
Author: np Date: Wed May 10 00:14:55 2017 New Revision: 318124 URL: https://svnweb.freebsd.org/changeset/base/318124 Log: ip6_output runs with the inp lock held, just like ip_output. Modified: head/sys/netinet6/ip6_output.c Modified: head/sys/netinet6/ip6_output.c

svn commit: r318123 - head/share/man/man7

2017-05-09 Thread Bryan Drewery
Author: bdrewery Date: Wed May 10 00:02:24 2017 New Revision: 318123 URL: https://svnweb.freebsd.org/changeset/base/318123 Log: SUBDIR_OVERRIDE: Note how to restore historical behavior pre-r289725. Sponsored by: Dell EMC Isilon Modified: head/share/man/man7/build.7 Modified:

svn commit: r318122 - in head: . share/man/man7

2017-05-09 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 23:58:07 2017 New Revision: 318122 URL: https://svnweb.freebsd.org/changeset/base/318122 Log: Add a -DNO_LIBS to skip building the libraries phase as well. This is useful for cases where -DWORLDFAST is useful. Sponsored by: Dell EMC Isilon Modified:

Re: svn commit: r318017 - head/share/man/man4

2017-05-09 Thread Warner Losh
It's the passed in radix. In this case it is 32: len = vsnrprintf(dev->si_name, sizeof(dev->si_name), 32, fmt, ap); so we get things like ttya following tty9. It should be in printf(9), but isn't. Warner On Tue, May 9, 2017 at 5:29 PM, Ian Lepore wrote: > On Tue,

Re: svn commit: r318017 - head/share/man/man4

2017-05-09 Thread Ian Lepore
On Tue, 2017-05-09 at 08:36 +, Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue May  9 08:36:09 2017 > New Revision: 318017 > URL: https://svnweb.freebsd.org/changeset/base/318017 > > Log: >   Fix device paths for USB serial adapters: the formatting strings >   contain "%u",

svn commit: r318116 - head/usr.bin/resizewin

2017-05-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 9 20:45:21 2017 New Revision: 318116 URL: https://svnweb.freebsd.org/changeset/base/318116 Log: Random updates to resizewin(1) man page. Reviewed by: cem, Daniel O'Connor MFC after:2 weeks Differential Revision:

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

2017-05-09 Thread Glen Barber
Author: gjb Date: Tue May 9 20:39:57 2017 New Revision: 318109 URL: https://svnweb.freebsd.org/changeset/base/318109 Log: Correct "first appeared in" entries for various drivers that exist in stable/11. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r301198 - head/sys/dev/xen/netfront

2017-05-09 Thread Colin Percival
On 05/09/17 03:09, Roger Pau Monn� wrote: > On Wed, May 03, 2017 at 05:13:40AM +, Colin Percival wrote: >> On 06/02/16 04:16, Roger Pau Monn� wrote: >>> Author: royger >>> Date: Thu Jun 2 11:16:35 2016 >>> New Revision: 301198 >>> URL: https://svnweb.freebsd.org/changeset/base/301198 >>

svn commit: r318107 - head/tests/sys/aio

2017-05-09 Thread Ngie Cooper
Author: ngie Date: Tue May 9 20:26:43 2017 New Revision: 318107 URL: https://svnweb.freebsd.org/changeset/base/318107 Log: Remove unused constant (PATH_TEMPLATE) It was made unnecessary in r312913. MFC after:3 weeks MFC with: r312913 Sponsored by: Dell EMC Isilon

svn commit: r318105 - in head: . share/man/man7 sys/conf

2017-05-09 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 20:21:38 2017 New Revision: 318105 URL: https://svnweb.freebsd.org/changeset/base/318105 Log: Support skipping 'make obj' tree-walk. This is part of a larger effort for WITH_AUTO_OBJ and a WORLDFAST option. Sponsored by: Dell EMC Isilon Modified:

svn commit: r318106 - in head: . share/man/man7

2017-05-09 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 20:21:58 2017 New Revision: 318106 URL: https://svnweb.freebsd.org/changeset/base/318106 Log: Support -DWORLDFAST to skip all build steps up to 'libraries' and 'everything'. This allows for building the world against the already-created host/sysroot

svn commit: r318100 - head/tests/sys/aio

2017-05-09 Thread Ngie Cooper
Author: ngie Date: Tue May 9 19:23:14 2017 New Revision: 318100 URL: https://svnweb.freebsd.org/changeset/base/318100 Log: style(9): move function definition curly braces to column 0 MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/tests/sys/aio/aio_test.c

svn commit: r318099 - head/tests/sys/aio

2017-05-09 Thread Ngie Cooper
Author: ngie Date: Tue May 9 19:20:02 2017 New Revision: 318099 URL: https://svnweb.freebsd.org/changeset/base/318099 Log: Print out when unsafe AIO is enabled to debugging purposes MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/tests/sys/aio/local.h Modified:

svn commit: r318098 - head/tests/sys/aio

2017-05-09 Thread Ngie Cooper
Author: ngie Date: Tue May 9 19:16:18 2017 New Revision: 318098 URL: https://svnweb.freebsd.org/changeset/base/318098 Log: Refactor ATF_REQUIRE_UNSAFE_AIO and PLAIN_REQUIRE_UNSAFE_AIO This is being done to reduce duplication between the two macros. MFC after:3 weeks Sponsored

svn commit: r318095 - head/sys/dev/sdhci

2017-05-09 Thread Luiz Otavio O Souza
Author: loos Date: Tue May 9 19:01:57 2017 New Revision: 318095 URL: https://svnweb.freebsd.org/changeset/base/318095 Log: Add a new SDHCI quirk, SDHCI_QUIRK_BROKEN_AUTO_STOP, to workaround controllers that do not support or have broken ACMD12 implementations. Reviewed by: jmcneill

svn commit: r318094 - head/tests/sys/aio

2017-05-09 Thread Ngie Cooper
Author: ngie Date: Tue May 9 18:54:35 2017 New Revision: 318094 URL: https://svnweb.freebsd.org/changeset/base/318094 Log: style(9): clean up trailing whitespace MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/tests/sys/aio/local.h Modified:

svn commit: r318092 - head/share/mk

2017-05-09 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 18:45:34 2017 New Revision: 318092 URL: https://svnweb.freebsd.org/changeset/base/318092 Log: PROGS+META_MODE: Avoid rebuilding common sources when recursing. This could be seen in lib/libkvm/tests where kvm_test_common.o was a common dependency, but one

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

2017-05-09 Thread Navdeep Parhar
Author: np Date: Tue May 9 18:33:41 2017 New Revision: 318091 URL: https://svnweb.freebsd.org/changeset/base/318091 Log: cxgbe(4): Do not assume that if_qflush is always followed by inteface-down. MFC after:3 days Sponsored by: Chelsio Communications Modified:

svn commit: r318090 - head/sys/opencrypto

2017-05-09 Thread John Baldwin
Author: jhb Date: Tue May 9 18:28:42 2017 New Revision: 318090 URL: https://svnweb.freebsd.org/changeset/base/318090 Log: Use const with some read-only buffers in opencrypto APIs. - Mark the source buffer for a copyback operation as const in the kernel API. - Use const with

svn commit: r318068 - in head/sys: arm/conf modules/dtb/mv

2017-05-09 Thread Luiz Otavio O Souza
Author: loos Date: Tue May 9 18:12:05 2017 New Revision: 318068 URL: https://svnweb.freebsd.org/changeset/base/318068 Log: Disable the build of the static/embedded DTB for the ARMADA38X kernel. Build the supported DTBs as part of modules build. MFC after:2 weeks Sponsored by:

Re: svn commit: r317809 - head/share/man/man7

2017-05-09 Thread John Baldwin
On Tuesday, May 09, 2017 01:17:51 AM Konstantin Belousov wrote: > On Mon, May 08, 2017 at 11:52:10PM +0300, Konstantin Belousov wrote: > > On Mon, May 08, 2017 at 01:37:15PM -0700, John Baldwin wrote: > > > On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote: > > > > Author: kib > > >

svn commit: r318067 - in head/sys/mips: include mips

2017-05-09 Thread John Baldwin
Author: jhb Date: Tue May 9 17:35:16 2017 New Revision: 318067 URL: https://svnweb.freebsd.org/changeset/base/318067 Log: Add initial support for the floating point implementation register. - Save the current FIR in the global 'cpuinfo' structure in a new 'fpu_id' member. - Decode

Re: svn commit: r318021 - in head/sys/arm: arm include

2017-05-09 Thread Andrew Turner
> On 9 May 2017, at 13:40, Michal Meloun wrote: > > > > On 09.05.2017 13:34, Andrew Turner wrote: >>> On 9 May 2017, at 12:05, Michal Meloun wrote: >>> >>> Author: mmel >>> Date: Tue May 9 11:05:32 2017 >>> New Revision: 318021 >>> URL:

svn commit: r318026 - head/sys/compat/linuxkpi/common/src

2017-05-09 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 9 12:51:42 2017 New Revision: 318026 URL: https://svnweb.freebsd.org/changeset/base/318026 Log: Fix init order in the LinuxKPI for RCU support. CPU_FOREACH() is not available until SI_SUB_CPU at SI_ORDER_ANY when the LinuxKPI is loaded as part of the

Re: svn commit: r318021 - in head/sys/arm: arm include

2017-05-09 Thread Michal Meloun
On 09.05.2017 13:34, Andrew Turner wrote: >> On 9 May 2017, at 12:05, Michal Meloun wrote: >> >> Author: mmel >> Date: Tue May 9 11:05:32 2017 >> New Revision: 318021 >> URL: https://svnweb.freebsd.org/changeset/base/318021 >> >> Log: >> Introduce pmap_remap_vm_attr(), >>

svn commit: r318025 - head/sys/arm/conf

2017-05-09 Thread Michal Meloun
Author: mmel Date: Tue May 9 12:32:31 2017 New Revision: 318025 URL: https://svnweb.freebsd.org/changeset/base/318025 Log: Revert accidentally changed std.armv6 in r318024. MFC with: r318024 MFC after:2 weeks Modified: head/sys/arm/conf/std.armv6 Modified:

svn commit: r318024 - in head: contrib/gcc contrib/gcc/config/arm sys/arm/conf

2017-05-09 Thread Michal Meloun
Author: mmel Date: Tue May 9 12:14:00 2017 New Revision: 318024 URL: https://svnweb.freebsd.org/changeset/base/318024 Log: Fix _Unwind_Backtrace symbol version for ARM. In real GNU libgcc, _Unwind_Backtrace is published with GCC_3.3 version for all architectures but ARM. For ARM it's

Re: svn commit: r318021 - in head/sys/arm: arm include

2017-05-09 Thread Andrew Turner
> On 9 May 2017, at 12:05, Michal Meloun wrote: > > Author: mmel > Date: Tue May 9 11:05:32 2017 > New Revision: 318021 > URL: https://svnweb.freebsd.org/changeset/base/318021 > > Log: > Introduce pmap_remap_vm_attr(), > it allows to remap one VM memattr class to another.

svn commit: r318021 - in head/sys/arm: arm include

2017-05-09 Thread Michal Meloun
Author: mmel Date: Tue May 9 11:05:32 2017 New Revision: 318021 URL: https://svnweb.freebsd.org/changeset/base/318021 Log: Introduce pmap_remap_vm_attr(), it allows to remap one VM memattr class to another. This function is intent to be used as workaround for various SoC bugs, mainly

Re: svn commit: r301198 - head/sys/dev/xen/netfront

2017-05-09 Thread Roger Pau Monné
On Wed, May 03, 2017 at 05:13:40AM +, Colin Percival wrote: > On 06/02/16 04:16, Roger Pau Monné wrote: > > Author: royger > > Date: Thu Jun 2 11:16:35 2016 > > New Revision: 301198 > > URL: https://svnweb.freebsd.org/changeset/base/301198 > > I think this commit is responsible for panics

Re: svn commit: r318015 - head/sys/net

2017-05-09 Thread Alexey Dokuchaev
On Tue, May 09, 2017 at 08:29:55AM +, Bjoern A. Zeeb wrote: > New Revision: 318015 > URL: https://svnweb.freebsd.org/changeset/base/318015 > > Log: > Adjust a comment. > > Modified: > head/sys/net/iflib.c > > Modified: head/sys/net/iflib.c >

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

2017-05-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 9 08:36:09 2017 New Revision: 318017 URL: https://svnweb.freebsd.org/changeset/base/318017 Log: Fix device paths for USB serial adapters: the formatting strings contain "%u", differently from eg uart(4) which uses "%r". Suggested by: bde@ MFC after:2

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

2017-05-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 9 08:31:34 2017 New Revision: 318016 URL: https://svnweb.freebsd.org/changeset/base/318016 Log: Fix mistake introduced to uart(4) man page in r317463. MFC after:2 weeks Modified: head/share/man/man4/uart.4 Modified: head/share/man/man4/uart.4

svn commit: r318015 - head/sys/net

2017-05-09 Thread Bjoern A. Zeeb
Author: bz Date: Tue May 9 08:29:55 2017 New Revision: 318015 URL: https://svnweb.freebsd.org/changeset/base/318015 Log: Adjust a comment. MFC after:3 days Modified: head/sys/net/iflib.c Modified: head/sys/net/iflib.c

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

2017-05-09 Thread Navdeep Parhar
Author: np Date: Tue May 9 08:08:28 2017 New Revision: 318014 URL: https://svnweb.freebsd.org/changeset/base/318014 Log: cxgbe(4): Fixes related to the knob that controls link autonegotiation. - Do not leak the adapter lock in sysctl_autoneg. - Accept only 0 or 1 as valid settings for