Re: arm64 fork/swap data corruptions: A ~110 line C program demonstrating an example (Pine64+ 2GB context) [Corrected subject: arm64!]

2017-03-15 Thread Scott Bennett
Mark Millard wrote: > [Something strange happened to the automatic CC: fill-in for my original > reply. Also I should have mentioned that for my test program if a > variant is made that does not fork the swapping works fine.] > > On 2017-Mar-15, at 9:37 AM, Mark Millard wrote: > > > On 2017-Mar-

Re: IPFW kernel build failing on 11.0-STABLE

2017-03-15 Thread Steven Borrelli via freebsd-stable
I figured it out. I had been running on a 11.0-STABLE image without /usr/src/*, went to download the src tarball and the closest match I could find on FreeBSD's FTP site was for 11.0-RELEASE. Ended up reloading 11.0-RELEASE (including /usr/src/*) and building 11.0-STABLE with IPFW from that. Worked

Re: 11-STABLE fails to build with MK_OFED enabled

2017-03-15 Thread Dimitry Andric
On 15 Mar 2017, at 13:42, Pete French wrote: > > > > /usr/src/sys/modules/mlx4ib/../../ofed/drivers/infiniband/hw/mlx4/sysfs.c:90:22: > error: > format specifies type 'unsigned long long *' but the argument has type > 'u64 *' (aka 'unsigned long *') [-Werror,-Wformat] >sscanf

Re: arm64 fork/swap data corruptions: A ~110 line C program demonstrating an example (Pine64+ 2GB context) [Corrected subject: arm64!]

2017-03-15 Thread Mark Millard
[Something strange happened to the automatic CC: fill-in for my original reply. Also I should have mentioned that for my test program if a variant is made that does not fork the swapping works fine.] On 2017-Mar-15, at 9:37 AM, Mark Millard wrote: > On 2017-Mar-15, at 6:15 AM, Scott Bennett wro

Re: IPFW kernel build failing on 11.0-STABLE

2017-03-15 Thread David Wolfskill
On Tue, Mar 14, 2017 at 10:09:06PM -0500, Steven Borrelli via freebsd-stable wrote: > Tried building IPFW into my kernel and it failed midway with this: > My laptop's kernel (config file named "CANARY") includes IPFW; this morning's stable/11 update from: FreeBSD g1-252.catwhisker.org 11.0-

11-STABLE fails to build with MK_OFED enabled

2017-03-15 Thread Pete French
/usr/src/sys/modules/mlx4ib/../../ofed/drivers/infiniband/hw/mlx4/sysfs.c:90:22: error: format specifies type 'unsigned long long *' but the argument has type 'u64 *' (aka 'unsigned long *') [-Werror,-Wformat] sscanf(buf, "%llx", &sysadmin_ag_val);