KVM: selftests: Remove obsolete and incorrect test case metadata
authorLike Xu <likexu@tencent.com>
Thu, 14 Sep 2023 09:48:03 +0000 (17:48 +0800)
committerSean Christopherson <seanjc@google.com>
Wed, 4 Oct 2023 19:53:05 +0000 (12:53 -0700)
Delete inaccurate descriptions and obsolete metadata for test cases.
It adds zero value, and has a non-zero chance of becoming stale and
misleading in the future. No functional changes intended.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Like Xu <likexu@tencent.com>
Link: https://lore.kernel.org/r/20230914094803.94661-1-likexu@tencent.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/ucall_common.h
tools/testing/selftests/kvm/lib/x86_64/apic.c
tools/testing/selftests/kvm/x86_64/hyperv_svm_test.c
tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c
tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.sh
tools/testing/selftests/kvm/x86_64/tsc_scaling_sync.c
tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c

index 112bc1da732a44e7343e0563f49a04dadc333ccb..ce33d306c2cba7d740697d9625d239be95891ee3 100644 (file)
@@ -1,7 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * tools/testing/selftests/kvm/include/kvm_util.h
- *
  * Copyright (C) 2018, Google LLC.
  */
 #ifndef SELFTEST_KVM_UCALL_COMMON_H
index 7168e25c194e1d201f2dcc1009244cce52d3636a..89153a333e83c2bfbde806d1b15b51c62fc2aa3d 100644 (file)
@@ -1,7 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * tools/testing/selftests/kvm/lib/x86_64/processor.c
- *
  * Copyright (C) 2021, Google LLC.
  */
 
index e446d76d1c0c38f7ed41ff0ed3dfc736b6b3693c..6c127856209065f5345ff2590383e532891467fe 100644 (file)
@@ -1,7 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * KVM_GET/SET_* tests
- *
  * Copyright (C) 2022, Red Hat, Inc.
  *
  * Tests for Hyper-V extensions to SVM.
index 7f36c32fa76093a6affe275e237edda24f7020c6..18ac5c1952a3a382590d799c8959f600cafc7cd2 100644 (file)
@@ -1,7 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * tools/testing/selftests/kvm/nx_huge_page_test.c
- *
  * Usage: to be run via nx_huge_page_test.sh, which does the necessary
  * environment setup and teardown
  *
index 0560149e66ed3be5bcee95c34315188ee2ba540d..7cbb409801eea71452a87c08846437af2e02dd0d 100755 (executable)
@@ -4,7 +4,6 @@
 # Wrapper script which performs setup and cleanup for nx_huge_pages_test.
 # Makes use of root privileges to set up huge pages and KVM module parameters.
 #
-# tools/testing/selftests/kvm/nx_huge_page_test.sh
 # Copyright (C) 2022, Google LLC.
 
 set -e
index 5b669818e39aaa2313d0887c0324aca4b628ed3c..59c7304f805efd0f73ecacca5807e83ad0b45319 100644 (file)
@@ -1,10 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * svm_vmcall_test
- *
  * Copyright © 2021 Amazon.com, Inc. or its affiliates.
- *
- * Xen shared_info / pvclock testing
  */
 
 #include "test_util.h"
index 05898ad9f4d992b3c7eba0a9ec677b21315689e6..9ec9ab60b63ee27d2deb6f90d9b38a71e2deb142 100644 (file)
@@ -1,10 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * svm_vmcall_test
- *
  * Copyright © 2021 Amazon.com, Inc. or its affiliates.
- *
- * Xen shared_info / pvclock testing
  */
 
 #include "test_util.h"