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-next>] [day] [month] [year] [list]
Message-Id: <20190512044434.32627-1-skunberg.kelsey@gmail.com>
Date:   Sat, 11 May 2019 22:44:34 -0600
From:   Kelsey Skunberg <skunberg.kelsey@...il.com>
To:     shuah@...nel.org, pbonzini@...hat.com, rkrcmar@...hat.com,
        linux-kselftest@...r.kernel.org, kvm@...r.kernel.org,
        linux-kernel@...r.kernel.org, skhan@...uxfoundation.org,
        linux-kernel-mentees@...ts.linuxfoundation.org
Cc:     Kelsey Skunberg <skunberg.kelsey@...il.com>
Subject: [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore

The following files are generated in /selftests/kvm/ after compiling and
should be added to /selftests/kvm/.gitignore:

        - /x86_64/hyperv_cpuid
	- /x86_64/smm_test
	- /clear_dirty_log_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey@...il.com>
---
Changes since v1:
        - Included /clear_dirty_log_test to .gitignore
        - Updated commit log to reflect file added

 tools/testing/selftests/kvm/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 2689d1ea6d7a..391a19231618 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -6,4 +6,7 @@
 /x86_64/vmx_close_while_nested_test
 /x86_64/vmx_tsc_adjust_test
 /x86_64/state_test
+/x86_64/hyperv_cpuid
+/x86_64/smm_test
+/clear_dirty_log_test
 /dirty_log_test
--
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ