From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933678AbdKAXLy (ORCPT ); Wed, 1 Nov 2017 19:11:54 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:57417 "EHLO mailout.easymail.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933449AbdKAXLx (ORCPT ); Wed, 1 Nov 2017 19:11:53 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCH v2] selftests: vdso_test: support ARM64 targets To: Greg Hackmann Cc: Steve Muckle , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan , Shuah Khan References: <20171101213426.58992-1-ghackmann@google.com> From: Shuah Khan Message-ID: <75ae2a30-2429-1d9a-cf73-3304fc19040e@kernel.org> Date: Wed, 1 Nov 2017 17:11:42 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171101213426.58992-1-ghackmann@google.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/01/2017 03:34 PM, Greg Hackmann wrote: > ARM64's vDSO exports its gettimeofday() implementation with a different > name (__kernel_gettimeofday) and version (LINUX_2.6.39) from other > architectures. Add a corresponding special-case to vdso_test. > > Signed-off-by: Greg Hackmann > --- > > Changes since v1: > * Moved definitions outside main() > * Added a comment explaining the special case > That was fast. Applied to linux-kselftest next for 4.15-rc1 thanks, -- Shuah