Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3
-
9223372036854775807
Description
In rare cases when one of:
lnet_peer_net_decref_locked
lnet_peer_decref_locked
lnet_peer_ni_decref_locked
Actually destroys the object it is not safe to use.
Update the functions to return true when the object is deleted and ensure the object is not referenced (used) after it has been kfree()'d.
Attachments
Issue Links
- is related to
-
LU-18320 interop: sanity-lnet test_226: ASSERTION( list_empty(&lpni->lpni_peer_nis) ) failed
- Resolved