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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 5E1D3C2D0A3 for ; Mon, 26 Oct 2020 23:01:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 121EC207C4 for ; Mon, 26 Oct 2020 23:01:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="AfrG+l5T"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="qgSmfed2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2395087AbgJZXBv (ORCPT ); Mon, 26 Oct 2020 19:01:51 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:43242 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395082AbgJZXBu (ORCPT ); Mon, 26 Oct 2020 19:01:50 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1603753308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FM5x497Ugn5vE6awV9k+llqrmMsULb8uRQkaeTQ2PPc=; b=AfrG+l5TbvZFbY544q96Y0MEwR4XGR8wpCxcV0/4pRAvb1izNPDQOMgnEGDJ5NjwCQRLl1 f9MOukif2/NWFpooTZYZU6jjVUULHJL0DR+J4hIfvfUXJr8QB4mRq4/aEIPztUWcuxPJh4 mQmDFdUti6Xu59qO5B5uasPzHWLSnxJ0ZM9fio3THhteFiFHSBcjaaxzVjyVWKBEnhG+4v rTusvWtu2xDHfmvRGspSEiMtMsFdajVDDz63B7SgExG+31hukDhtDdKt+43TLwz29U+E12 96JV8N5Chy8Q+TO+YSjbxAsMdLkEmaPad6KNbUdOCLtQXLstHMAKu7e2cDPKCQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1603753308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FM5x497Ugn5vE6awV9k+llqrmMsULb8uRQkaeTQ2PPc=; b=qgSmfed2SHzx4MqIv9VFW77gBJEOakTZgrnXDOVfNiVh+WC2vmPNgpuwNEBOANVtX3AbLh b4rZnwvgjleuMaCg== To: Vincenzo Frascino , linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Cc: Vincenzo Frascino , Shuah Khan , Andy Lutomirski , Arnd Bergmann Subject: Re: [PATCH v4 0/5] kselftest: Extend vDSO tests In-Reply-To: <20201026114945.48532-1-vincenzo.frascino@arm.com> References: <20201026114945.48532-1-vincenzo.frascino@arm.com> Date: Tue, 27 Oct 2020 00:01:47 +0100 Message-ID: <87y2js1tic.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org 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, tglx 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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 665E0C4363A for ; Mon, 26 Oct 2020 23:03:11 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E11B320708 for ; Mon, 26 Oct 2020 23:03:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="l5wSM3PY"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="AfrG+l5T"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="qgSmfed2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E11B320708 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References:In-Reply-To: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=u9kGPqPWOJoDGlhV7eeHFgfy+Wkmb0naBRWWCRuE50I=; b=l5wSM3PYF8eMsgKaV1YDTmhmr C2/quy2W3gatnVt4TlFKAnp9y0h7RYldJLz7nyWeE2QV8JhcNOHb9waG4lFwiTH0IAluIEcwZ2YVL EqcCWRdJUXB1YZeB/NGq9UluPb2+3iJatSOb8yUDNKutzi4cWppyAARgGG4LPlU3q/2dWU9gPAdV9 2dCd7rwv7Ztuem3ScnJOLDqs/VRyi83rK+0Uh6VrgRiV0WQa69OrxzyNAk0kfZXs9LJuUklKz54l3 ktXoanZRFV1+SeGDRAdEvhHDIZPvRxSUi73yyiw7sj8mg8upzZWr8oGfWlljSDzbnVf9j5GtlGhI7 zPoqzHtfg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXBUv-000461-0y; Mon, 26 Oct 2020 23:01:53 +0000 Received: from galois.linutronix.de ([193.142.43.55]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXBUr-00045G-J8 for linux-arm-kernel@lists.infradead.org; Mon, 26 Oct 2020 23:01:50 +0000 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1603753308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FM5x497Ugn5vE6awV9k+llqrmMsULb8uRQkaeTQ2PPc=; b=AfrG+l5TbvZFbY544q96Y0MEwR4XGR8wpCxcV0/4pRAvb1izNPDQOMgnEGDJ5NjwCQRLl1 f9MOukif2/NWFpooTZYZU6jjVUULHJL0DR+J4hIfvfUXJr8QB4mRq4/aEIPztUWcuxPJh4 mQmDFdUti6Xu59qO5B5uasPzHWLSnxJ0ZM9fio3THhteFiFHSBcjaaxzVjyVWKBEnhG+4v rTusvWtu2xDHfmvRGspSEiMtMsFdajVDDz63B7SgExG+31hukDhtDdKt+43TLwz29U+E12 96JV8N5Chy8Q+TO+YSjbxAsMdLkEmaPad6KNbUdOCLtQXLstHMAKu7e2cDPKCQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1603753308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FM5x497Ugn5vE6awV9k+llqrmMsULb8uRQkaeTQ2PPc=; b=qgSmfed2SHzx4MqIv9VFW77gBJEOakTZgrnXDOVfNiVh+WC2vmPNgpuwNEBOANVtX3AbLh b4rZnwvgjleuMaCg== To: Vincenzo Frascino , linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v4 0/5] kselftest: Extend vDSO tests In-Reply-To: <20201026114945.48532-1-vincenzo.frascino@arm.com> References: <20201026114945.48532-1-vincenzo.frascino@arm.com> Date: Tue, 27 Oct 2020 00:01:47 +0100 Message-ID: <87y2js1tic.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201026_190149_769276_53F07CED X-CRM114-Status: GOOD ( 14.01 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Vincenzo Frascino , Shuah Khan , Arnd Bergmann , Andy Lutomirski Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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, tglx _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel