lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 22 Jun 2022 12:37:21 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Boyd <sboyd@...nel.org>, mturquette@...libre.com,
        inux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
        badolevishal1116@...il.com
Cc:     chinmoyghosh2001@...il.com, mintupatel89@...il.com
Subject: Re: [PATCH] Common clock: ​​To list active consumers of clocks



On 6/22/22 09:32, <Vishal Badole> wrote:
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index c44247d..549cdda 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -23,6 +23,14 @@ config COMMON_CLK
>  menu "Common Clock Framework"
>  	depends on COMMON_CLK
>  
> +config DEBUG_CLK_CONSUMER
> +	bool "Debug feature to list clocks and their active consumers"
> +	depends on DEBUG_FS && COMMON_CLK
> +	help
> +	  Clock consumer debug feature supports for clock debugging. Chose y

	                                                             Choose y

> +	  to get debug entry in file system to list clocks and their active
> +	  consumer devices.

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ