diff options
author | Dima Zavin <dima@android.com> | 2011-12-31 03:16:44 +0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-12-31 03:26:35 +0400 |
commit | 509f87c5f564627b6b9fc763e74ef3608213d610 (patch) | |
tree | c5034b38b7c49d75726ed24411a4bd9c57bc1f73 /samples/kprobes | |
parent | e90f869cae3b4aedf0f6d2ca8048d60245ee77f7 (diff) | |
download | linux-509f87c5f564627b6b9fc763e74ef3608213d610.tar.xz |
Input: evdev - do not block waiting for an event if fd is nonblock
If there is a full packet in the buffer, and we overflow that buffer
right after checking for that condition, it would have been possible
for us to block indefinitely (rather, until the next full packet) even if
the file was marked as O_NONBLOCK.
Cc: Jeff Brown <jeffbrown@android.com>
Signed-off-by: Dima Zavin <dima@android.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'samples/kprobes')
0 files changed, 0 insertions, 0 deletions