https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217138
--- Comment #42 from Mark Millard <[email protected]> --- (In reply to commit-hook from comment #40) stable/11 -r317354 completes the fixes there: Author: kib Date: Mon Apr 24 07:52:44 2017 New Revision: 317354 URL: https://svnweb.freebsd.org/changeset/base/317354 Log: MFC r316679: Do not lose dirty bits for removing PROT_WRITE on arm64. Modified: stable/11/sys/arm64/arm64/pmap.c Directory Properties: stable/11/ (props changed) . . . See: https://lists.freebsd.org/pipermail/svn-src-stable-11/2017-April/003041.html So now the old rpi3 wiki page material is only for masking some of the problems in older contexts for 12 or for older contexts for 11. Note: -r313772 from head is now -r317147 in stable/11 . So interrupts will no longer trash the sp_el0 register during the fork-trampoline code. This was the other issue with fork behavior that caused me build problems. With both in place for head I no loner have problems with buildworld and the like ,in head. [I've not been running 11, just 12.] -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
