From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Hi Linus, please pull the following (hopefully last) bunch of fixes for this release. The following changes since commit f74c2bb98776e2de508f4d607cd519873065118e: Linux 5.3-rc8 (2019-09-08 13:33:15 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-fixes-for-linus for you to fetch changes up to 5ca2f54b597c816df54ff1b28eb99cf7262b955d: gpio: fix line flag validation in lineevent_create (2019-09-09 10:04:53 +0200) ---------------------------------------------------------------- gpio: fixes for v5.4 - fix a memory leak in gpio-mockup - fix two flag validation bugs in gpiolib's character device ioctl()'s ---------------------------------------------------------------- Kent Gibson (2): gpio: fix line flag validation in linehandle_create gpio: fix line flag validation in lineevent_create Wei Yongjun (1): gpio: mockup: add missing single_release() drivers/gpio/gpio-mockup.c | 1 + drivers/gpio/gpiolib.c | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-)