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]
Message-ID: <CACRpkdYqWQ57FR95R31nbv=d+qqq2xGkj38Yd_SN2wDiOO3NTg@mail.gmail.com>
Date:   Fri, 25 Aug 2023 10:22:05 +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] late pin control fixes for v6.5

Hi Linus,

OK it's late in the cycle but the bugs don't accept that as usual.

Here are some Renesas and AMD driver fixes, the AMD fix affects
important laptops in the wild so this one is pretty important. It seems
a bit tough to get this right.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 706a741595047797872e669b3101429ab8d378ef:

  Linux 6.5-rc7 (2023-08-20 15:02:52 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.5-4

for you to fetch changes up to 6bc3462a0f5ecaa376a0b3d76dafc55796799e17:

  pinctrl: amd: Mask wake bits on probe again (2023-08-21 12:28:28 +0200)

----------------------------------------------------------------
Pin control fixes for the v6.5 kernel:

- Fix DT parsing and related locking in the Renesas driver.

- Fix wakeup IRQs in the AMD driver once again. Really tricky
  this one.

----------------------------------------------------------------
Biju Das (3):
      pinctrl: renesas: rzg2l: Fix NULL pointer dereference in
rzg2l_dt_subnode_to_map()
      pinctrl: renesas: rzv2m: Fix NULL pointer dereference in
rzv2m_dt_subnode_to_map()
      pinctrl: renesas: rza2: Add lock around
pinctrl_generic{{add,remove}_group,{add,remove}_function}

Linus Walleij (1):
      Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag2' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers
into fixes

Mario Limonciello (1):
      pinctrl: amd: Mask wake bits on probe again

 drivers/pinctrl/pinctrl-amd.c           | 30 ++++++++++++++++++++++++++++++
 drivers/pinctrl/renesas/pinctrl-rza2.c  | 17 +++++++++++++++--
 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 15 ++++++++++++---
 drivers/pinctrl/renesas/pinctrl-rzv2m.c | 13 +++++++++++--
 4 files changed, 68 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ