lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 24 May 2021 23:03:08 +1000
From:   Alistair Popple <apopple@...dia.com>
To:     <linux-kselftest@...r.kernel.org>
CC:     <linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
        <shuah@...nel.org>, <akpm@...ux-foundation.org>,
        <jhubbard@...dia.com>, <sandipan@...ux.ibm.com>,
        <linuxram@...ibm.com>, <harish@...ux.ibm.com>,
        <dave.hansen@...el.com>, <rcampbell@...dia.com>,
        Alistair Popple <apopple@...dia.com>
Subject: [PATCH 2/2] kselftest/vm: Add test_hmm.sh to TEST_FILES

This ensures targets such as 'make install' copy test_hmm.sh into the
target directoy.

Signed-off-by: Alistair Popple <apopple@...dia.com>
---
 tools/testing/selftests/vm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile
index 110751ce8701..202fc643de88 100644
--- a/tools/testing/selftests/vm/Makefile
+++ b/tools/testing/selftests/vm/Makefile
@@ -80,7 +80,7 @@ endif
 
 TEST_PROGS := run_vmtests.sh
 
-TEST_FILES := test_vmalloc.sh
+TEST_FILES := test_vmalloc.sh test_hmm.sh
 
 KSFT_KHDR_INSTALL := 1
 include ../lib.mk
-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ