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:	Tue, 20 Jan 2015 10:12:43 +0100
From:	Linus Walleij <linus.walleij@...aro.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>
Subject: [GIT PULL] pin control fixes for the v3.19 series

Hi Linus,

here is a (hopefully final) slew of pin control fixes for the v3.19 series.
The deadlock fix is kind of serious and tagged for stable, the rest is
business as usual.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115:

  linux 3.19-rc4 (2015-01-11 12:44:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v3.19-3

for you to fetch changes up to dbe752a34d4bd862de154d1e1f8eb9b649601f77:

  pinctrl: MAINTAINERS: add git tree reference (2015-01-19 11:27:19 +0100)

----------------------------------------------------------------
Pin control fixes for the v3.19 series:

- Fix two deadlocks around the pin control mutexes,
  a long-standing issue that manifest itself in
  plug/unplug of pin controllers. (Tagged for stable.)

- Handle an error path with zero functions in the
  Qualcomm pin controller.

- Drop a bogus second GPIO chip added in the Lantiq
  driver.

- Fix sudden IRQ loss on Rockchip pin controllers.

- Register the GIT tree in MAINTAINERS.

----------------------------------------------------------------
Doug Anderson (1):
      pinctrl: rockchip: Avoid losing interrupts when supporting both edges

Jim Lin (1):
      pinctrl: Fix two deadlocks

Johan Hovold (1):
      pinctrl: lantiq: remove bogus of_gpio_chip_add

Linus Walleij (1):
      pinctrl: MAINTAINERS: add git tree reference

Stephen Boyd (1):
      pinctrl: qcom: Don't iterate past end of function array

 MAINTAINERS                        |  1 +
 drivers/pinctrl/core.c             |  5 +++--
 drivers/pinctrl/pinctrl-rockchip.c | 45 +++++++++++++++++---------------------
 drivers/pinctrl/pinctrl-xway.c     |  2 --
 drivers/pinctrl/qcom/pinctrl-msm.c |  4 ++--
 5 files changed, 26 insertions(+), 31 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ