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:   Wed, 16 Nov 2022 15:57:09 +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.1

Hi Linus,

here is a hopefully final round of pin control fixes.
Nothing special, driver fixes and we caught a potential
NULL pointer exception.

What took time for me was to figure out how to get the
GPG password entry for signing the tag come up in
curses on a remote machine instead of giving up when
trying to open the secure little signing widget that locks
the desktop UI which it doesn't have. Comes down to
export PINENTRY_USER_DATA=USE_TTY=1
then creating .gnupg/gpg-agent.conf setting up
pinentry-program /usr/bin/pinentry-curses.
Well that was not intuitive, especially not an
environment variable containing an environment
variable. GPG might need some UX polish (or maybe
it's the distros that do this to us). Anyway here it is!

Yours,
Linus Walleij

The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

  Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2e35b25dd8e666b8619355fc3defb1b246a5dc02:

  pinctrl: mediatek: Export debounce time tables (2022-11-15 09:13:59 +0100)

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

- Fix a potential NULL dereference in the core!

- Fix all pin mux routes in the Rockchop PX30 driver.

- Fix the UFS pins in the Qualcomm SC8280XP driver.

- Fix bias disabling in the Mediatek driver.

- Fix debounce time settings in the Mediatek driver.

----------------------------------------------------------------
AngeloGioacchino Del Regno (2):
      pinctrl: mediatek: common-v2: Fix bias-disable for PULL_PU_PD_RSEL_TYPE
      pinctrl: mediatek: Fix EINT pins input debounce time configuration

Anjana Hari (1):
      pinctrl: qcom: sc8280xp: Rectify UFS reset pins

Linus Walleij (1):
      pinctrl: mediatek: Export debounce time tables

Quentin Schulz (1):
      pinctrl: rockchip: list all pins in a possible mux route for PX30

Zeng Heng (1):
      pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map

 drivers/pinctrl/devicetree.c                     |  2 ++
 drivers/pinctrl/mediatek/mtk-eint.c              | 34 +++++++++++++++++---
 drivers/pinctrl/mediatek/mtk-eint.h              |  6 ++++
 drivers/pinctrl/mediatek/pinctrl-mt2701.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt2712.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt6765.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt6779.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt6795.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt7622.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt7623.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt7629.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt7986.c        |  2 ++
 drivers/pinctrl/mediatek/pinctrl-mt8127.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8135.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8167.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8173.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8183.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8186.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8188.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8192.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8195.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8365.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mt8516.c        |  1 +
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c |  3 ++
 drivers/pinctrl/pinctrl-rockchip.c               | 40 ++++++++++++++++++++++++
 drivers/pinctrl/qcom/pinctrl-sc8280xp.c          |  4 +--
 26 files changed, 103 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ