NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-evbarm/55639 (Assertion "anon != NULL && anon->an_ref != 0" fails on evbarm-earmv7hf)
The following reply was made to PR port-evbarm/55639; it has been noted by GNATS.
From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: "gnats-bugs%NetBSD.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc: Nick Hudson <nick.hudson%gmx.co.uk@localhost>
Subject: Re: port-evbarm/55639 (Assertion "anon != NULL && anon->an_ref != 0"
fails on evbarm-earmv7hf)
Date: Sun, 22 Nov 2020 10:42:17 +0900
-------- Forwarded Message --------
Subject: CVS commit: src/sys/arch/arm/arm32
Date: Sat, 21 Nov 2020 19:44:52 +0000
From: Nick Hudson <skrll%netbsd.org@localhost>
Reply-To: source-changes-d%NetBSD.org@localhost
To: source-changes-full%NetBSD.org@localhost
Module Name: src
Committed By: skrll
Date: Sat Nov 21 19:44:52 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: cpuswitch.S
Log Message:
Ensure that r5 contains curlwp before DO_AST_AND_RESTORE_ALIGNMENT_FAULTS
in lwp_trampoline as required by the move to make ASTs operate per-LWP
rather than per-CPU.
Thanks to martin@ for bisecting the amap corruption he was seeing and
testing this fix.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/arm/arm32/cpuswitch.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index