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 25513C433EF for ; Thu, 3 Mar 2022 22:23:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233740AbiCCWXx (ORCPT ); Thu, 3 Mar 2022 17:23:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236832AbiCCWXx (ORCPT ); Thu, 3 Mar 2022 17:23:53 -0500 Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D8A610C51A for ; Thu, 3 Mar 2022 14:23:06 -0800 (PST) Received: by mail-io1-xd2e.google.com with SMTP id w7so7574195ioj.5 for ; Thu, 03 Mar 2022 14:23:06 -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=ZDyiSlnb5GR7xrn7fUYkxCnceCJroYsxkkmzYk8uQRE=; b=ag53/yTwXTxhCQbM9pPl3IpMKr6LjiZSdosbbviofABa7AdlyoMrCLv3bsdPqVv0p+ iTOqkHdRZMYsm1ilIzRYnbi+r7JNcoJ4X3pY1ysHIGDt/zfsfN5H9VBwI2yWSFey6f8l pSfHfRONoEURjqigSBC6VHjz3rkJEfEuYxQwI= 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=ZDyiSlnb5GR7xrn7fUYkxCnceCJroYsxkkmzYk8uQRE=; b=FlUENQ9mhYHLhEviI3oetqL2IMpaW1krbCbbuTep+SY/6IgaMmCRnlUAs8yKS2UXML 7xYIfCkdaiUKGOiJa5EogkpagRnyte7HjMAY7BVLhnXqKHATk3jJL1BUPDUYIcYF3XUo LaXpvGuf4m94VsP02w9orQ30HcdwAhnsFsZ+NxEezzQYVZ8dzIna4/XUvE6yPpV4G55W 2zeGu5oQ84kPl6InomGifoglMMJun/Lex8+41IM4L1A74vy8XJTGkMbbY8JIaN9C3eqI xDkOuY7noA1sPEVydn8US+UbYVje2Jo+n5Uxl6BSXjNCC5mUVo7TvTx9frIdH/3qhtPY LAxw== X-Gm-Message-State: AOAM531RACucekC8WPzMAucgUxiyyfvkfbDqP+XTKYcfd+E75W30PSIM fQRJKbSdw5pLvT241M5FPe4kow== X-Google-Smtp-Source: ABdhPJz7kZop8pzmlRYqjAVCDw9u/15uKLiDsRH78UZ9ON8/oBompeYFzxt2VeTy/Z9I+5Yqesv23g== X-Received: by 2002:a05:6638:160d:b0:314:e6e5:4699 with SMTP id x13-20020a056638160d00b00314e6e54699mr30638055jas.47.1646346185995; Thu, 03 Mar 2022 14:23:05 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id t14-20020a056e02160e00b002c60907ec07sm3009032ilu.62.2022.03.03.14.23.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Mar 2022 14:23:05 -0800 (PST) Subject: Re: [PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore To: Muhammad Usama Anjum , Paolo Bonzini , Shuah Khan Cc: kernel@collabora.com, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <20220302180121.1717581-1-usama.anjum@collabora.com> <20220302180121.1717581-3-usama.anjum@collabora.com> From: Shuah Khan Message-ID: Date: Thu, 3 Mar 2022 15:23:05 -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: <20220302180121.1717581-3-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-kselftest@vger.kernel.org On 3/2/22 11:01 AM, Muhammad Usama Anjum wrote: > Add hyperv_svm_test to the .gitignore file. > > Signed-off-by: Muhammad Usama Anjum > --- > tools/testing/selftests/kvm/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore > index 7903580a48ac..4d11adeac214 100644 > --- a/tools/testing/selftests/kvm/.gitignore > +++ b/tools/testing/selftests/kvm/.gitignore > @@ -21,6 +21,7 @@ > /x86_64/hyperv_clock > /x86_64/hyperv_cpuid > /x86_64/hyperv_features > +/x86_64/hyperv_svm_test > /x86_64/mmio_warning_test > /x86_64/mmu_role_test > /x86_64/platform_info_test > Applied to linux-kselftest next for Linux 5.18-rc1 thanks, -- Shuah