Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1367925 > unrolled thread

[GIT PULL] GPIO fixes for v4.6 take one

Started byLinus Walleij <linus.walleij@linaro.org>
First post2016-03-31 10:00 +0200
Last post2016-03-31 10:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] GPIO fixes for v4.6 take one Linus Walleij <linus.walleij@linaro.org> - 2016-03-31 10:00 +0200

#1367925 — [GIT PULL] GPIO fixes for v4.6 take one

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-03-31 10:00 +0200
Subject[GIT PULL] GPIO fixes for v4.6 take one
Message-ID<riFGi-1EX-13@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web