diff options
author | Benjamin Berg <[email protected]> | 2023-10-18 14:36:41 +0200 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2024-07-03 12:18:01 +0200 |
commit | c6c4cbaa01b61eff2232d8cf4d441565535aa53a (patch) | |
tree | 5d5abf9d1d9c002e3bad97c90d50e59d55d9842f /scripts/gdb/linux/interrupts.py | |
parent | c140a5bd5da48de353be8bf9356f71a66f622a68 (diff) |
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: Benjamin Berg <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions