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 D296DECAA24 for ; Thu, 25 Aug 2022 19:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243135AbiHYT1v (ORCPT ); Thu, 25 Aug 2022 15:27:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243145AbiHYT1r (ORCPT ); Thu, 25 Aug 2022 15:27:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07D60BD747; Thu, 25 Aug 2022 12:27:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BAC8DB8291C; Thu, 25 Aug 2022 19:27:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14589C433C1; Thu, 25 Aug 2022 19:27:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661455664; bh=q+mPGqLjYeJ5eIqheWBgXDp7dmV2y+/bPkTaF8NeH7s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BY9seHd01qqhQ57O4p9U2awgYVKfd7Ab0F7mR4QykUFRBjRbRTXRbeX2xpl5EsPAn 07pdd6g9vrtn49qbsnpiOSHlYtmYoPrFDAMp2UCTLJ7+yNMo2lMHbspq/y8FRGBvS6 EO4krbSS4xujfLeqo48SGzIRccuWhGNQtIxVGp9Z6PeRruN+bGRwP4kxb+sH6qlMT8 DCL5jgY2IFp+d7f7IZqxWG5w3eq07WJ/ZAQXBdGrTOuNDx/5dcFkmscFk/SwGNskTL c1u6J+1WtiXT43n58L8sPyX3pp+0WYVyWxrYZljDWu3S7mty7xoOC0TS+K8zlNyUiE Vvwmj6VlesEJQ== Date: Thu, 25 Aug 2022 22:27:37 +0300 From: Jarkko Sakkinen To: Sean Christopherson Cc: Dave Hansen , Kai Huang , dave.hansen@linux.intel.com, linux-sgx@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, pbonzini@redhat.com, haitao.huang@linux.intel.com Subject: Re: [PATCH v2] x86/sgx: Allow exposing EDECCSSA user leaf function to KVM guest Message-ID: References: <20220818023829.1250080-1-kai.huang@intel.com> <236e5130-ec29-e99d-a368-3323a5f6f741@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Aug 25, 2022 at 03:49:38PM +0000, Sean Christopherson wrote: > On Thu, Aug 25, 2022, Dave Hansen wrote: > > On 8/25/22 08:19, Sean Christopherson wrote: > > >>> This patch, along with your patch to expose AEX-notify attribute bit to > > >>> guest, have been tested that both AEX-notify and EDECCSSA work in the VM. > > >>> Feel free to merge this patch. > > > Dave, any objection to taking this through the KVM tree? > > > > This specific patch? Or are you talking about the couple of AEX-notify > > patches in their entirety? > > I was thinking just this specific patch, but I temporarily forgot there are more > patches in flight. It would be a bit odd to have effectively half of the AEX-notify > enabling go through KVM. > > So with shortlog/changelog tweaks, > > Acked-by: Sean Christopherson with subsystem tag change (Sean's version): Acked-by: Jarkko Sakkinen BR, Jarkko