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 picard.linux.it (picard.linux.it [213.254.12.146]) (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 A96E2C04AA5 for ; Thu, 25 Aug 2022 11:09:11 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id F1ADC3CA48F for ; Thu, 25 Aug 2022 13:09:08 +0200 (CEST) Received: from in-3.smtp.seeweb.it (in-3.smtp.seeweb.it [217.194.8.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 753803C02C2 for ; Thu, 25 Aug 2022 13:08:58 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by in-3.smtp.seeweb.it (Postfix) with ESMTP id E730C1A0042A for ; Thu, 25 Aug 2022 13:08:56 +0200 (CEST) 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 5C56E1FB; Thu, 25 Aug 2022 04:08:59 -0700 (PDT) Received: from e129169.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 516923FAF5; Thu, 25 Aug 2022 04:08:54 -0700 (PDT) From: Tudor Cretu To: ltp@lists.linux.it Date: Thu, 25 Aug 2022 12:10:12 +0100 Message-Id: <20220825111014.210185-1-tudor.cretu@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-3.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH v3 0/2] syscalls: Fix various syscall tests when compiled with Musl X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Hi, There were a few issues with some syscalls tests when they were compiled with Musl. This series attempts to improve the robustness of some syscall tests. changes v2->v3: * This series contains only the statfs changes, as the other changes have been merged. * Added a new patch that converts [f]statfs02 to the new API so that the changes are more straightforward. Tudor Cretu (2): syscalls/statfs02,fstatfs02: Convert to new API syscalls/statfs02,fstatfs02: Accept segfault instead of EFAULT testcases/kernel/syscalls/fstatfs/fstatfs02.c | 110 ++++++------------ testcases/kernel/syscalls/statfs/statfs02.c | 107 ++++++----------- 2 files changed, 76 insertions(+), 141 deletions(-) -- 2.25.1 -- Mailing list info: https://lists.linux.it/listinfo/ltp