From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754096AbdASRgQ (ORCPT ); Thu, 19 Jan 2017 12:36:16 -0500 Received: from resqmta-po-04v.sys.comcast.net ([96.114.154.163]:46386 "EHLO resqmta-po-04v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753841AbdASRfY (ORCPT ); Thu, 19 Jan 2017 12:35:24 -0500 Reply-To: shuah@kernel.org Subject: Re: [PATCH v2 0/6] Selftests fixes for futex and intel_pstate References: To: Stafford Horne , Darren Hart Cc: Bamvor Jian Zhang , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan , Shuah Khan From: Shuah Khan Message-ID: Date: Thu, 19 Jan 2017 10:35:21 -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: MS4wfDtBsXETqDIjPvBDdnu8hqdCPKiNWnt2NO+lNU8XNzu+cdHMdWcmY8gQnkpvZL3Vfmotuki8ZM0TDzc9YHXjIOH94R5XDN+ybTlGoZ6ks+NoLDA7p87H jch4h3n19oReNGOEE8bOczdhH8XPx28+fQetVwTA3I+NoWvKI/VpRp+pc/CYObGt5oNdGB+VzTPna6+rOuX7O6lXLJ4Kh+OlO14te+WhUlvvqTyQ+36CZGa7 etjbdUqwKI2HTV0/hZi0AcyFV/SK2FNXExLaai0lQn/K4flNMz5sxT1qT9fEglr4vsZ87xnd1BFeXgg6kDYkgs7nSeaY6PRdk50HOWdDitbbuK6w/v106x7P TWgLL0ZX2xgCmmnEnyCQY75BfNKXNfbcrZZjc6GTmNwBPHARTzU= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/11/2017 08:11 AM, Stafford Horne wrote: > This is followup to my previous patch [1] which was a very simple makefile > change. After a comment from Darren Hart I updated intel_pstate as well, > but noticed a few issues with running intel_pstate. That caused the change > to expand a bit. > > - fix build deps for futex test *original* > - update makefile for intel_pstate to be in sync with Bamvor's changes > - update cpupower frequency-info to fix intel_pstate test > > For the linux-pm list the change to cpupower might be an issue, but if so > it would be nice if they can suggest a better way to get the self test to > do what it wants to do. > > The series is based on Shuah's kselftest next branch, because that is > where Bamvor's latest changes are: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next > > [1] https://lkml.org/lkml/2017/1/5/903 > > Stafford Horne (6): > selftests/futex: Add stdio used for logging > selftests/futex: Add headers to makefile dependencies > cpupower: Restore format of frequency-info limit > selftests/intel_pstate: Fix warning on loop index overflow > selftests/intel_pstate: Update makefile to match new style > selftests: Add intel_pstate to TARGETS > > tools/power/cpupower/utils/cpufreq-info.c | 21 ++++++++++++--------- > tools/testing/selftests/Makefile | 1 + > tools/testing/selftests/futex/functional/Makefile | 5 ++++- > tools/testing/selftests/futex/include/logging.h | 1 + > tools/testing/selftests/intel_pstate/Makefile | 13 ++++--------- > tools/testing/selftests/intel_pstate/aperf.c | 2 +- > 6 files changed, 23 insertions(+), 20 deletions(-) > The series is now in linux-kselftest next for 4.11 thanks for the fixes. -- Shuah