public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v6.12-rc3
Date: Thu, 17 Oct 2024 15:48:58 -0700	[thread overview]
Message-ID: <20241017224858.2175159-1-sboyd@kernel.org> (raw)

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

             reply	other threads:[~2024-10-17 22:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 22:48 Stephen Boyd [this message]
2024-10-18  2:00 ` [GIT PULL] clk fixes for v6.12-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241017224858.2175159-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox