adjust memory reading fail conditions in trap net generation; fix early-aborting of retry loop in process memory cache lookup

This commit is contained in:
Ryan Fleury
2025-05-22 12:15:31 -07:00
parent 02611de6af
commit 4aeadc12b7
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -1743,6 +1743,7 @@ ctrl_key_from_process_vaddr_range(CTRL_Handle process, Rng1U64 vaddr_range, B32
{
async_push_work(ctrl_mem_stream_work, .working_counter = node_working_count);
requested = 1;
id_working = 1;
}
else OS_MutexScopeR(process_stripe->rw_mutex)
{