Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1561023 > unrolled thread
| Started by | Shuah Khan <shuah@kernel.org> |
|---|---|
| First post | 2017-01-17 22:10 +0100 |
| Last post | 2017-01-20 06:50 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Shuah Khan <shuah@kernel.org> - 2017-01-17 22:10 +0100
Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Shuah Khan <shuah@kernel.org> - 2017-01-19 18:40 +0100
[PATCH] selftest: cpufreq: Update MAINTAINERS file Viresh Kumar <viresh.kumar@linaro.org> - 2017-01-20 06:50 +0100
| From | Shuah Khan <shuah@kernel.org> |
|---|---|
| Date | 2017-01-17 22:10 +0100 |
| Subject | Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework |
| Message-ID | <t0JaW-3FT-7@gated-at.bofh.it> |
On 01/15/2017 08:48 PM, Viresh Kumar wrote: > On 13-01-17, 15:35, Shuah Khan wrote: >> Could you please add .gitignore for generated files. You can >> send that as a separate patch and don't have to resend the >> series. > > Hi Shuah, > >>> tools/testing/selftests/Makefile | 1 + >>> tools/testing/selftests/cpufreq/Makefile | 8 + >>> tools/testing/selftests/cpufreq/cpu.sh | 84 ++++++++ >>> tools/testing/selftests/cpufreq/cpufreq.sh | 241 ++++++++++++++++++++++ >>> tools/testing/selftests/cpufreq/governor.sh | 153 ++++++++++++++ >>> tools/testing/selftests/cpufreq/main.sh | 194 ++++++++++++++++++ >>> tools/testing/selftests/cpufreq/module.sh | 243 +++++++++++++++++++++++ >>> tools/testing/selftests/cpufreq/special-tests.sh | 115 +++++++++++ > > All I have are .sh files and no intermediate files are generated. > Perhaps I don't need any .gitignore entries ? > Never mind. There is no need to do .gitignore. thanks, -- Shuah
[toc] | [next] | [standalone]
| From | Shuah Khan <shuah@kernel.org> |
|---|---|
| Date | 2017-01-19 18:40 +0100 |
| Message-ID | <t1oQP-4uu-41@gated-at.bofh.it> |
| In reply to | #1561023 |
On 01/17/2017 02:00 PM, Shuah Khan wrote: > On 01/15/2017 08:48 PM, Viresh Kumar wrote: >> On 13-01-17, 15:35, Shuah Khan wrote: >>> Could you please add .gitignore for generated files. You can >>> send that as a separate patch and don't have to resend the >>> series. >> >> Hi Shuah, >> >>>> tools/testing/selftests/Makefile | 1 + >>>> tools/testing/selftests/cpufreq/Makefile | 8 + >>>> tools/testing/selftests/cpufreq/cpu.sh | 84 ++++++++ >>>> tools/testing/selftests/cpufreq/cpufreq.sh | 241 ++++++++++++++++++++++ >>>> tools/testing/selftests/cpufreq/governor.sh | 153 ++++++++++++++ >>>> tools/testing/selftests/cpufreq/main.sh | 194 ++++++++++++++++++ >>>> tools/testing/selftests/cpufreq/module.sh | 243 +++++++++++++++++++++++ >>>> tools/testing/selftests/cpufreq/special-tests.sh | 115 +++++++++++ >> >> All I have are .sh files and no intermediate files are generated. >> Perhaps I don't need any .gitignore entries ? >> > > Never mind. There is no need to do .gitignore. > Thanks for these tests. Applied the series to linux-kselftest next for 4.11 thanks, -- Shuah
[toc] | [prev] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2017-01-20 06:50 +0100 |
| Subject | [PATCH] selftest: cpufreq: Update MAINTAINERS file |
| Message-ID | <t1Afg-3dA-9@gated-at.bofh.it> |
| In reply to | #1562970 |
Update MAINTAINERS file with cpufreq's selftest directory. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> --- Hi shuah, Can you please add this one as well along with the code? Thanks. MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c36976d3bd1a..bf414a1a5f82 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3381,6 +3381,7 @@ B: https://bugzilla.kernel.org F: Documentation/cpu-freq/ F: drivers/cpufreq/ F: include/linux/cpufreq.h +F: tools/testing/selftests/cpufreq/ CPU FREQUENCY DRIVERS - ARM BIG LITTLE M: Viresh Kumar <viresh.kumar@linaro.org> -- 2.7.1.410.g6faf27b
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web