]> www.infradead.org Git - users/dwmw2/linux.git/commit
Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOAD
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Thu, 23 May 2019 19:55:26 +0000 (12:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jun 2019 03:36:51 +0000 (11:36 +0800)
commitfadee027bf8fa90f3057a98a89871cbe8dd4adf5
tree9ce1dfcc01e3e6d7abe6b33ddbc31eebd055fb3d
parentf21813e88df200c5df155decf17c8e396dcfe66b
Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOAD

commit 7c7da40da1640ce6814dab1e8031b44e19e5a3f6 upstream.

In the case of compat syscall ioctl numbers for UI_BEGIN_FF_UPLOAD and
UI_END_FF_UPLOAD need to be adjusted before being passed on
uinput_ioctl_handler() since code built with -m32 will be passing
slightly different values. Extend the code already covering
UI_SET_PHYS to cover UI_BEGIN_FF_UPLOAD and UI_END_FF_UPLOAD as well.

Reported-by: Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/misc/uinput.c