Skip to content
Commit c6c4cbaa authored by Benjamin Berg's avatar Benjamin Berg Committed by Johannes Berg
Browse files

um: chan_user: catch EINTR when reading and writing



If the read/write function returns an error then we expect to see an
event/IRQ later on. However, this will only happen after an EAGAIN as we
are using edge based event triggering.

As such, EINTR needs to be caught should it happen.

Signed-off-by: default avatarBenjamin Berg <benjamin.berg@intel.com>
Link: https://patch.msgid.link/20231018123643.1255813-2-benjamin@sipsolutions.net
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent c140a5bd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment