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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 22 Jul 2022 14:24:27 +0200
From:   Linus Walleij <linus.walleij@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] pin control fixes for v5.19

Hi Linus,

here are some late pin control fixes for the v5.19 series.

Only driver fixes. Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:

  Linux 5.19-rc6 (2022-07-10 14:40:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4546760619cfa9b718fe2059ceb07101cf9ff61e:

  pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid
wait context (2022-07-19 00:57:38 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.19 kernel cycle:

- NULL check for the ralink and sunplus drivers.

- Add Jacky Bai as maintainer for the Freescale pin controllers.

- Fix pin config ops for the Ocelot LAN966x and SparX5.

- Disallow AMD pin control to be a module: the GPIO lines
  need to be active in early boot, so no can do.

- Fix the Armada 37xx to use raw spinlocks in the interrupt
  handler path to avoid wait context.

----------------------------------------------------------------
Horatiu Vultur (2):
      pinctrl: ocelot: Fix pincfg for lan966x
      pinctrl: ocelot: Fix pincfg

Jacky Bai (1):
      MAINTAINERS: Update freescale pin controllers maintainer

Mario Limonciello (1):
      pinctrl: Don't allow PINCTRL_AMD to be a module

Vladimir Oltean (2):
      pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid
invalid wait context
      pinctrl: armada-37xx: use raw spinlocks for regmap to avoid
invalid wait context

William Dean (2):
      pinctrl: ralink: Check for null return of devm_kcalloc
      pinctrl: sunplus: Add check for kcalloc

 MAINTAINERS                                 |   2 +-
 drivers/pinctrl/Kconfig                     |   2 +-
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c |  65 +++++----
 drivers/pinctrl/pinctrl-ocelot.c            | 214 ++++++++++++++++++----------
 drivers/pinctrl/ralink/pinctrl-ralink.c     |   2 +
 drivers/pinctrl/sunplus/sppctl.c            |   3 +
 6 files changed, 184 insertions(+), 104 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ