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 2E68DC7619A for ; Wed, 5 Apr 2023 14:46:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238457AbjDEOqS (ORCPT ); Wed, 5 Apr 2023 10:46:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238459AbjDEOqP (ORCPT ); Wed, 5 Apr 2023 10:46:15 -0400 Received: from mail-pg1-x549.google.com (mail-pg1-x549.google.com [IPv6:2607:f8b0:4864:20::549]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 374F36A74 for ; Wed, 5 Apr 2023 07:46:06 -0700 (PDT) Received: by mail-pg1-x549.google.com with SMTP id v135-20020a63618d000000b005139242a138so6527446pgb.7 for ; Wed, 05 Apr 2023 07:46:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1680705965; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:from:to:cc:subject:date:message-id:reply-to; bh=c6YY5jnViebwbumm1LW1T58xP0On/rSmtcbnUTLfSdE=; b=Trr60HX8MAkEttY63RXr5W+jQ16bxIGh359BVTk7fl87mPLOfVOu5knVFkRxzmk581 AysEpjSZpoGHtg1qwOM1XFBt6Ws2kmXJ8fsiR67ae18WNRHjmYpKMrPuerUSXimeH+LN s4maVelCLw8+F1nulzUwsrXFjrG9dc+mT9hQCRibP12IGFDF1u8Iv2xCTwCl9FmxssMv g16GlE+LLksnDQhwVfAzOltENagchhWixqToCI0nUh12rX8kqHZAEMWLLDWz87ZV4A5E +ybakDO396XjJ80i34jvABoSYgOpKovThTJZz54SZdfhVfapYGr3yeS0kcKdhklkarpU BX0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680705965; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=c6YY5jnViebwbumm1LW1T58xP0On/rSmtcbnUTLfSdE=; b=GXWYVkT+hC+WGoZxuErKVebxV8jZwWJBVn96z/BdT/Rq/jhh4NC1tlv60WJdjteR7R BoAO6iaPp0cb3bqLex+UYmPcXhp4rfRT3XJUm6ckDxRCCkJ0LBb4q6eNJ1N9Ud6WDr9k c1bm7Tg7Wh3HLElE6htOoDWQPF9tiylXfdxupoMqUAaSE0nUGBYv7Mifl7fMLn7Ueb7n +NmJJejn4U4riJiJrjONN+lgCNMoiur7e8wK/ihcUOaOhwk0PZ+dXXUhmW0UOseSNyZL erbKfxPawojHj+6M3xPFje09xguBKC6zOY/TJQ+TbhF1bVk66+Lb5cBT8xwlmsoWoJWR waXw== X-Gm-Message-State: AAQBX9fck78l+VdgXB506zdl0zDgjcp4eL0aTCH9EK1qa9z41fJkO0MT XGalL5lbEmL1b9XokH4f0T9NZjVipGQ= X-Google-Smtp-Source: AKy350bQEwhX+NYiI1DKV3FtjSzSQTH/+F6Ma0gFo7OUDRlzgln7kU7Z2k4t9XdrTO+SiON2FdGwJ4Ikzsw= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a17:90a:e507:b0:23f:76a1:61fb with SMTP id t7-20020a17090ae50700b0023f76a161fbmr2397877pjy.6.1680705965728; Wed, 05 Apr 2023 07:46:05 -0700 (PDT) Date: Wed, 5 Apr 2023 07:46:04 -0700 In-Reply-To: <20230405101350.259000-1-gehao@kylinos.cn> Mime-Version: 1.0 References: <20230405101350.259000-1-gehao@kylinos.cn> Message-ID: Subject: Re: [RESEND PATCH] kvm/selftests: Close opened file descriptor in stable_tsc_check_supported() From: Sean Christopherson To: Hao Ge Cc: pbonzini@redhat.com, shuah@kernel.org, dmatlack@google.com, coltonlewis@google.com, vipinsh@google.com, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, gehao618@163.com Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org This is not a RESEND, it is a new version. From Documentation/process/submitting-patches.rst: Don't add "RESEND" when you are submitting a modified version of your patch or patch series - "RESEND" only applies to resubmission of a patch or patch series which have not been modified in any way from the previous submission. And the "in any way" really does mean in _any_ way. E.g. if a patch is rebased, the version needs to be bumped. RESEND should only ever be used when sending literally the same patch/email file, e.g. if something went awry in the delivery of the email, or you forgot to Cc the right people, tec. On Wed, Apr 05, 2023, Hao Ge wrote: > Close the "current_clocksource" file descriptor before Wrap closer to ~75 chars, wrapping at ~55 is too aggressive. > returning or exiting from stable_tsc_check_supported() > in vmx_nested_tsc_scaling_test Vipin provided his Reviewed-by, that should have been captured here. Please read through Documentation/process/submitting-patches.rst, guidance on "using" the various tags is also provided there. And if you have time, pretty much all of Documentation/process/ is worth reading. No need to send a new version, all of this is easy to fixup when applying.