From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754136AbdASRgl (ORCPT ); Thu, 19 Jan 2017 12:36:41 -0500 Received: from resqmta-po-05v.sys.comcast.net ([96.114.154.164]:39383 "EHLO resqmta-po-05v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753938AbdASRgj (ORCPT ); Thu, 19 Jan 2017 12:36:39 -0500 Reply-To: shuah@kernel.org Subject: Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework References: <20170116034815.GJ9953@vireshk-i7> To: Viresh Kumar Cc: Rafael Wysocki , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , linux-kselftest@vger.kernel.org, Shuah Khan , Shuah Khan From: Shuah Khan Message-ID: Date: Thu, 19 Jan 2017 10:36:36 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfAhLC8Jm9/PYJBAe70/9VIGWgu11mzoEdu49h/b0f6Xmm+uOVoZcAwtbcyzmciBwiVrYFPsO8uEvfrBTYxj43613f0EpsD3o0UF0Uwpou8tL4k/rpO3B q0eUx4YtcRd42YMzrPsftaY9ogRModZ7KGS+2L1a40cSql6Y+opPyN3lPBEC4+6uP89PBvFd24QPgxIcYtObHwT99FCV2LoJWAgGsCbrGaxXCqgkDOgqwbaF tp0OTWCO7wi+n3tLu+/MH0XpUBGSZH9Aq/t5wZoCT7sLxdEMmhPzRkFbErD9B9Rn8XB9RDcMl/k+cmJ43z8ZWlG3AN94QmWRi0PH1UcyO4n7jPexxRG1tWds 7znPzWtQtGVXgCCmDAYee0Uy7qdExvB7GhlYF9+B9iIfLzCrypq4drAv9nWXnKRLj5XuAn1bojmO2y+2WKqVKnBR8p8UQdnCBJT8C8GuATE2sHS+cu0Hmqa1 CXbUZfPhUT5sPQF8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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