https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254661
--- Comment #5 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1fd001db9c330f133708f3c04c8852f8b07cfed9 commit 1fd001db9c330f133708f3c04c8852f8b07cfed9 Author: Mitchell Horne <[email protected]> AuthorDate: 2021-04-07 19:23:46 +0000 Commit: Mitchell Horne <[email protected]> CommitDate: 2021-04-08 12:41:41 +0000 arm64: clear debug register state on fork Following the analogous change for amd64 and i386 in 8223717ce62c, ensure that new processes start with these registers inactive. PR: 254661 Reported by: MichaŠGórny Reviewed by: kib, emaste MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29630 sys/arm64/arm64/vm_machdep.c | 3 +++ 1 file changed, 3 insertions(+) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
