Implement a 'strict' mode via a compile-time flag which unmaps the RX buffer from each VM whenever it is not in a valid state to be read, i.e. after FFA_RX_RELEASE is called. This could be enabled in tests to catch cases where the VM is not managing the buffer properly and so could have race conditions.
(Migrated from b/146208457.)