linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 resend] selftests: create cpufreq kconfig fragments
@ 2017-04-26 10:09 naresh.kamboju
  2017-04-27 14:55 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: naresh.kamboju @ 2017-04-26 10:09 UTC (permalink / raw)
  To: shuahkh, linux-kselftest
  Cc: viresh.kumar, fathi.boudra, linux-kernel, milosz.wasilewski

From: Naresh Kamboju <naresh.kamboju@linaro.org>

For the better test coverage of cpufreq driver code these extra configurations
are needed. Enable cpufreq governors and stats.

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 tools/testing/selftests/cpufreq/config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 tools/testing/selftests/cpufreq/config

diff --git a/tools/testing/selftests/cpufreq/config b/tools/testing/selftests/cpufreq/config
new file mode 100644
index 000000000000..27ff72ebd0f5
--- /dev/null
+++ b/tools/testing/selftests/cpufreq/config
@@ -0,0 +1,15 @@
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_STAT=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
+CONFIG_DEBUG_RT_MUTEXES=y
+CONFIG_DEBUG_PI_LIST=y
+CONFIG_DEBUG_SPINLOCK=y
+CONFIG_DEBUG_MUTEXES=y
+CONFIG_DEBUG_LOCK_ALLOC=y
+CONFIG_PROVE_LOCKING=y
+CONFIG_LOCKDEP=y
+CONFIG_DEBUG_ATOMIC_SLEEP=y
-- 
2.11.0

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

* Re: [PATCH v2 resend] selftests: create cpufreq kconfig fragments
  2017-04-26 10:09 [PATCH v2 resend] selftests: create cpufreq kconfig fragments naresh.kamboju
@ 2017-04-27 14:55 ` Shuah Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2017-04-27 14:55 UTC (permalink / raw)
  To: naresh.kamboju, linux-kselftest
  Cc: viresh.kumar, fathi.boudra, linux-kernel, milosz.wasilewski, Shuah Khan

On 04/26/2017 04:09 AM, naresh.kamboju@linaro.org wrote:
> From: Naresh Kamboju <naresh.kamboju@linaro.org>
> 
> For the better test coverage of cpufreq driver code these extra configurations
> are needed. Enable cpufreq governors and stats.
> 
> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied to linux-kselftest next for 4.12-rc1

thanks,
-- Shuah

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

end of thread, other threads:[~2017-04-27 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-26 10:09 [PATCH v2 resend] selftests: create cpufreq kconfig fragments naresh.kamboju
2017-04-27 14:55 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).