lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 4 Nov 2016 14:00:21 +0100
From:   Linus Walleij <linus.walleij@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Lars-Peter Clausen <lars@...afoo.de>,
        Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
        Masahiro Yamada <yamada.masahiro@...ionext.com>
Subject: [GIT PULL] GPIO fixes for v4.9

Hi Linus,

here is a bunch of GPIO fixes for the v4.9 series.

The most prominent thing is the largeish file descriptor leak fix,
and the regression fix for multiple-instance chips is pretty important
too.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

  Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.9-3

for you to fetch changes up to 812d47889a8e418d7bea9bec383581a34c19183e:

  gpio/mvebu: Use irq_domain_add_linear (2016-11-01 19:31:49 +0100)

----------------------------------------------------------------
Some GPIO fixes for the v4.9 series:

- Fix a nasty file descriptor leak when getting line handles.

- A fix for a cleanup that seemed innocent but created a problem
  for drivers instantiating several gpiochips for one single
  OF node.

- Fix a unpredictable problem using irq_domain_simple() in the
  mvebu driver by converting it to a lineas irqdomain.

----------------------------------------------------------------
Jason Gunthorpe (1):
      gpio/mvebu: Use irq_domain_add_linear

Lars-Peter Clausen (1):
      gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak

Masahiro Yamada (1):
      gpio: of: fix GPIO drivers with multiple gpio_chip for a single node

 drivers/gpio/gpio-mvebu.c | 92 ++++++++++++++++++++++-------------------------
 drivers/gpio/gpiolib-of.c | 14 +++++---
 drivers/gpio/gpiolib.c    | 57 ++++++++++++++++++++++-------
 3 files changed, 97 insertions(+), 66 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ