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=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,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 7DC4DC433E7 for ; Sun, 11 Oct 2020 17:53:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 427782222C for ; Sun, 11 Oct 2020 17:53:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602438833; bh=2dTBriDU0I8XyJqpjEF8p3SVk0vHdPj67U21+Au32ZE=; h=From:To:Cc:Subject:Date:List-ID:From; b=S/49R1J0PyavwSqZzALqB3mII4kh5tmYzD9z4MiTMZlanNdWSii8Njdxq+tHDJ9gd 9hKWd+eZl8gf0An7XqoO9huGl78vHbeEY6B8Jt/gZGJr4UUnKE+uO3fHHCRCL3jP4s TuX2XTA7XMhZk7309pC2uwS5z0T/UoGMOYqI0KGU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388334AbgJKRxw (ORCPT ); Sun, 11 Oct 2020 13:53:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:45758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388331AbgJKRxw (ORCPT ); Sun, 11 Oct 2020 13:53:52 -0400 Received: from sol.attlocal.net (172-10-235-113.lightspeed.sntcca.sbcglobal.net [172.10.235.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F28B72222A; Sun, 11 Oct 2020 17:53:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602438832; bh=2dTBriDU0I8XyJqpjEF8p3SVk0vHdPj67U21+Au32ZE=; h=From:To:Cc:Subject:Date:From; b=w3pL2zV32zk1GZTeSmir8xgT1tfTkZLrqAZQeYuPco1PBCrvZrePJs8aS/V7rnfoM x2gAJl0h6ooEQzcRPhgTxyrLkD7xpt4Jb4ANpDJO4gKqzYJWo28ZAYoqyczxXnAyoH IAderasJ/jklM7IMMPpPIvNw5bIc72OYHnccv6dg= From: Eric Biggers To: Theodore Ts'o Cc: linux-ext4@vger.kernel.org Subject: [xfstests-bld PATCH] test-appliance: add lz4 package Date: Sun, 11 Oct 2020 10:53:25 -0700 Message-Id: <20201011175325.3419-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org From: Eric Biggers This is needed for the test f2fs/002, which tests f2fs compression in combination with encryption. Signed-off-by: Eric Biggers --- kvm-xfstests/test-appliance/xfstests-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/kvm-xfstests/test-appliance/xfstests-packages b/kvm-xfstests/test-appliance/xfstests-packages index 45eea9a..8bb854f 100644 --- a/kvm-xfstests/test-appliance/xfstests-packages +++ b/kvm-xfstests/test-appliance/xfstests-packages @@ -25,6 +25,7 @@ liblzo2-2 libbsd0 libkeyutils1 lvm2 +lz4 makedev mtd-utils multipath-tools -- 2.28.0