NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60214 CVS commit: src/sys/arch/arm
The following reply was made to PR port-evbarm/60214; it has been noted by GNATS.
From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60214 CVS commit: src/sys/arch/arm
Date: Tue, 28 Apr 2026 05:51:15 +0000
Module Name: src
Committed By: skrll
Date: Tue Apr 28 05:51:15 UTC 2026
Modified Files:
src/sys/arch/arm/arm: ast.c
src/sys/arch/arm/arm32: pmap.c
src/sys/arch/arm/include/arm32: pmap.h
Log Message:
PR/60214: panic: kernel diagnostic assertion "(armreg_ttbcr_read() & TTBCR_S_PD0) != 0" failed
TTBCR.PD[01] are only present in an implementation that includes the Security
Extensions. Relax the KASSERTs so that TTBCR.PD[01] value checks are only done
when security extensions are present
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/arm/ast.c
cvs rdiff -u -r1.448 -r1.449 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.179 -r1.180 src/sys/arch/arm/include/arm32/pmap.h
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