From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C336C433EF for ; Thu, 10 Feb 2022 18:02:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245472AbiBJSCE (ORCPT ); Thu, 10 Feb 2022 13:02:04 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:60166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245482AbiBJSCB (ORCPT ); Thu, 10 Feb 2022 13:02:01 -0500 Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DBA03115A for ; Thu, 10 Feb 2022 10:02:01 -0800 (PST) Received: by mail-io1-xd30.google.com with SMTP id w7so8367757ioj.5 for ; Thu, 10 Feb 2022 10:02:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=YepB74YlwePIkAaR4jtJTCENwnjxuVeuYeoAzgmVff4=; b=bXMJH/qYLpSGVC+53Dxuy73NFXsj3RTkKnyj0yhH2RrVLo0bm5WgGOa67Qrf9N+Siw s7PWaw8C1karEO3Pz9b6Ti5PK/1HjVIZ//eqWs8JWlJ/DJByvN23Ycp2EG4vUz7o8jYr JmkKYdMJNUozDO9Z/c9yNb5b1NVKBhWVatPxY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=YepB74YlwePIkAaR4jtJTCENwnjxuVeuYeoAzgmVff4=; b=f7DvE6RK+sdofZDGcWPjTXEbACfh1DUnmolnz1CfPAbMRUF98Ue7rFufnRspOQuyhO caTFvkeVWmVa1T4q8HtXh4nYEnFx+c5ls3vn8SuziCuTmDlqX/fqvLNSw3OkeDaBQ2vD cr7b5jxLd+1fmwlfzXWL4HCyxyi76SOeHL8PK7WBUqN1ium1/KpQRo+H2GqqKRznLJgr U90+cC8FR0wnUyxNx16X7E9LbPBndZmLud/w5FlU9qGFP0HH2w1UrOBVouMha/Q4H0rI E35d/idwamNHJW2YTBQG5XzPLJQNxKQN1vj+/1nSE+snHS7SBlfPiNA2CcQnIkrqEbn0 u20Q== X-Gm-Message-State: AOAM530Ise7a7Ob2FJC1Qu2sMzbTlJ2esv2HgCm6oyTygsrCCaxNyQ5k Y+Ym2667gn+iYocXF9lvy8VgSQ== X-Google-Smtp-Source: ABdhPJwEuUFKMBsXzMtvsJ6U3tEwNExOh8IkrPx4WikpPszvu5J46DYU+pTWMhwP4AnfJ2XywHgyWw== X-Received: by 2002:a05:6638:2050:: with SMTP id t16mr4618952jaj.144.1644516121336; Thu, 10 Feb 2022 10:02:01 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id p16sm8482826ilm.85.2022.02.10.10.02.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 10 Feb 2022 10:02:01 -0800 (PST) Subject: Re: [PATCH V2] selftests: kvm: Remove absent target file To: Muhammad Usama Anjum , Paolo Bonzini , Shuah Khan , Peter Gonda Cc: kernel@collabora.com, kernelci@groups.io, "kernelci.org bot" , kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <20220210172352.1317554-1-usama.anjum@collabora.com> From: Shuah Khan Message-ID: Date: Thu, 10 Feb 2022 11:02:00 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220210172352.1317554-1-usama.anjum@collabora.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/10/22 10:23 AM, Muhammad Usama Anjum wrote: > There is no vmx_pi_mmio_test file. Remove it to get rid of error while > creation of selftest archive: > > rsync: [sender] link_stat "/kselftest/kvm/x86_64/vmx_pi_mmio_test" failed: No such file or directory (2) > rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3] > > Fixes: 6a58150859fd ("selftest: KVM: Add intra host migration tests") > Reported-by: "kernelci.org bot" > Signed-off-by: Muhammad Usama Anjum > --- > Changes in V2: > Edited the subject line > --- > tools/testing/selftests/kvm/Makefile | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile > index d61286208e242..b970397f725c7 100644 > --- a/tools/testing/selftests/kvm/Makefile > +++ b/tools/testing/selftests/kvm/Makefile > @@ -82,7 +82,6 @@ TEST_GEN_PROGS_x86_64 += x86_64/tsc_msrs_test > TEST_GEN_PROGS_x86_64 += x86_64/vmx_pmu_msrs_test > TEST_GEN_PROGS_x86_64 += x86_64/xen_shinfo_test > TEST_GEN_PROGS_x86_64 += x86_64/xen_vmcall_test > -TEST_GEN_PROGS_x86_64 += x86_64/vmx_pi_mmio_test > TEST_GEN_PROGS_x86_64 += x86_64/sev_migrate_tests > TEST_GEN_PROGS_x86_64 += x86_64/amx_test > TEST_GEN_PROGS_x86_64 += access_tracking_perf_test > I am fine with the change itself. For this patch: Reviewed-by: Shuah Khan However, are we missing a vmx_pi_mmio_test and that test needs to be added. Just in case the test didn't make it into the 6a58150859fd and the intent was to add it - hence the Makefile addition? This can be addressed in another patch. Just want to make sure we aren't missing a test. Peter Gonda can confirm perhaps? thanks, -- Shuah