public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v6.12-rc3
@ 2024-10-17 22:48 Stephen Boyd
  2024-10-18  2:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2024-10-17 22:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

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(-)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-18  2:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 22:48 [GIT PULL] clk fixes for v6.12-rc3 Stephen Boyd
2024-10-18  2:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox