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]
Date:   Tue,  3 Aug 2021 01:18:56 -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 v5.14-rc4

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -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 f828b0bcacef189edbd247e9f48864fc36bfbe33:

  clk: fix leak on devm_clk_bulk_get_all() unwind (2021-07-31 00:53:38 -0700)

----------------------------------------------------------------
A collection of clk driver fixes and one core clk API fix

 - Fix stm32 clk data to avoid a crash early on

 - Fix a randconfig build error in HiSilicon clk driver

 - Avoid an oops at boot on Qualcomm MSM8936 SoCs due to an
   improper consolidation of structs

 - Fix imbalanced disabling of the unused MMC clock on Tegra210
   Jetson Nano

 - Plug a memory leak in devm_clk_bulk_get_all() unwind path

----------------------------------------------------------------
Brian Norris (1):
      clk: fix leak on devm_clk_bulk_get_all() unwind

Dario Binacchi (1):
      clk: stm32f4: fix post divisor setup for I2S/SAI PLLs

Dmitry Osipenko (1):
      clk: tegra: Implement disable_unused() of tegra_clk_sdmmc_mux_ops

Randy Dunlap (1):
      clk: hisilicon: hi3559a: select RESET_HISI

Shawn Guo (1):
      clk: qcom: smd-rpm: Fix MSM8936 RPM_SMD_PCNOC_A_CLK

 drivers/clk/clk-devres.c          |  9 ++++++++-
 drivers/clk/clk-stm32f4.c         | 10 +++++-----
 drivers/clk/hisilicon/Kconfig     |  1 +
 drivers/clk/qcom/clk-smd-rpm.c    |  2 +-
 drivers/clk/tegra/clk-sdmmc-mux.c | 10 ++++++++++
 5 files changed, 25 insertions(+), 7 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