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 B06FEC433F5 for ; Thu, 10 Feb 2022 11:07:27 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 16AC93C6D9E for ; Thu, 10 Feb 2022 12:07:25 +0100 (CET) Received: from in-2.smtp.seeweb.it (in-2.smtp.seeweb.it [IPv6:2001:4b78:1:20::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 41D473C6D9E for ; Thu, 10 Feb 2022 12:07:15 +0100 (CET) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (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-2.smtp.seeweb.it (Postfix) with ESMTPS id C870C601AF8 for ; Thu, 10 Feb 2022 12:07:14 +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-out2.suse.de (Postfix) with ESMTPS id 6A1801F38A; Thu, 10 Feb 2022 11:07:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1644491233; 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; bh=8VJkDK9zh9X7lnbUX4S7z5j3jjRB746YVzPJ5CuE/EU=; b=rUduqM/70Pk0w2iqPglasJKq+qwPR+JTbc4XnwgsVJGGCQ/wNTVuUI+A7Zni2U62GjZSRh M5dDw2bkETu24XOiXmZcPhE8+2li4yfgkVZC4MN5bX12UeRjg+twkSYdmP0KVOmWotX5kX t1glKeysWarPoQ38KEhbekGJchWVYqs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1644491233; 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; bh=8VJkDK9zh9X7lnbUX4S7z5j3jjRB746YVzPJ5CuE/EU=; b=pnYYVghoRDstg9BMVf4wxczb8C4KuQxgW36FfwlSUvADnrHT26SdVc/hjtq7KP0WpNAl9F KPV2Wz664krrfiCw== 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 3993613B43; Thu, 10 Feb 2022 11:07:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id y7UBDOHxBGIYAwAAMHmgww (envelope-from ); Thu, 10 Feb 2022 11:07:13 +0000 From: Andrea Cervesato To: ltp@lists.linux.it Date: Thu, 10 Feb 2022 12:07:08 +0100 Message-Id: <20220210110712.23596-1-andrea.cervesato@suse.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-2.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH v2 0/3] Rewrite cma testing suite using new LTP API 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" Removed pipe and replaced it with shared memory. Replaced TST_CHECKPOINT_INIT usage with .needs_checkpoints from the new LTP API. Andrea Cervesato (3): Rewrite process_vm_readv02.c test with new LTP API Rewrite process_vm_readv03.c test with new LTP API Rewrite process_vm_writev02.c using new LTP API .../kernel/syscalls/cma/process_vm_readv02.c | 215 +++++------ .../kernel/syscalls/cma/process_vm_readv03.c | 349 ++++++++---------- .../kernel/syscalls/cma/process_vm_writev02.c | 263 +++++-------- 3 files changed, 324 insertions(+), 503 deletions(-) -- 2.35.1 -- Mailing list info: https://lists.linux.it/listinfo/ltp