[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241017224858.2175159-1-sboyd@kernel.org>
Date: Thu, 17 Oct 2024 15:48:58 -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.12-rc3
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
Powered by blists - more mailing lists