Input: evdev - add a schedule point in evdev_write()
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 5 Oct 2018 00:45:54 +0000 (17:45 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 5 Oct 2018 18:42:31 +0000 (11:42 -0700)
commit36d2582ff235b4e01ad64a734c877a52dc762d9c
tree71de3ed5c487600e822833da466a7d1f30ec0ba8
parentf74c371fe72a4f820d287db8067683fb533e4ede
Input: evdev - add a schedule point in evdev_write()

Large writes to evdev interface may cause rcu stalls. Let's add
cond_resched() to the loop to avoid this.

Reviewed-by: Paul E. McKenney <paulmck@linux.ibm.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/evdev.c