mbox series

[GIT,PULL] clk fixes for v6.12-rc3

Message ID 20241017224858.2175159-1-sboyd@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] clk fixes for v6.12-rc3 | expand

Pull-request

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

Message

Stephen Boyd Oct. 17, 2024, 10:48 p.m. UTC
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -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 6b5cca7868fdd2499384e21279fdab86bfa04997:

  clk: test: Fix some memory leaks (2024-10-16 14:39:18 -0700)

----------------------------------------------------------------
Two clk driver fixes and a unit test fix:

 - Terminate the of_device_id table in the Samsung exynosautov920 clk
   driver so that device matching logic doesn't run off the end of the
   array into other memory and break matching for any kernel with this
   driver loaded

 - Properly limit the max clk ID in the Rockchip clk driver

 - Use clk kunit helpers in the clk tests so that memory isn't leaked
   after the test concludes

----------------------------------------------------------------
Jinjie Ruan (2):
      clk: samsung: Fix out-of-bound access of of_match_node()
      clk: test: Fix some memory leaks

Stephen Boyd (1):
      Merge tag 'samsung-clk-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-fixes

Yao Zi (1):
      clk: rockchip: fix finding of maximum clock ID

 drivers/clk/clk_test.c                   | 61 ++++++++------------------------
 drivers/clk/rockchip/clk.c               |  2 +-
 drivers/clk/samsung/clk-exynosautov920.c |  1 +
 3 files changed, 16 insertions(+), 48 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 18, 2024, 2 a.m. UTC | #1
The pull request you sent on Thu, 17 Oct 2024 15:48:58 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d4b82e5808241239cb3ae2bff5a6c6767ea976cb

Thank you!