commit | 3884bf6468ac6bbb58c2b3feaa74e87f821b52f3 | [log] [tgz] |
---|---|---|
author | Alexander Bulekov <alxndr@bu.edu> | Tue May 16 04:40:02 2023 -0400 |
committer | Thomas Huth <thuth@redhat.com> | Mon May 22 10:35:28 2023 +0200 |
tree | ae8a8f00443a884a1ff28ebdd8ae68711f792180 | |
parent | 1afae3b8813023c32eaaf422af39c402b0f1930a [diff] |
memory: stricter checks prior to unsetting engaged_in_io engaged_in_io could be unset by an MR with re-entrancy checks disabled. Ensure that only MRs that can set the engaged_in_io flag can unset it. Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20230516084002.3813836-1-alxndr@bu.edu> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Signed-off-by: Thomas Huth <thuth@redhat.com>