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 654E0C56201 for ; Tue, 27 Oct 2020 00:50:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 32F6720829 for ; Tue, 27 Oct 2020 00:50:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603759848; bh=rinfFMXfgAIbGD3bTLJqOMvPe7JoUGtTgrLpsJzKTCM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=OawHgUsoKj3RAxhENDs9NybOXvSggkRX3kKkJOVqIq5QOF5TWOwJqi4RyJpzhDDza rlzcohW3XjclyJ/NbauRn/JYeXJGYLrM5aQa8DjsXGl4ngx9HXqb1qUDGtsFN8UiCk YhmWMixO4MFRLLHFTLLkOlIuyZ9GPHHKVfnzhfoE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390288AbgJ0Auq (ORCPT ); Mon, 26 Oct 2020 20:50:46 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:44520 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2438851AbgJ0Aup (ORCPT ); Mon, 26 Oct 2020 20:50:45 -0400 Received: by mail-io1-f67.google.com with SMTP id z17so13270064iog.11 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=WzYOc/z8auKGuP1lVe5eqistXGpyE4/AqzHY6pSolrh7Z7YWPpDiC97rGgIxd9jRaM D8ZN0oBNDrdQ8ce2WNtR2RqvPiIf4d5E78zBchP9LJI09jKAVIYQp70VXBDRu8tUiTyU uy8GrHXU4lIuNKjLLKmBh08beLzfqCPDRJYvTEsPwtD8HM/YuVVzhjJWfizzlnz8ZTd2 nK8Ww5u9ubItEmmwp1HWM5nJGcwSHPzmTHML5qAiUMAqRpQQsCpFiWedyzByLM3etNuY INch+OxQXdpHQ3LYwVV5Qk5PMmJS8fiHBKAvXbraiHTSGQV3KsoEMMKgxMLehRbOI+4Z I9jg== X-Gm-Message-State: AOAM532q4J70jTscC8PbL2340rxqSjh7QziE8MloTp4Wn0eAbA2d4Z6G NJQUJgTSVkZzEKxSJKsvMhzwFmAdXLXb9g== 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-kselftest@vger.kernel.org Archived-At: List-Archive: List-Post: 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