public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: kunit: Fix the lockdep warnings
@ 2023-07-21  7:09 Maxime Ripard
  2023-07-21  7:09 ` [PATCH 1/2] clk: Introduce kunit wrapper around clk_hw_init_rate_request Maxime Ripard
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Maxime Ripard @ 2023-07-21  7:09 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-kernel, Maxime Ripard, Guenter Roeck,
	kernel test robot

Hi,

Here's a small series to address the lockdep warning we have when
running the clk kunit tests with lockdep enabled.

For the record, it can be tested with:

$ ./tools/testing/kunit/kunit.py run \
    --kunitconfig=drivers/clk \
    --cross_compile aarch64-linux-gnu- --arch arm64 \
    --kconfig_add CONFIG_DEBUG_KERNEL=y \
    --kconfig_add CONFIG_PROVE_LOCKING=y

Let me know what you think,
Maxime

Signed-off-by: Maxime Ripard <mripard@kernel.org>
---
Maxime Ripard (2):
      clk: Introduce kunit wrapper around clk_hw_init_rate_request
      clk: Introduce kunit wrapper around __clk_determine_rate

 drivers/clk/clk.c            | 51 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/clk_test.c       |  4 ++--
 include/linux/clk-provider.h | 21 ++++++++++++++++++
 3 files changed, 74 insertions(+), 2 deletions(-)
---
base-commit: c58c49dd89324b18a812762a2bfa5a0458e4f252
change-id: 20230721-clk-fix-kunit-lockdep-c5e62b221118

Best regards,
-- 
Maxime Ripard <mripard@kernel.org>


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

end of thread, other threads:[~2023-09-12  2:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21  7:09 [PATCH 0/2] clk: kunit: Fix the lockdep warnings Maxime Ripard
2023-07-21  7:09 ` [PATCH 1/2] clk: Introduce kunit wrapper around clk_hw_init_rate_request Maxime Ripard
2023-07-21 16:14   ` Guenter Roeck
2023-07-21  7:09 ` [PATCH 2/2] clk: Introduce kunit wrapper around __clk_determine_rate Maxime Ripard
2023-07-21 16:15   ` Guenter Roeck
2023-07-21 16:16 ` [PATCH 0/2] clk: kunit: Fix the lockdep warnings Guenter Roeck
2023-08-09 23:21 ` Stephen Boyd
2023-08-10  0:02   ` Guenter Roeck
2023-08-10  1:37   ` Stephen Boyd
2023-08-21 11:16     ` Maxime Ripard
2023-08-23 19:50       ` Stephen Boyd
2023-08-24  9:56         ` Maxime Ripard
2023-09-12  0:53           ` Stephen Boyd

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