Hi Linus, here are two GPIO fixes for the v4.6 series, both in drivers. Details in the signed tag. Please pull it in! Yours, Linus Walleij The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v4.6-2 for you to fetch changes up to 8d8ee18cc707f498b6dad18915576f23b00bcff8: gpio: xgene: Prevent NULL pointer dereference (2016-03-30 10:39:39 +0200) ---------------------------------------------------------------- GPIO fixes for the v4.6 series: - Prevent NULL dereference in the Xgene driver - Fix an uninitialized spinlock in the menz127 driver ---------------------------------------------------------------- Axel Lin (2): gpio: menz127: Drop lock field from struct men_z127_gpio gpio: xgene: Prevent NULL pointer dereference drivers/gpio/gpio-menz127.c | 9 ++++----- drivers/gpio/gpio-xgene.c | 5 +++++ 2 files changed, 9 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html