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 7AC09C46CD2 for ; Wed, 24 Jan 2024 04:46:14 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id C18873CE248 for ; Wed, 24 Jan 2024 05:46:12 +0100 (CET) Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [IPv6:2001:4b78:1:20::7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 48FBB3C5E8B for ; Wed, 24 Jan 2024 05:45:56 +0100 (CET) Authentication-Results: in-7.smtp.seeweb.it; spf=pass (sender SPF authorized) smtp.mailfrom=redhat.com (client-ip=170.10.133.124; helo=us-smtp-delivery-124.mimecast.com; envelope-from=liwang@redhat.com; receiver=lists.linux.it) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 53F922064FE for ; Wed, 24 Jan 2024 05:45:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1706071554; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Q0sgIq6/w56iYe+CWdjP/MGXIb4JEySZfxyd+T/YIwk=; b=hoKEi3gp1z2WdShmvoFN1B33M00M13cWesEXurSxK7QyEBbfiLVpgIL5Hcuby78YuRGUeL /NguW9vx7Fk4J0yGdvd4QL+LJCDg/LynmKBCxM+YSx1UG8Es30hhkGIu4h6+q6Hm32VIMf Bp3TK9Hodws0evdS9HCbyxcMOCNz1EE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-154-N8qoaLoTNu6CchsxLgsnUg-1; Tue, 23 Jan 2024 23:45:52 -0500 X-MC-Unique: N8qoaLoTNu6CchsxLgsnUg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9621A80007C for ; Wed, 24 Jan 2024 04:45:52 +0000 (UTC) Received: from liwang-workstation.lab.eng.nay.redhat.com (unknown [10.66.145.229]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AC37B1121312 for ; Wed, 24 Jan 2024 04:45:51 +0000 (UTC) From: Li Wang To: ltp@lists.linux.it Date: Wed, 24 Jan 2024 12:45:42 +0800 Message-Id: <20240124044548.2652626-1-liwang@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Virus-Scanned: clamav-milter 1.0.3 at in-7.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH V4 0/6] improvement work on libswap library 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" V3-->V4 * create a contiguous swapfile in swapoff01.c * fixing old-XFS requires initialize swapfile issue Todo: * replace the tst_brk with tst_res+return in is_support_swap * customisze swapfile size if needed Test env: Fedora38(x86_64, Btrfs), RHEL9(s390x, XFS), RHEL8(aarch64, XFS) Li Wang (5): libswap: add known swap supported fs check swapon01: Improving test with memory limits and swap reporting libswap: add function to prealloc contiguous file libswap: Introduce file contiguity check swapoff01: make use of make_swapfile Petr Vorel (1): swapon01: Test on all filesystems libs/libltpswap/libswap.c | 145 +++++++++++++++++- testcases/kernel/syscalls/swapoff/swapoff01.c | 5 +- testcases/kernel/syscalls/swapon/swapon01.c | 16 +- 3 files changed, 155 insertions(+), 11 deletions(-) -- 2.40.1 -- Mailing list info: https://lists.linux.it/listinfo/ltp