On Thu, Nov 28, 2024, Claudio Imbrenda wrote: > On Wed, 27 Nov 2024 16:55:46 -0800 > > diff --git a/tools/testing/selftests/kvm/include/x86_64/svm_util.h b/tools/testing/selftests/kvm/include/x86/svm_util.h > > similarity index 94% > > rename from tools/testing/selftests/kvm/include/x86_64/svm_util.h > > rename to tools/testing/selftests/kvm/include/x86/svm_util.h > > index 044f0f872ba9..b74c6dcddcbd 100644 > > --- a/tools/testing/selftests/kvm/include/x86_64/svm_util.h > > +++ b/tools/testing/selftests/kvm/include/x86/svm_util.h > > @@ -1,8 +1,5 @@ > > /* SPDX-License-Identifier: GPL-2.0-only */ > > /* > > - * tools/testing/selftests/kvm/include/x86_64/svm_utils.h > > this line clearly has to go ^ > > > - * Header for nested SVM testing > > but I think this one can stay? ^ It should go too, the header contains declarations for helpers that having nothing to do with nested SVM. On a somewhat related topic, the file should probably be "svm.h", but that's a future cleanup.