summaryrefslogtreecommitdiff
path: root/rust/kernel/sync
diff options
context:
space:
mode:
authorClaudio Imbrenda <imbrenda@linux.ibm.com>2026-06-02 16:23:52 +0200
committerClaudio Imbrenda <imbrenda@linux.ibm.com>2026-06-02 16:46:41 +0200
commit9a1dfbbd3506c4f7159feab5ef27434e80256fa5 (patch)
treed2b23e928411c3e2d69e505d9fbb823df093f44e /rust/kernel/sync
parent6af5563e827913d3e14dbf12eefd5af4aa592739 (diff)
KVM: s390: Fix fault-in code
Fix the fault-in code so that it does not return success if a concurrent unmap event invalidated the fault-in process between the best-effort lockless check and the proper check with lock. The new behaviour is to retry, like the best-effort lockless check already did. This prevents the fault-in handler from returning success without having actually faulted in the requested page. Fixes: e907ae530133 ("KVM: s390: Add helper functions for fault handling") Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Message-ID: <20260602142356.169458-7-imbrenda@linux.ibm.com>
Diffstat (limited to 'rust/kernel/sync')
0 files changed, 0 insertions, 0 deletions