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=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 4F221C433FE for ; Mon, 13 Sep 2021 13:19:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3BBF5610F7 for ; Mon, 13 Sep 2021 13:19:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240399AbhIMNVN (ORCPT ); Mon, 13 Sep 2021 09:21:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:34850 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239327AbhIMNUa (ORCPT ); Mon, 13 Sep 2021 09:20:30 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D2CFF610CC; Mon, 13 Sep 2021 13:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631539132; bh=O2J0CBowzd5LAgXHGk3QgAQrfXWhXtRsRLXZBHHOUxY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Jcpf+X+DQ05dkYlvsf9xDTDTJKQfMhMUPT7R51F12qphK5QYSxoozQMpfwlWmePY8 lrXhA/au9lDdVRr24UP/5MC8RLAE48YIv3yo4GWJQX993X19CkxXALAn33SIUihuXO qP0dPoDDfrNwFK5nOgqax0MwpAm5sWkWowxqnHMeSeUMagYwQnTCVv6HDteCh0C4t8 pLRg1zvxn2M5yMtlTMz9uNByWfjf0xXmpLPH/r1mcRcpiinxvId9/Ft0NH53/1ddmp Lf1z9JbUFudhf0CxmkmCGi54V6l1imOLa13Osm7Y9KWd9asu/gDEF2uzPv9LUwI6FH GK5Vd1NdA1Cvg== From: Mark Brown To: Catalin Marinas , Will Deacon , Shuah Khan , Shuah Khan Cc: linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, Mark Brown Subject: [PATCH v1 2/8] selftests: arm64: Don't log child creation as a test in SVE ptrace test Date: Mon, 13 Sep 2021 13:54:59 +0100 Message-Id: <20210913125505.52619-3-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210913125505.52619-1-broonie@kernel.org> References: <20210913125505.52619-1-broonie@kernel.org> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1104; h=from:subject; bh=O2J0CBowzd5LAgXHGk3QgAQrfXWhXtRsRLXZBHHOUxY=; b=owEBbQGS/pANAwAKASTWi3JdVIfQAcsmYgBhP0okCN56MnhjjHYb3UJB6Gi5I0LAgBkIBd0x0AlX aFHNGAOJATMEAAEKAB0WIQSt5miqZ1cYtZ/in+ok1otyXVSH0AUCYT9KJAAKCRAk1otyXVSH0Jq5B/ 96f6jDSG7jhRQYXKuzJqRV4RuZUm2rKBItpZuGghAg5HX/Dxtb1I6bkFDWysd3vVjZzu4DiHTZELZP CcyX+OWrJmcq4fqUHtRzu7knZEnXiQwm9o7Yu5pTSGbEafZcqcQXQxxvJGjAbAlETTiG26xVAZn7Pq 9NMCHCwpFIaQO+WOSImtc6usdZ5z89FhmASXytYkt2LWAZVRIGW8duLfCy86+tYWNhR++/zVv8nfK5 9AWxtiHos2FPkucpxeuanH5QjmSbQ9Ryg4ipBjzYJmAl1RNrr1eOaVd+S3C+PQTxc1FPD9WibwhWAw R3+Mmi6zgu3gG0+tJ5MR24lKoBHtxO X-Developer-Key: i=broonie@kernel.org; a=openpgp; fpr=3F2568AAC26998F9E813A1C5C3F436CA30F5D8EB Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Currently we log the creation of the child process as a test but it's not really relevant to what we're trying to test and can make the output a little confusing so don't do that. Signed-off-by: Mark Brown --- tools/testing/selftests/arm64/fp/sve-ptrace.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/testing/selftests/arm64/fp/sve-ptrace.c b/tools/testing/selftests/arm64/fp/sve-ptrace.c index 7f7ed1c96867..7035f01423b3 100644 --- a/tools/testing/selftests/arm64/fp/sve-ptrace.c +++ b/tools/testing/selftests/arm64/fp/sve-ptrace.c @@ -19,7 +19,7 @@ #include "../../kselftest.h" -#define EXPECTED_TESTS 20 +#define EXPECTED_TESTS 19 /* and don't like each other, so: */ #ifndef NT_ARM_SVE @@ -169,8 +169,6 @@ static int do_parent(pid_t child) if (WIFEXITED(status) || WIFSIGNALED(status)) ksft_exit_fail_msg("Child died unexpectedly\n"); - ksft_test_result(WIFSTOPPED(status), "WIFSTOPPED(%d)\n", - status); if (!WIFSTOPPED(status)) goto error; -- 2.20.1 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=-17.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 A7EB0C4332F for ; Mon, 13 Sep 2021 13:20:57 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7B36C610A2 for ; Mon, 13 Sep 2021 13:20:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7B36C610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3a3eA1qcw3LbuGBcNbXfU4B9NVIq3O40T1Y7qBbijj8=; b=eAf1m0mmelUJzk nJzgYIie+6x6U3Ked9h9b5oiIWkN4gn8FttxHbAr2rQAep4z5xKwOXUQt47CUHsO6IINMId4LQB06 JbzfiiglDEPLY7FphktIDNCNjZj4MFKATd6y/u6i8pnGUN/4LwyHFnPaIsHTfGQRb8tRf2Pva6Gza lB0YBN4suOLdFWwe21CWymJEA+fsgqzH8MVp6LJ7NNBcDvtHDoOIGkAnwIS2jTLRPNJdhjDAJg88S jz90aMtsbB06fM8dJpYbVoyPPb/2K61fpdqbuAkpVxIky9rRVeud62uycMyJ3TtMpj6w9DyIt1tK9 qeE85rleSV2mmXefJ/BQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mPls1-001lBl-W8; Mon, 13 Sep 2021 13:19:38 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mPlrI-001kuM-Kl for linux-arm-kernel@lists.infradead.org; Mon, 13 Sep 2021 13:18:53 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id D2CFF610CC; Mon, 13 Sep 2021 13:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631539132; bh=O2J0CBowzd5LAgXHGk3QgAQrfXWhXtRsRLXZBHHOUxY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Jcpf+X+DQ05dkYlvsf9xDTDTJKQfMhMUPT7R51F12qphK5QYSxoozQMpfwlWmePY8 lrXhA/au9lDdVRr24UP/5MC8RLAE48YIv3yo4GWJQX993X19CkxXALAn33SIUihuXO qP0dPoDDfrNwFK5nOgqax0MwpAm5sWkWowxqnHMeSeUMagYwQnTCVv6HDteCh0C4t8 pLRg1zvxn2M5yMtlTMz9uNByWfjf0xXmpLPH/r1mcRcpiinxvId9/Ft0NH53/1ddmp Lf1z9JbUFudhf0CxmkmCGi54V6l1imOLa13Osm7Y9KWd9asu/gDEF2uzPv9LUwI6FH GK5Vd1NdA1Cvg== From: Mark Brown To: Catalin Marinas , Will Deacon , Shuah Khan , Shuah Khan Cc: linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, Mark Brown Subject: [PATCH v1 2/8] selftests: arm64: Don't log child creation as a test in SVE ptrace test Date: Mon, 13 Sep 2021 13:54:59 +0100 Message-Id: <20210913125505.52619-3-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210913125505.52619-1-broonie@kernel.org> References: <20210913125505.52619-1-broonie@kernel.org> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1104; h=from:subject; bh=O2J0CBowzd5LAgXHGk3QgAQrfXWhXtRsRLXZBHHOUxY=; b=owEBbQGS/pANAwAKASTWi3JdVIfQAcsmYgBhP0okCN56MnhjjHYb3UJB6Gi5I0LAgBkIBd0x0AlX aFHNGAOJATMEAAEKAB0WIQSt5miqZ1cYtZ/in+ok1otyXVSH0AUCYT9KJAAKCRAk1otyXVSH0Jq5B/ 96f6jDSG7jhRQYXKuzJqRV4RuZUm2rKBItpZuGghAg5HX/Dxtb1I6bkFDWysd3vVjZzu4DiHTZELZP CcyX+OWrJmcq4fqUHtRzu7knZEnXiQwm9o7Yu5pTSGbEafZcqcQXQxxvJGjAbAlETTiG26xVAZn7Pq 9NMCHCwpFIaQO+WOSImtc6usdZ5z89FhmASXytYkt2LWAZVRIGW8duLfCy86+tYWNhR++/zVv8nfK5 9AWxtiHos2FPkucpxeuanH5QjmSbQ9Ryg4ipBjzYJmAl1RNrr1eOaVd+S3C+PQTxc1FPD9WibwhWAw R3+Mmi6zgu3gG0+tJ5MR24lKoBHtxO X-Developer-Key: i=broonie@kernel.org; a=openpgp; fpr=3F2568AAC26998F9E813A1C5C3F436CA30F5D8EB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210913_061852_751846_11AB26F2 X-CRM114-Status: GOOD ( 11.26 ) 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 Currently we log the creation of the child process as a test but it's not really relevant to what we're trying to test and can make the output a little confusing so don't do that. Signed-off-by: Mark Brown --- tools/testing/selftests/arm64/fp/sve-ptrace.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/testing/selftests/arm64/fp/sve-ptrace.c b/tools/testing/selftests/arm64/fp/sve-ptrace.c index 7f7ed1c96867..7035f01423b3 100644 --- a/tools/testing/selftests/arm64/fp/sve-ptrace.c +++ b/tools/testing/selftests/arm64/fp/sve-ptrace.c @@ -19,7 +19,7 @@ #include "../../kselftest.h" -#define EXPECTED_TESTS 20 +#define EXPECTED_TESTS 19 /* and don't like each other, so: */ #ifndef NT_ARM_SVE @@ -169,8 +169,6 @@ static int do_parent(pid_t child) if (WIFEXITED(status) || WIFSIGNALED(status)) ksft_exit_fail_msg("Child died unexpectedly\n"); - ksft_test_result(WIFSTOPPED(status), "WIFSTOPPED(%d)\n", - status); if (!WIFSTOPPED(status)) goto error; -- 2.20.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel