From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Linus, I guess it's too late for rc2 so I'm aiming these at v5.3-rc3. Please pull. The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.3-rc3-fixes-for-linus for you to fetch changes up to ffe0bbabb0cffceceae07484fde1ec2a63b1537c: gpio: don't WARN() on NULL descs if gpiolib is disabled (2019-07-28 12:44:14 +0200) ---------------------------------------------------------------- gpio fixes for v5.3-rc3 - fix for user space handling of active-low flag for GPIO events - fix the stubs for gpiolib: don't WARN() on NULL gpio descriptors if gpiolib is not compiled ---------------------------------------------------------------- Bartosz Golaszewski (1): gpio: don't WARN() on NULL descs if gpiolib is disabled Michael Wu (1): gpiolib: fix incorrect IRQ requesting of an active-low lineevent drivers/gpio/gpiolib.c | 6 ++-- include/linux/gpio/consumer.h | 64 +++++++++++++++++++++---------------------- 2 files changed, 36 insertions(+), 34 deletions(-)