On Thu, 23 Nov 2017, Konstantin Belousov wrote:
On Fri, Nov 24, 2017 at 12:10:09AM +1100, Bruce Evans wrote:
On Thu, 23 Nov 2017, Konstantin Belousov wrote:
* ...
Below is the cast to uintmax_t and unsigned format for sysctl(8).
This adds style bugs by expanding lines from length 79 to 81.
Hi,
The patch breaks the build for ppc64. Could you please add missing
ofw_bus_if.h to the Makefile?
cc -isystem
/home/wma/ppc64-freebsd/obj/home/wma/ppc64-freebsd/powerpc.powerpc64/tmp/usr/include
-L/home/wma/ppc64-freebsd/obj/home/wma/ppc64-freebsd/powerpc.powerpc64/tmp/usr/lib
-B/home/wma/ppc6
Author: avg
Date: Fri Nov 24 10:45:33 2017
New Revision: 326150
URL: https://svnweb.freebsd.org/changeset/base/326150
Log:
zdb: use a heap allocation instead of a huge array on stack
SPA_MAXBLOCKSIZE is 16 MB and having such a large object on the stack is
not nice in general and it could
On Fri, Nov 24, 2017 at 08:15:06PM +1100, Bruce Evans wrote:
> On Thu, 23 Nov 2017, Konstantin Belousov wrote:
>
> > On Fri, Nov 24, 2017 at 12:10:09AM +1100, Bruce Evans wrote:
> >> On Thu, 23 Nov 2017, Konstantin Belousov wrote:
> >* ...
> >>> Below is the cast to uintmax_t and unsigned format f
Author: avg
Date: Fri Nov 24 11:10:36 2017
New Revision: 326151
URL: https://svnweb.freebsd.org/changeset/base/326151
Log:
vmm/amd: improve iteration over IVHD (type 10h) entries in IVRS table
Many 8-byte entries have zero at byte 4, so the second 4-byte part is
skipped as a 4-byte paddin
Author: avg
Date: Fri Nov 24 11:20:10 2017
New Revision: 326152
URL: https://svnweb.freebsd.org/changeset/base/326152
Log:
amd-vi: fix and extend definition of Command and Event Status Register
(0x2020)
The defined bits are the lower bits, not the higher ones.
Also, the specification
Author: avg
Date: Fri Nov 24 11:25:06 2017
New Revision: 326153
URL: https://svnweb.freebsd.org/changeset/base/326153
Log:
amd-vi: fix up r326152, the new width requires a wider type
This is my brain-o from extending the width at the last moment.
Modified:
head/sys/amd64/vmm/amd/amdvi_pr
On Thu, 23 Nov 2017, Devin Teske wrote:
On Nov 23, 2017, at 9:29 AM, Rodney W. Grimes
wrote:
[ Charset UTF-8 unsupported, converting... ]
On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
wrote:
Also we do provide an ntp.conf so ...
We do, a template, all commented out, and does not work
Author: tuexen
Date: Fri Nov 24 11:25:53 2017
New Revision: 326154
URL: https://svnweb.freebsd.org/changeset/base/326154
Log:
Add SPDX line.
Modified:
head/sys/netinet/sctp_ss_functions.c
Modified: head/sys/netinet/sctp_ss_functions.c
=
Author: avg
Date: Fri Nov 24 11:34:46 2017
New Revision: 326155
URL: https://svnweb.freebsd.org/changeset/base/326155
Log:
amd-vi: print some additional details for INVALID_DEVICE_REQUEST event
Namely, the type of the hardware event and whether the transaction
was a translation request.
Author: avg
Date: Fri Nov 24 11:35:43 2017
New Revision: 326156
URL: https://svnweb.freebsd.org/changeset/base/326156
Log:
amd-vi: small improvements to event printing
Ensure that an opening bracket always has a matching closing one.
Ensure that there is always a new-line at the end of a
Author: avg
Date: Fri Nov 24 11:36:35 2017
New Revision: 326157
URL: https://svnweb.freebsd.org/changeset/base/326157
Log:
amd-vi: use correct type for pci_rid, start_dev_rid, end_dev_rid sysctls
Previously, the values could look confusing because of unrelated bits from
adjacent memory.
Author: avg
Date: Fri Nov 24 11:37:41 2017
New Revision: 326158
URL: https://svnweb.freebsd.org/changeset/base/326158
Log:
amd-vi: a small whitespace cleanup
Reviewed by: anish
Modified:
head/sys/amd64/vmm/amd/ivrs_drv.c
Modified: head/sys/amd64/vmm/amd/ivrs_drv.c
=
Author: hselasky
Date: Fri Nov 24 12:10:42 2017
New Revision: 326161
URL: https://svnweb.freebsd.org/changeset/base/326161
Log:
Implement atomic_fetchadd_64() for i386. This function is needed by the
atomic64 header file in the LinuxKPI for i386.
Reviewed by: kib
MFC after:1 week
Author: tuexen
Date: Fri Nov 24 12:18:48 2017
New Revision: 326163
URL: https://svnweb.freebsd.org/changeset/base/326163
Log:
Unbreak compilation when using SCTP_DETAILED_STR_STATS option.
MFC after:1 week
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
=
On Sat, Nov 25, 2017 at 12:14:10AM +1100, Bruce Evans wrote:
> On Fri, 24 Nov 2017, Konstantin Belousov wrote:
>
> > On Fri, Nov 24, 2017 at 08:15:06PM +1100, Bruce Evans wrote:
> >> On Thu, 23 Nov 2017, Konstantin Belousov wrote:
> >* ...
> #define pgtok(p)((uintmax_t)(p) * pageKilo
On Fri, 24 Nov 2017, Konstantin Belousov wrote:
On Fri, Nov 24, 2017 at 08:15:06PM +1100, Bruce Evans wrote:
On Thu, 23 Nov 2017, Konstantin Belousov wrote:
* ...
#define pgtok(p)((uintmax_t)(p) * pageKilo)
Amusingly there is already MD macro in machine/param.h with the same name
and
Author: ed
Date: Fri Nov 24 13:50:53 2017
New Revision: 326165
URL: https://svnweb.freebsd.org/changeset/base/326165
Log:
Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.
Right now I'm using two Raspberry Pi's (2 and 3) to test CloudABI
support for armv6, armv7 an
Author: ed
Date: Fri Nov 24 13:51:59 2017
New Revision: 326166
URL: https://svnweb.freebsd.org/changeset/base/326166
Log:
Set CP15BEN in SCTLR to make memory barriers work in 32-bit mode.
Binaries generated by Clang for ARMv6 may contain these instructions:
MCR p15, 0, , c7, c10, 5
Author: ed
Date: Fri Nov 24 14:02:32 2017
New Revision: 326167
URL: https://svnweb.freebsd.org/changeset/base/326167
Log:
Pick the right vDSO file/linker flags when building cloudabi32.ko on ARM64.
The recently imported cloudabi_vdso_armv6_on_64bit.S should be the vDSO
for 32-bit processe
On Fri, 24 Nov 2017, Konstantin Belousov wrote:
On Sat, Nov 25, 2017 at 12:14:10AM +1100, Bruce Evans wrote:
* ...
Hmm, I couldn't find any arch with even a compile-time variable PAGE_SIZE.
It is currently just unportable in theory to use hard-coded PAGE_SIZE or
macros that use it.
sparc64 use
Author: hselasky
Date: Fri Nov 24 14:50:28 2017
New Revision: 326169
URL: https://svnweb.freebsd.org/changeset/base/326169
Log:
RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.
This commit merges projects/bsd_rdma_4_9 to head.
List of kernel sources used:
=
On Fri, Nov 24, 2017 at 02:50:28PM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Fri Nov 24 14:50:28 2017
> New Revision: 326169
> URL: https://svnweb.freebsd.org/changeset/base/326169
>
> Log:
> RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.
Nice!
>
> This
On Fri, Nov 24, 2017 at 10:21:17AM +0100, Wojciech Macek wrote:
> Hi,
>
> The patch breaks the build for ppc64. Could you please add missing
> ofw_bus_if.h to the Makefile?
>
> cc -isystem
> /home/wma/ppc64-freebsd/obj/home/wma/ppc64-freebsd/powerpc.powerpc64/tmp/usr/include
> -L/home/wma/ppc64-f
Author: nwhitehorn
Date: Fri Nov 24 15:48:17 2017
New Revision: 326171
URL: https://svnweb.freebsd.org/changeset/base/326171
Log:
Switch the default firmware for npe(4) from the QOS_VLAN one to the
plain-vanilla ETH microcode. The QOS_VLAN firmware added support in microcode
for handling IEE
Thanks, I have a bunch of those to do still.
On 24/11/2017 06:25, Michael Tuexen wrote:
Author: tuexen
Date: Fri Nov 24 11:25:53 2017
New Revision: 326154
URL: https://svnweb.freebsd.org/changeset/base/326154
Log:
Add SPDX line.
Modified:
head/sys/netinet/sctp_ss_functions.c
Modified:
On Fri, 2017-11-24 at 22:25 +1100, Bruce Evans wrote:
> On Thu, 23 Nov 2017, Devin Teske wrote:
> [...]
>
> ntpdate's man page claims this, but is wrong AFAIK. It says that the
> functionality of ntpdate is now available in ntpd(8) using -q. However
> ntpdate -q is far from having equivalent fun
On 11/23/2017 12:29, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
>> wrote:
Also we do provide an ntp.conf so ...
>>>
>>> We do, a template, all commented out, and does not work for
>>> machines behind strong fire
Author: jwb (ports committer)
Date: Fri Nov 24 16:54:25 2017
New Revision: 326172
URL: https://svnweb.freebsd.org/changeset/base/326172
Log:
Add new ports committer jwb
Approved by:jrm
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/committers-ports.dot
On 11/24/17 16:00, Mark Johnston wrote:
Are there non-trivial interoperability issues between mthca and the
updated OFED stack? If so, could you describe them? If not, I would
strongly prefer to retain the mthca driver, as Isilon still has plenty
of hardware making use of it.
Hi,
There are no
On 11/24/17 16:00, Mark Johnston wrote:
Are there non-trivial interoperability issues between mthca and the
updated OFED stack? If so, could you describe them? If not, I would
strongly prefer to retain the mthca driver, as Isilon still has plenty
of hardware making use of it.
Hi,
There are no
On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote:
> On 11/24/17 16:00, Mark Johnston wrote:
> > Are there non-trivial interoperability issues between mthca and the
> > updated OFED stack? If so, could you describe them? If not, I would
> > strongly prefer to retain the mthca driv
On 11/24/17 18:22, Mark Johnston wrote:
On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote:
On 11/24/17 16:00, Mark Johnston wrote:
Are there non-trivial interoperability issues between mthca and the
updated OFED stack? If so, could you describe them? If not, I would
strongly p
On Fri, Nov 24, 2017 at 06:29:25PM +0100, Hans Petter Selasky wrote:
> On 11/24/17 18:22, Mark Johnston wrote:
> > On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote:
> >> On 11/24/17 16:00, Mark Johnston wrote:
> >>> Are there non-trivial interoperability issues between mthca and
On 11/24/17 18:35, Mark Johnston wrote:
On Fri, Nov 24, 2017 at 06:29:25PM +0100, Hans Petter Selasky wrote:
On 11/24/17 18:22, Mark Johnston wrote:
On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote:
On 11/24/17 16:00, Mark Johnston wrote:
Are there non-trivial interoperabil
Author: markj
Date: Fri Nov 24 17:57:00 2017
New Revision: 326173
URL: https://svnweb.freebsd.org/changeset/base/326173
Log:
Fix typos.
MFC after:3 days
Modified:
head/share/man/man4/dtrace_lockstat.4
Modified: head/share/man/man4/dtrace_lockstat.4
==
Am Fri, 24 Nov 2017 14:50:28 + (UTC)
Hans Petter Selasky schrieb:
> Author: hselasky
> Date: Fri Nov 24 14:50:28 2017
> New Revision: 326169
> URL: https://svnweb.freebsd.org/changeset/base/326169
>
> Log:
> RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.
>
> This comm
On 11/24/17 18:55, O. Hartmann wrote:
Am Fri, 24 Nov 2017 14:50:28 + (UTC)
Hans Petter Selasky schrieb:
Buildworld failure:
Building /usr/obj/usr/src/amd64.amd64/contrib/ofed/opensm/complib/cl_pool.o
--- cl_nodenamemap.o ---
/usr/src/contrib/ofed/opensm/complib/cl_nodenamemap.c:77:11: e
Author: markj
Date: Fri Nov 24 19:02:06 2017
New Revision: 326175
URL: https://svnweb.freebsd.org/changeset/base/326175
Log:
Add a missing lockstat:::sx-downgrade probe.
We were returning without firing the probe when the lock had no shared
waiters.
MFC after:1 week
Modified:
Author: landonf
Date: Fri Nov 24 19:01:14 2017
New Revision: 326174
URL: https://svnweb.freebsd.org/changeset/base/326174
Log:
bhnd(4): Add missing dependency on ofw_bus_if.h
Reported by: wma
Approved by: adrian (mentor, implicit)
Modified:
head/sys/modules/bhnd/Makefile
Modified: h
Author: markj
Date: Fri Nov 24 19:04:31 2017
New Revision: 326176
URL: https://svnweb.freebsd.org/changeset/base/326176
Log:
Have lockstat:::sx-release fire only after the lock state has changed.
MFC after:1 week
Modified:
head/sys/kern/kern_sx.c
Modified: head/sys/kern/kern_sx.c
==
Author: markj
Date: Fri Nov 24 19:05:45 2017
New Revision: 326177
URL: https://svnweb.freebsd.org/changeset/base/326177
Log:
Fix the type signature for sx(9) DTrace subroutines.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c
Modified: head/cd
Author: markj
Date: Fri Nov 24 19:08:54 2017
New Revision: 326178
URL: https://svnweb.freebsd.org/changeset/base/326178
Log:
Don't redefine _KERNEL.
MFC after:1 week
Modified:
head/sys/modules/dtrace/dtrace_test/Makefile
Modified: head/sys/modules/dtrace/dtrace_test/Makefile
===
[ Charset UTF-8 unsupported, converting... ]
> On 11/24/17 18:35, Mark Johnston wrote:
> > On Fri, Nov 24, 2017 at 06:29:25PM +0100, Hans Petter Selasky wrote:
> >> On 11/24/17 18:22, Mark Johnston wrote:
> >>> On Fri, Nov 24, 2017 at 06:09:25PM +0100, Hans Petter Selasky wrote:
> On 11/24/17
Author: emaste
Date: Fri Nov 24 19:21:21 2017
New Revision: 326179
URL: https://svnweb.freebsd.org/changeset/base/326179
Log:
Temporarily disable VIMAGE on arm64
Loading a kernel module with a static VNET_DEFINE'd variable (e.g.
if_lagg) currently results in a kernel panic.
PR:
On 2017-11-24 17:46, Allan Jude wrote:
On 11/23/2017 12:29, Rodney W. Grimes wrote:
[ Charset UTF-8 unsupported, converting... ]
On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
wrote:
Also we do provide an ntp.conf so ...
We do, a template, all commented out, and does not work for
machin
Author: tuexen
Date: Fri Nov 24 19:38:59 2017
New Revision: 326180
URL: https://svnweb.freebsd.org/changeset/base/326180
Log:
Fix SPDX line as suggested by pfg
Modified:
head/sys/netinet/sctp_ss_functions.c
Modified: head/sys/netinet/sctp_ss_functions.c
==
> On 24. Nov 2017, at 16:43, Pedro Giffuni wrote:
>
> Thanks, I have a bunch of those to do still.
>
>
> On 24/11/2017 06:25, Michael Tuexen wrote:
>> Author: tuexen
>> Date: Fri Nov 24 11:25:53 2017
>> New Revision: 326154
>> URL: https://svnweb.freebsd.org/changeset/base/326154
>>
>> Log:
>>
On Fri, 2017-11-24 at 20:23 +0100, Emmanuel Vadot wrote:
> On 2017-11-24 17:46, Allan Jude wrote:
> >
> > On 11/23/2017 12:29, Rodney W. Grimes wrote:
> > >
> > > [ Charset UTF-8 unsupported, converting... ]
> > > >
> > > > On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
> > > > wrote:
> > >
Author: markj
Date: Fri Nov 24 19:57:13 2017
New Revision: 326181
URL: https://svnweb.freebsd.org/changeset/base/326181
Log:
Compile one of the uctf test programs with -m32.
The err.user64mode.ksh test expects it to run as a 32-bit process.
MFC after:1 week
Modified:
head/cddl/
> On 2017-11-24 17:46, Allan Jude wrote:
> > On 11/23/2017 12:29, Rodney W. Grimes wrote:
> >> [ Charset UTF-8 unsupported, converting... ]
> >>> On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes
> >>> wrote:
> > Also we do provide an ntp.conf so ...
>
> We do, a template, all comm
On 11/24/17 14:40, Michael Tuexen wrote:
On 24. Nov 2017, at 16:43, Pedro Giffuni wrote:
Thanks, I have a bunch of those to do still.
On 24/11/2017 06:25, Michael Tuexen wrote:
Author: tuexen
Date: Fri Nov 24 11:25:53 2017
New Revision: 326154
URL: https://svnweb.freebsd.org/changeset/base
On Fri, Nov 24, 2017 at 2:14 PM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> > > We are not talking about removing ntpdate in this thread.
> >
> > Well, after Ian said that it was deprecated I ask if we should remove
> > it to be honest.
>
> And I think we have come to the agre
On Fri, 2017-11-24 at 14:57 -0700, Warner Losh wrote:
> On Fri, Nov 24, 2017 at 2:14 PM, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> >
> >
> > >
> > > >
> > > > We are not talking about removing ntpdate in this thread.
> > > Well, after Ian said that it was deprecated I a
On Fri, 24 Nov 2017 15:36:22 -0700
Ian Lepore wrote:
> On Fri, 2017-11-24 at 14:57 -0700, Warner Losh wrote:
> > On Fri, Nov 24, 2017 at 2:14 PM, Rodney W. Grimes <
> > free...@pdx.rh.cn85.dnsmgr.net> wrote:
> >
> > >
> > >
> > > >
> > > > >
> > > > > We are not talking about removing ntpdat
Author: nwhitehorn
Date: Fri Nov 24 23:41:04 2017
New Revision: 326182
URL: https://svnweb.freebsd.org/changeset/base/326182
Log:
Modify all FreeBSD bootloaders on PowerPC AIM (Book-S) systems to pass a
magic number to the kernel in r7 rather than the (currently unused and
irrelevant) width
Author: jhb
Date: Sat Nov 25 03:59:36 2017
New Revision: 326183
URL: https://svnweb.freebsd.org/changeset/base/326183
Log:
Add stdio.h to the synopsis for sysdecode functions that take a FILE *.
Modified:
head/lib/libsysdecode/sysdecode_cap_rights.3
head/lib/libsysdecode/sysdecode_fcntl_arg
Author: jhb
Date: Sat Nov 25 04:49:12 2017
New Revision: 326184
URL: https://svnweb.freebsd.org/changeset/base/326184
Log:
Decode kevent structures logged via ktrace(2) in kdump.
- Add a new KTR_STRUCT_ARRAY ktrace record type which dumps an array of
structures.
The structure nam
58 matches
Mail list logo