Skip to content

Commit d1cc8bc

Browse files
Update Contributions/Linux_Kernel_Safety_First_Principles.md
Co-authored-by: Paul Albertella <[email protected]> Signed-off-by: Igor Stoppa <[email protected]>
1 parent d982956 commit d1cc8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contributions/Linux_Kernel_Safety_First_Principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ safety-qualified ones.
8282
13. In a mixed-criticality scenario, all unqualified code represents a potential risk of interference, which grows with frequency of execution; this includes code (e.g. cgroups/containers, LSM/SELinux, etc.) that may be intended to manage aspects of that risk
8383
14. HW enhancements are not a catch-all solution (e.g. ECC Memory doesn't prevent interference from non-safety-qualified SW).
8484
15. When there are many possible sources of interference in a system, we can only reliably model and detect it in the receiving context.
85-
16. Difficult to say when all necessary resources are allocated and if they will be retained (e.g. process memory pages).
85+
16. The precise timing of allocation (e.g. during system or process startup) and retention of dynamically managed shared resources (e.g. process memory pages) is difficult to predict in a Linux-based system
8686

8787

8888
## **First Principles - Availability**

0 commit comments

Comments
 (0)