From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DAAD9C55178 for ; Tue, 27 Oct 2020 00:50:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 876CF2076A for ; Tue, 27 Oct 2020 00:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603759846; bh=rinfFMXfgAIbGD3bTLJqOMvPe7JoUGtTgrLpsJzKTCM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=TdxGXL5SSMOYeDVyr9pZzO0s5EMoG7UC+LEz5QbYm7o3so58lpLeCBYutTMPAj3z5 keH96ccR2w6VzowxSmlzWbSf/8nkTHJV4BiSkgsJ9wip0BbEViunJmJ9sMxg0nLkry XNWdcypJAlW4axkFkCEwPhPw5yDfhLAflc1/eKAM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2444594AbgJ0Aup (ORCPT ); Mon, 26 Oct 2020 20:50:45 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:37977 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390288AbgJ0Auo (ORCPT ); Mon, 26 Oct 2020 20:50:44 -0400 Received: by mail-io1-f67.google.com with SMTP id y20so13303487iod.5 for ; Mon, 26 Oct 2020 17:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=1CZ2k4hR9c3bjTh0zoqy1spVt5F8Uv6qO7frIZFMui8=; b=MKIHY4zgxSPG/n9XVnq6+PffUcL0ZlFFJ2mw2k63AaRiVO8V49k60+daDit0NXlsum kRMH846fY4Est5lYhs6+8nXAUujsAKy+QR1uYU2dOLPZE60a2qhL2986HFlApMvYQThq mkko3XmBeQY/GuHQQSXg+2kT0pCFG4N+S91Ik= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=1CZ2k4hR9c3bjTh0zoqy1spVt5F8Uv6qO7frIZFMui8=; b=PbUxZG89JzFJeJ+1Zf3dv6/OK3KnXfd1xMtvZ20vffOXZK8D92uMXOWHXKrvBzWeTa PJw9hRSADFIz5GdsEoWYXKy90FGGqnvteuAd+JpBkbgxQ1jSt/Srla5HKtc507Rx+9In VKpOAy4P0Bth4YvONTbKw3Nj0w9086sfctT1N+c1FwLvTMWOpsAaUUrlzop0Cobwb8xs mmYc8OaqlNoZxsnOBrdUVcusqHbrI0e/B/siX7/yi9yqPxHpTziSDd8j/XodfLaJKGZO SOnU00yLtm11E8uIGm4kaLbV6dSjoz3z+Z3VI8KWPNCHX6IgNgJ3oo5GGqX15Pmuss0X qfaw== X-Gm-Message-State: AOAM5313Q4R6ga97RJhhRF64wm4uOvcw40asr6wcPU7f9RygDFfqjks5 F9fBoSFIahlNO/8RAfPqTyUt6Q== X-Google-Smtp-Source: ABdhPJzI6/YgrdTP7Pxl7fP0LGkzFgxf9z7H9Pr4VGcBoWiKHluDujRZ7xbJcmczFs6R/QM5wYI4KA== X-Received: by 2002:a6b:8d97:: with SMTP id p145mr12625844iod.190.1603759843715; Mon, 26 Oct 2020 17:50:43 -0700 (PDT) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id f65sm7427553ilg.88.2020.10.26.17.50.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 26 Oct 2020 17:50:43 -0700 (PDT) Subject: Re: [PATCH v4 0/5] kselftest: Extend vDSO tests To: Thomas Gleixner , Vincenzo Frascino , linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Cc: Shuah Khan , Andy Lutomirski , Arnd Bergmann , Shuah Khan References: <20201026114945.48532-1-vincenzo.frascino@arm.com> <87y2js1tic.fsf@nanos.tec.linutronix.de> From: Shuah Khan Message-ID: <127f025c-1ce5-0dcb-30a2-a26b4a8e5b35@linuxfoundation.org> Date: Mon, 26 Oct 2020 18:50:42 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <87y2js1tic.fsf@nanos.tec.linutronix.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/26/20 5:01 PM, Thomas Gleixner wrote: > On Mon, Oct 26 2020 at 11:49, Vincenzo Frascino wrote: >> This series extends the kselftests for the vDSO library making sure: that >> they compile correctly on non x86 platforms, that they can be cross >> compiled and introducing new tests that verify the correctness of the >> library. >> >> The so extended vDSO kselftests have been verified on all the platforms >> supported by the unified vDSO library [1]. >> >> The only new patch that this series introduces is the first one, patch 2 and >> patch 3 have already been reviewed in past as part of other series [2] [3]. >> >> [1] https://lore.kernel.org/lkml/20190621095252.32307-1-vincenzo.frascino@arm.com >> [2] https://lore.kernel.org/lkml/20190621095252.32307-26-vincenzo.frascino@arm.com >> [3] https://lore.kernel.org/lkml/20190523112116.19233-4-vincenzo.frascino@arm.com >> >> It is possible to build the series using the command below: >> >> make -C tools/testing/selftests/ ARCH= TARGETS=vDSO CC= >> >> A version of the series rebased on 5.10-rc1 to simplify the testing can be found >> at [4]. >> >> [4] https://git.gitlab.arm.com/linux-arm/linux-vf.git vdso/v4.tests > > Assuming Shuah will pick them up: > > Acked-by: Thomas Gleixner > Thanks. I will pick these up. thanks, -- Shuah