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 AB7FEECAAD4 for ; Tue, 30 Aug 2022 21:47:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231716AbiH3VrC (ORCPT ); Tue, 30 Aug 2022 17:47:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231404AbiH3VrB (ORCPT ); Tue, 30 Aug 2022 17:47:01 -0400 Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D808895CE for ; Tue, 30 Aug 2022 14:47:00 -0700 (PDT) Received: by mail-pj1-x1030.google.com with SMTP id mj6so7325318pjb.1 for ; Tue, 30 Aug 2022 14:47:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=dVlzunJUSzWThV4T6DnGxZVU8CH0mAS4M8OrhLIAz/8=; b=ojIaOXncfdguOJaR4zBmlj1oXRUBlg9o6lKNRObncl1gOn85wetAyeYtaFwLxgLY72 OD+ZV9WRib6vCl6CByBAheOYUrvjY+t+Yhmc+FkgFePpyUjjyh97Csj2R6qo7dplehrD iPXz0KhpizAVXD0yJAYK7t5/Y7SiRze/HSTb24XHEpbTZMFZiXzA97qudG3aAqHe+1rY a80UFXv6A8FAbCWO/o8QzJdt+MVcJISlt2z54fmYHFVjcOXlrSp3Hch6BLVeBC06zd9I 2y9J7ic/dkK6plIl1xxKHAHK7fCrxrkAEOCIDBaJPkQeKtxPRUITMjaa8mHdMTinlGm8 HODA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=dVlzunJUSzWThV4T6DnGxZVU8CH0mAS4M8OrhLIAz/8=; b=b3q+X7Q7gRRDpTZyn3YVx6y2qYV94xue2asMYL6YQgzGA+H8NFzPTwgCY70vLQEcqe j/zhQRdXhQtiq9L42pm/2BLBQJ9/b67kYgnNnMTb8NF6xw722juYTBFFlpoaqBnchdYD p5dKiIGQIEseYlkWntCAkPdA6RrS6u5OLFXm4lNxBgH3Pp/ORilf3dhCA2XbpWGn5wD7 F7urGwGxeQPm/jd4hp2XUVttNbonslpbYD+bCUzp6MfbWbVkYd5kMMM03xyM8m8KQO0T r0SHAIjVeAZviETt4QZTXv5GdKAqPnLOs7p2JvNyyUdHlO3Mrdp0UQXMdTcm9+XstBLX wzHg== X-Gm-Message-State: ACgBeo3QK3rH2rlt4Rd7LL6TUeQD1MRu4EcfxshyEMBf+bHhA17HPHjQ CFppbic4K9hLJgXy7eI4V534Dw== X-Google-Smtp-Source: AA6agR6LDvHrQi12qh3N1gzEOhhEt53EIuFStmnQA0FwU3grdc31xOk0cvoAi7uKUbduttsF9ybfhg== X-Received: by 2002:a17:90a:640c:b0:1f7:6ecf:33b6 with SMTP id g12-20020a17090a640c00b001f76ecf33b6mr47781pjj.3.1661896019769; Tue, 30 Aug 2022 14:46:59 -0700 (PDT) Received: from google.com (7.104.168.34.bc.googleusercontent.com. [34.168.104.7]) by smtp.gmail.com with ESMTPSA id ij24-20020a170902ab5800b001753eb6668csm329636plb.251.2022.08.30.14.46.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Aug 2022 14:46:59 -0700 (PDT) Date: Tue, 30 Aug 2022 21:46:55 +0000 From: Sean Christopherson To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Maxim Levitsky Subject: Re: [PATCH] KVM: SVM: remove unnecessary check on INIT intercept Message-ID: References: <20220819165643.83692-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220819165643.83692-1-pbonzini@redhat.com> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, Aug 19, 2022, Paolo Bonzini wrote: > Since svm_check_nested_events() is now handling INIT signals, there is > no need to latch it until the VMEXIT is injected. The only condition > under which INIT signals are latched is GIF=0. > > Suggested-by: Maxim Levitsky > Signed-off-by: Paolo Bonzini > --- Pushed to branch `for_paolo/6.1` at: https://github.com/sean-jc/linux.git Unless you hear otherwise, it will make its way to kvm/queue "soon", thus completing the circle. Note, the commit IDs are not guaranteed to be stable.