Re: svn commit: r322875 - head/sys/dev/nvme

2017-08-27 Thread Ed Schouten
Mark, 2017-08-25 14:53 GMT+02:00 Ed Schouten : > 2017-08-25 9:46 GMT+02:00 Mark Millard : >> It appears that at least 11.1-STABLE -r322807 does not handle >> -std=c++98 styles of use of _Static_assert for g++7 in that >> g++7 reports an error: > > Maybe we need to do something like this? > > Index

svn commit: r322962 - head/sys/dev/cxgbe/common

2017-08-27 Thread Navdeep Parhar
Author: np Date: Mon Aug 28 04:06:40 2017 New Revision: 322962 URL: https://svnweb.freebsd.org/changeset/base/322962 Log: cxgbe(4): Remove write only variable from t4_port_init. MFC after:3 days Modified: head/sys/dev/cxgbe/common/t4_hw.c Modified: head/sys/dev/cxgbe/common/t4_hw.c

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

2017-08-27 Thread Navdeep Parhar
Author: np Date: Mon Aug 28 03:25:41 2017 New Revision: 322961 URL: https://svnweb.freebsd.org/changeset/base/322961 Log: cxgbe(4): Fix some assertions during driver detach. The netmap queues can't be initialized if the VI isn't. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_sg

svn commit: r322960 - in head/sys/dev/cxgbe: . common

2017-08-27 Thread Navdeep Parhar
Author: np Date: Mon Aug 28 03:13:16 2017 New Revision: 322960 URL: https://svnweb.freebsd.org/changeset/base/322960 Log: cxgbe(4): Verify that the driver accesses the firmware mailbox in a thread-safe manner. MFC after:3 days Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/c

svn commit: r322959 - head/usr.bin/truss

2017-08-27 Thread John Baldwin
Author: jhb Date: Mon Aug 28 02:42:20 2017 New Revision: 322959 URL: https://svnweb.freebsd.org/changeset/base/322959 Log: Decode extra signal information for caught signals. Decode fields from the siginfo_t stored in the PT_LWPINFO structure when a signal is caught by a traced process.

svn commit: r322957 - head/sys/net80211

2017-08-27 Thread Andriy Voskoboinyk
Author: avos Date: Sun Aug 27 22:13:03 2017 New Revision: 322957 URL: https://svnweb.freebsd.org/changeset/base/322957 Log: net80211: fix a typo (premable -> preamble). Modified: head/sys/net80211/ieee80211_output.c Modified: head/sys/net80211/ieee80211_output.c =

svn commit: r322954 - head/sys/kern

2017-08-27 Thread Conrad Meyer
Author: cem Date: Sun Aug 27 17:12:30 2017 New Revision: 322954 URL: https://svnweb.freebsd.org/changeset/base/322954 Log: Enhance debugibility of sysctl leaf re-use warnings Print the full conflicting oid path, and include the function name in the warning so it is clear that the warnings

svn commit: r322953 - head/share/mk

2017-08-27 Thread Ngie Cooper
Author: ngie Date: Sun Aug 27 17:08:08 2017 New Revision: 322953 URL: https://svnweb.freebsd.org/changeset/base/322953 Log: Revert change (r322952) that was not yet destined for ^/head This unbreaks the build. This happened because of a botched "svn switch". Reported by: cem Mod

Re: svn commit: r322952 - head/share/mk

2017-08-27 Thread Ngie Cooper (yaneurabeya)
> On Aug 27, 2017, at 09:57, Conrad Meyer wrote: > > This appears to be breaking the build: > > -- stage 1.1: legacy release compatibility shims > -- > ===> tools/build (

Re: svn commit: r322952 - head/share/mk

2017-08-27 Thread Conrad Meyer
This appears to be breaking the build: -- >>> stage 1.1: legacy release compatibility shims -- ===> tools/build (obj,includes,all,install) make[5]: "/home/cem/head.svn/share/mk/b

svn commit: r322952 - head/share/mk

2017-08-27 Thread Ngie Cooper
Author: ngie Date: Sun Aug 27 16:46:51 2017 New Revision: 322952 URL: https://svnweb.freebsd.org/changeset/base/322952 Log: Try and rebase the bsd.lib.mk changes after ^/head@r322824 was merged in Unfortunately the snippet's now broken -- need to get the matching expressions to work prop

svn commit: r322951 - head

2017-08-27 Thread Ngie Cooper
Author: ngie Date: Sun Aug 27 16:15:37 2017 New Revision: 322951 URL: https://svnweb.freebsd.org/changeset/base/322951 Log: Respect MK_TCSH with build-tools and native-xtools This helps reduce the WORLDTMP footprint slightly. Based on a patch I submitted 5 years ago to GNATS. PR:

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

2017-08-27 Thread Conrad Meyer
On Sun, Aug 27, 2017 at 1:18 AM, Ed Schouten wrote: > Hi Conrad, > > [ Context: I don't understand anything about CPU topologies! ] > > 2017-08-27 7:14 GMT+02:00 Conrad Meyer : >> + while (top->cg_children == 1) { >> + top = &top->cg_child[0]; >> + top->cg_parent

svn commit: r322950 - in head/sys/dev/rtwn: rtl8192c rtl8192e

2017-08-27 Thread Andriy Voskoboinyk
Author: avos Date: Sun Aug 27 13:02:51 2017 New Revision: 322950 URL: https://svnweb.freebsd.org/changeset/base/322950 Log: rtwn(4): deduplicate r92c_write_txpower(). Modified: head/sys/dev/rtwn/rtl8192c/r92c.h head/sys/dev/rtwn/rtl8192c/r92c_chan.c head/sys/dev/rtwn/rtl8192e/r92e_chan.c

svn commit: r322949 - in head/sys/dev/rtwn: rtl8188e rtl8192c

2017-08-27 Thread Andriy Voskoboinyk
Author: avos Date: Sun Aug 27 12:44:56 2017 New Revision: 322949 URL: https://svnweb.freebsd.org/changeset/base/322949 Log: rtwn(4): change type for Tx power values (RTL8192C / RTL8188EU). Tx power values can easily fit into uint8_t + only 8 bits are written to registers; values may overf

svn commit: r322948 - head/sys/geom

2017-08-27 Thread Konstantin Belousov
Author: kib Date: Sun Aug 27 12:24:25 2017 New Revision: 322948 URL: https://svnweb.freebsd.org/changeset/base/322948 Log: Let g_access() log the actual error number. Submitted by: Fabian Keil PR: 221855 MFC after:1 week Modified: head/sys/geom/geom_subr.c Modified: head/sys

svn commit: r322947 - head/sys/dev/ppc

2017-08-27 Thread Konstantin Belousov
Author: kib Date: Sun Aug 27 11:37:07 2017 New Revision: 322947 URL: https://svnweb.freebsd.org/changeset/base/322947 Log: Add PCI Id for MosChip MCS9900. Submitted by: Robert Clausecker PR: 214670 MFC after:1 week Modified: head/sys/dev/ppc/ppc_pci.c Modified: head/sys/dev/p

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

2017-08-27 Thread Ed Schouten
Hi Conrad, [ Context: I don't understand anything about CPU topologies! ] 2017-08-27 7:14 GMT+02:00 Conrad Meyer : > + while (top->cg_children == 1) { > + top = &top->cg_child[0]; > + top->cg_parent = NULL; > + } This only removes layers from the top if th