commit | add218099472805a06bc334852d8e2af5d74e4ac | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Dec 13 14:03:56 2019 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Dec 13 15:00:30 2019 -0800 |
tree | df26e5a16db63fb29f8d6f2d003628bcb8a667ba | |
parent | afbd65f5e71a37fc9f46cb3e867e141a65d6ec25 [diff] |
Input: uinput - always report EPOLLOUT uinput device is always available for writing so we should always report EPOLLOUT and EPOLLWRNORM bits, not only when there is nothing to read from the device. Fixes: d4b675e1b527 ("Input: uinput - fix returning EPOLLOUT from uinput_poll") Reported-by: Linus Torvalds <torvalds@linux-foundation.org> Link: https://lore.kernel.org/r/20191209202254.GA107567@dtor-ws Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>