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: <20250521214133.1193304-1-sboyd@kernel.org>
Date: Wed, 21 May 2025 14:41:31 -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.15-rc7

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -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 6a56880562d470b7bbdd1d955ff3fad4ad73a74f:

  Merge tag 'sunxi-clk-fixes-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes (2025-05-17 20:46:38 -0700)

----------------------------------------------------------------
Fixes for some SoC clk drivers:

 - Define the gate clk for the OTG PHY on Rockchip RK3576 so the nvmem
   driver actually works

 - Initialize clk_hw_onecell_data::num before accessing the 'hws' array
   to keep UBSAN happy

 - Fix a perf degradation on the Allwinner D1 MMC clk that was making
   things half bad

 - Fix the Allwinner SNXI_CCU_MP_DATA_WITH_MUX_GATE_FEAT macro to have
   proper order of arguments

----------------------------------------------------------------
Andre Przywara (2):
      clk: sunxi-ng: fix order of arguments in clock macro
      clk: sunxi-ng: d1: Add missing divider for MMC mod clocks

André Draszik (1):
      clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()

Heiko Stuebner (1):
      clk: rockchip: rk3576: define clk_otp_phy_g

Stephen Boyd (2):
      Merge tag 'v6.15-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-fixes
      Merge tag 'sunxi-clk-fixes-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes

 drivers/clk/clk-s2mps11.c            |  3 ++-
 drivers/clk/rockchip/clk-rk3576.c    |  2 ++
 drivers/clk/sunxi-ng/ccu-sun20i-d1.c | 42 ++++++++++++++++++++----------------
 drivers/clk/sunxi-ng/ccu_mp.h        | 25 +++++++++++++++++++--
 4 files changed, 51 insertions(+), 21 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