Searched hist:"5 ad284ab3a01e2d6a89be2a8663ae76f4e617549" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-cdev.c | diff 5ad284ab3a01e2d6a89be2a8663ae76f4e617549 Tue Sep 15 07:58:16 CDT 2020 Andy Shevchenko <andriy.shevchenko@linux.intel.com> gpiolib: Fix line event handling in syscall compatible mode
The introduced line event handling ABI in the commit
61f922db7221 ("gpio: userspace ABI for reading GPIO line events")
missed the fact that 64-bit kernel may serve for 32-bit applications. In such case the very first check in the lineevent_read() will fail due to alignment differences.
To workaround this introduce lineevent_get_size() helper which returns actual size of the structure in user space.
Fixes: 61f922db7221 ("gpio: userspace ABI for reading GPIO line events") Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Kent Gibson <warthog618@gmail.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
|