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,  4 Aug 2023 18:21:28 -0700
From:   Stephen Boyd <sboyd@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Michael Turquette <mturquette@...libre.com>,
        linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] clk fixes for v6.5-rc4

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to ae9b14582ad03abb3db66ba3f8dc5ca443ff54a1:

  Merge tag 'clk-meson-fixes-v6.5-1' of https://github.com/BayLibre/clk-meson into clk-fixes (2023-07-26 11:47:57 -0700)

----------------------------------------------------------------
A few clk driver fixes for some SoC clk drivers:

 - Change a usleep() to udelay() to avoid scheduling while atomic
   in the Amlogic PLL code
 - Revert a patch to the Mediatek MT8183 driver that caused an
   out-of-bounds write
 - Return the right error value when devm_of_iomap() fails in
   imx93_clocks_probe()
 - Constrain the Kconfig for the fixed mmio clk so that it depends on
   HAS_IOMEM and can't be compiled on architectures such as s390

----------------------------------------------------------------
Baoquan He (1):
      clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM

Chen-Yu Tsai (1):
      clk: mediatek: mt8183: Add back SSPM related clocks

Dmitry Rokosov (1):
      clk: meson: change usleep_range() to udelay() for atomic context

Geert Uytterhoeven (1):
      clk: imx93: Propagate correct error in imx93_clocks_probe()

Stephen Boyd (1):
      Merge tag 'clk-meson-fixes-v6.5-1' of https://github.com/BayLibre/clk-meson into clk-fixes

 drivers/clk/Kconfig               |  1 +
 drivers/clk/imx/clk-imx93.c       |  2 +-
 drivers/clk/mediatek/clk-mt8183.c | 27 +++++++++++++++++++++++++++
 drivers/clk/meson/clk-pll.c       |  4 ++--
 4 files changed, 31 insertions(+), 3 deletions(-)

-- 
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ