5.10 kernel:
4787e43e1e7b NOUPSTREAM: arm64/ras: Treat single-bit ECC error in the MMU TC RAM as fatal
5.4 kernel:
abe9b616563e NOUPSTREAM: arm64/ras: Treat single-bit ECC error in the MMU TC RAM as fatal
According to below comments in the code:
Workaround for ARM N1 errata where transient single-bit
error in the MMU TC RAM might cause corruption. Treat
these CEs as uncontainable UEs.
This is needed for lts code as this comes from ARM N1 errata
We haven't test method as the EINJ error injection can't generate a transient single-bit ECC error(err_misc0&0x3 != 0x2)
patch: NOUPSTREAM: arm64/ras: Treat single-bit ECC error in the MMU TC RAM as fatal gitlab commit id: amp-centos/-/commit/78f9fdd47972a7113dd1c50ef7baa5f08c362318
5.15 kernel: ACPI/AEST: Initial AEST driver trace, ras: add ARM RAS extension trace event NOUPSTREAM: arm64/ras: Treat single-bit ECC error in the MMU TC RAM a… …s fatal
5.10 kernel: 4787e43e1e7b NOUPSTREAM: arm64/ras: Treat single-bit ECC error in the MMU TC RAM as fatal
5.4 kernel: abe9b616563e NOUPSTREAM: arm64/ras: Treat single-bit ECC error in the MMU TC RAM as fatal
According to below comments in the code:
This is needed for lts code as this comes from ARM N1 errata We haven't test method as the EINJ error injection can't generate a transient single-bit ECC error(err_misc0&0x3 != 0x2)