Re: [PATCH 1/2] selftests: kvm: remove print_skip()

2024-06-15 Thread kernel test robot
84820 base: https://git.kernel.org/pub/scm/virt/kvm/kvm.git queue patch link: https://lore.kernel.org/r/20240612104500.425012-1-usama.anjum%40collabora.com patch subject: [PATCH 1/2] selftests: kvm: remove print_skip() :: branch date: 3 days ago :: commit date: 3 days ago compiler: cla

Re: [PATCH 1/2] selftests: kvm: remove print_skip()

2024-06-12 Thread Sean Christopherson
On Wed, Jun 12, 2024, Dev Jain wrote: > > On 6/12/24 16:14, Muhammad Usama Anjum wrote: > > > > > > diff --git a/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c > > b/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c > > index 4f5881d4ef66d..695c45635d257 100644 > > --- a/tools/testing/selfte

Re: [PATCH 1/2] selftests: kvm: remove print_skip()

2024-06-12 Thread Dev Jain
On 6/12/24 16:14, Muhammad Usama Anjum wrote: diff --git a/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c b/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c index 4f5881d4ef66d..695c45635d257 100644 --- a/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c +++ b/tools/testing/selftests/kvm

[PATCH 1/2] selftests: kvm: remove print_skip()

2024-06-12 Thread Muhammad Usama Anjum
Replace print_skip() with ksft_exit_skip() to simplify the code and directly use the skip API provided by kselftest.h. Signed-off-by: Muhammad Usama Anjum --- .../testing/selftests/kvm/aarch64/vgic_init.c | 4 ++-- .../testing/selftests/kvm/demand_paging_test.c | 3 +-- tools/testing/selftest