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 DA7A2C6FA8E for ; Thu, 2 Mar 2023 07:16:33 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 02D943CB9FC for ; Thu, 2 Mar 2023 08:16:31 +0100 (CET) Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [217.194.8.7]) (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 AD8703CB9D3 for ; Thu, 2 Mar 2023 08:16:19 +0100 (CET) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-7.smtp.seeweb.it (Postfix) with ESMTPS id 3E3C320E759 for ; Thu, 2 Mar 2023 08:16:18 +0100 (CET) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 0BB5021B08; Thu, 2 Mar 2023 07:16:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1677741378; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8bINPhAbJ31Wi8OZsEBP0TdlpGXZSpw2r88ULvog7tg=; b=HItgcnG9ADH1zLnEmBvwKc5cBntk5F4blwiYSMsPPmMgIGRolvusxBsGuDN7FkOyy3KEFf cOpv9r1XXumPdL9+FwPmKRXJGuMxbOeCCYdZKHSZY8ff5CtnNkGCFOdONAKygE1jAC5M4l uBFq8C9ShegmbocRRLZosveIvgbiwPI= Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 5547713A5C; Thu, 2 Mar 2023 07:16:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id C4PTC0FNAGRxeQAAMHmgww (envelope-from ); Thu, 02 Mar 2023 07:16:17 +0000 To: ltp@lists.linux.it Date: Thu, 2 Mar 2023 02:15:53 -0500 Message-Id: <20230302071555.18420-1-wegao@suse.com> X-Mailer: git-send-email 2.35.3 In-Reply-To: <20230120010533.11202-1-wegao@suse.com> References: <20230120010533.11202-1-wegao@suse.com> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-7.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH v3 0/2] Refactor semaphore 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: , From: Wei Gao via ltp Reply-To: Wei Gao Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Wei Gao (2): Move semaphore/ tests to semop/ semop04:Refactor with new API runtest/syscalls | 2 + testcases/kernel/ipc/semaphore/.gitignore | 2 - testcases/kernel/ipc/semaphore/Makefile | 30 ---- testcases/kernel/ipc/semaphore/sem01.c | 164 ------------------ .../kernel/syscalls/ipc/semop/.gitignore | 2 + testcases/kernel/syscalls/ipc/semop/Makefile | 5 +- testcases/kernel/syscalls/ipc/semop/semop04.c | 137 +++++++++++++++ .../sem02.c => syscalls/ipc/semop/semop05.c} | 0 8 files changed, 145 insertions(+), 197 deletions(-) delete mode 100644 testcases/kernel/ipc/semaphore/.gitignore delete mode 100644 testcases/kernel/ipc/semaphore/Makefile delete mode 100644 testcases/kernel/ipc/semaphore/sem01.c create mode 100644 testcases/kernel/syscalls/ipc/semop/semop04.c rename testcases/kernel/{ipc/semaphore/sem02.c => syscalls/ipc/semop/semop05.c} (100%) -- 2.35.3 -- Mailing list info: https://lists.linux.it/listinfo/ltp