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:   Sun, 24 Oct 2021 22:16:56 +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>,
        Rafał Miłecki <rafal@...ecki.pl>,
        Sachi King <nakato@...ato.io>
Subject: [GIT PULL] pin control fixes for v5.15

Hi Linus,

here are some late pin control fixes, the most generally annoying
will probably be the AMD IRQ storm fix affecting the Microsoft
surface.

Details in the signed tag.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:

  Linux 5.15-rc5 (2021-10-10 17:01:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e5a04be88fe335ad5331f4f8c17f4ebd357e065:

  pinctrl: amd: disable and mask interrupts on probe (2021-10-16 23:56:59 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.15 series:

- Three fixes pertaining to Broadcom DT bindings. Some stuff
  didn't work out as inteded, we need to back out.

- A resume bug fix in the STM32 driver.

- Disable and mask the interrupts on probe in the AMD pinctrl
  driver, affecting Microsoft surface.

----------------------------------------------------------------
Fabien Dessenne (1):
      pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume()

Rafał Miłecki (3):
      Revert "dt-bindings: pinctrl: bcm4708-pinmux: rework binding to
use syscon"
      dt-bindings: pinctrl: brcm,ns-pinmux: drop unneeded CRU from example
      Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"

Sachi King (1):
      pinctrl: amd: disable and mask interrupts on probe

 .../devicetree/bindings/mfd/brcm,cru.yaml          | 11 ++++----
 .../bindings/pinctrl/brcm,ns-pinmux.yaml           | 33 +++++++++-------------
 drivers/pinctrl/bcm/pinctrl-ns.c                   | 29 +++++++------------
 drivers/pinctrl/pinctrl-amd.c                      | 31 ++++++++++++++++++++
 drivers/pinctrl/stm32/pinctrl-stm32.c              |  4 +--
 5 files changed, 63 insertions(+), 45 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ