Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752231AbdHNUR6 (ORCPT ); Mon, 14 Aug 2017 16:17:58 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:40263 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751644AbdHNUR5 (ORCPT ); Mon, 14 Aug 2017 16:17:57 -0400 Subject: Re: [PATCH] selftests: timers: freq-step: fix compile error To: John Stultz Cc: Shuah Khan , Thomas Gleixner , Stephen Boyd , lkml , linux-kselftest@vger.kernel.org, Shuah Khan References: <20170809220508.25437-1-shuahkh@osg.samsung.com> From: Shuah Khan Message-ID: <0a208d60-7210-1ec0-9c71-71e100175f8b@osg.samsung.com> Date: Mon, 14 Aug 2017 14:17:44 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1045 Lines: 35 On 08/14/2017 02:12 PM, John Stultz wrote: > On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: >> Fix compile error due to ksft_exit_skip() update to take var_args. >> >> freq-step.c: In function ‘init_test’: >> freq-step.c:234:3: error: too few arguments to function ‘ksft_exit_skip’ >> ksft_exit_skip(); >> ^~~~~~~~~~~~~~ >> In file included from freq-step.c:26:0: >> ../kselftest.h:167:19: note: declared here >> static inline int ksft_exit_skip(const char *msg, ...) >> ^~~~~~~~~~~~~~ >> : recipe for target 'freq-step' failed >> >> Signed-off-by: Shuah Khan > > > Acked-by: John Stultz > > This is a build regression in 4.13-rc so should go-to Linus promptly. > > (Shuah: Let me know if you want me to send this in via Thomas, or you > want to send it in directly) > > thanks > -john > John, I am planning to send it to Linus with a few other fixes in linux-kselftest fixes branch for 4.13-rc6 thanks, -- Shuah