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>] [day] [month] [year] [list]
Date:   Thu, 30 Mar 2017 17:58:15 +0530
From:   Naresh Kamboju <naresh.kamboju@...aro.org>
To:     linux-kselftest@...r.kernel.org,
        Shuah Khan <shuahkh@....samsung.com>
Cc:     Fathi Boudra <fathi.boudra@...aro.org>,
        Milosz Wasilewski <milosz.wasilewski@...aro.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Viresh Kumar <viresh.kumar@...aro.org>
Subject: Re: [PATCH v2] selftests: create cpufreq kconfig fragments

+ Mailing list

On 22 March 2017 at 09:44, Viresh Kumar <viresh.kumar@...aro.org> wrote:
> On 21-03-17, 21:06, naresh.kamboju@...aro.org wrote:
>> From: Naresh Kamboju <naresh.kamboju@...aro.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@...aro.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
>
> Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
>
> --
> viresh

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ