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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1E9A1C433F5 for ; Tue, 19 Apr 2022 13:43:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5i866wdXIVLXDZSf7jNo/nKgV3LAJaQU+OcYz+o/LPo=; b=bCdefUltjwnqvj x/NYvAdA9d3SLTZNHEq7T2xIZ8RsE9k1STxGVsHBnWbATULNljsDCfcJ/7pIP/FCF3Xi7JQapzTB3 6kCK9OaO1daPgGQUrsCBcO9fe0pFijJXEN0GZ2JwfcLWMMH5kdFQw5Y+MK7eE/ubErQLcaMzWV7it eeeEgy3vX90weumKUA3tN3WRfxnTsCSnBOmylBiEOq2P5YacJT937OyJePALBB2GNFWthaOU2dpSL wYJ26dWFpCOh0y63tuprXnp9Xh6CQEnuHB9dFu/6zOR3mRiPSV9bP1jlKqPHPEFcGP0doq4sGcLvs GgE5Se0oquk7visF5abQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngo6E-003wEh-3E; Tue, 19 Apr 2022 13:40:58 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngnMI-003dQH-Nl for linux-arm-kernel@lists.infradead.org; Tue, 19 Apr 2022 12:53:32 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EC2941063; Tue, 19 Apr 2022 05:53:28 -0700 (PDT) Received: from [192.168.4.21] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 016373F766; Tue, 19 Apr 2022 05:53:27 -0700 (PDT) Message-ID: <41a406d0-e769-3384-413b-0ddbadee2eee@arm.com> Date: Tue, 19 Apr 2022 13:53:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH v4 0/4] Enable orphan-handling=warn for VDSO Content-Language: en-US To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, nd@arm.com, catalin.marinas@arm.com, keescook@chromium.org, masahiroy@kernel.org, will@kernel.org References: <20220414104611.17748-1-joey.gouly@arm.com> <734a9a68-2d87-dc06-b162-f949cecbbe82@arm.com> <20220419121621.GA14856@e124191.cambridge.arm.com> From: Vincenzo Frascino In-Reply-To: <20220419121621.GA14856@e124191.cambridge.arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220419_055330_884464_206A3D5E X-CRM114-Status: GOOD ( 11.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Hi Joey, thank you for taking care of the tests. On 4/19/22 1:16 PM, Joey Gouly wrote: > So there was 2 potential issues: > - vdso_test_time(): SKIP: Could not find __kernel_time time() is deprecated hence not supported for aarch64 (see VDSO_HAS_TIME). > - Could not find __vdso_getcpu We do not have getcpu() support in the vDSO library on aarch64. For these reasons the tests are skipped. Hope this clarifies. > > I'm not sure what these are, maybe they don't work on arm64 or it's a kernel config issue. > > Thanks, > Joey -- Regards, Vincenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel