mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
futex_ldxr_stxr.c: fully reproducible in dynamically linked simulation
This commit is contained in:
@@ -22969,6 +22969,10 @@ Examples:
|
||||
* link:userland/arch/aarch64/inline_asm/wfe_ldxr_stxr.cpp[]
|
||||
* link:userland/arch/aarch64/inline_asm/wfe_ldxr_str.cpp[]
|
||||
* link:userland/arch/aarch64/inline_asm/futex_ldxr_stxr.c[]: tests that ldxr and stxr do not interact with futexes. This was leading to problems in <<gem5-syscall-emulation-mode>> at one point: https://gem5.atlassian.net/browse/GEM5-537
|
||||
+
|
||||
Correct outcome: <<gem5-simulate-limit-reached>>.
|
||||
+
|
||||
Incorrect behaviour due to: https://gem5.atlassian.net/browse/GEM5-537[]: Exits successfully. */
|
||||
|
||||
SEV is not the only thing that can wake up a WFE, it is only an explicit software way to do it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user