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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdYCDUW5QMh5Tx9zkSniEhWzmVBVnAQ-6tTvUWeZ+eZTTw@mail.gmail.com>
Date: Fri, 3 Jan 2025 09:18:59 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>, 
	"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>
Subject: [GIT PULL] pin control fixes for v6.13

Hi Linus,

two small pin control fixes I have harvested over the holidays,
nothing special about them. Details in the signed tag, please
pull it in!

Yours,
Linus Walleij

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.13-2

for you to fetch changes up to a37eecb705f33726f1fb7cd2a67e514a15dfe693:

  pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap
locking (2024-12-17 15:10:32 +0100)

----------------------------------------------------------------
Pin control fixes for the v6.13 series:

- A small Kconfig fixup for the i.MX, in principle this
  could come in from the SoC tree but the bug was introduced
  from the pin control tree so let's fix it from here.

- Fix a sleep in atomic context in the MCP23xxx GPIO expander
  by disabling the regmap locking and using explicit
  mutex locks.

----------------------------------------------------------------
Evgenii Shatokhin (1):
      pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking

Fabio Estevam (1):
      ARM: imx: Re-introduce the PINCTRL selection

 arch/arm/mach-imx/Kconfig          | 1 +
 drivers/pinctrl/pinctrl-mcp23s08.c | 6 ++++++
 2 files changed, 7 insertions(+)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ