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 33658C4332F for ; Tue, 26 Apr 2022 04:09:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243900AbiDZEMS (ORCPT ); Tue, 26 Apr 2022 00:12:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243903AbiDZEMH (ORCPT ); Tue, 26 Apr 2022 00:12:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44B0F17E13; Mon, 25 Apr 2022 21:09:01 -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 F020FB81C0E; Tue, 26 Apr 2022 04:08:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 026BCC385A4; Tue, 26 Apr 2022 04:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650946138; bh=UF2W6wDrcxlNMtRIim34cJfK+miQaqNxs0sRQs93kdc=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=oZK/Bkylyrvwtb+97S1FgyI27WMH/0/jf1Ljzxr1W0Esd1vpY82/bUpt3K8vAW0IW +nU/QMWo9MVCzGZZrv4D/s6okRjDpRl3yeNyeHonZKxKkrrDn00D9PgaWnC2KDk7mt WgongvnOf6/tnitnawdiKFslUj8LG4+sg8fqrs5Rqn1/y6CAok5SbNaEniLUvzhrnl RYyBuqdooZ4fb1v8QvlAhVQzTo00S54sGt4afhR3iUgwrpNjLKcTBqYNJrxMB9t77P C0/iW8yA+HcI5CLutsdjR6tVJXqXu/GpmgmqIPuHIA8pmSaS9f/j7Vp02fxU36+84I pcgxnlKSgaWfw== Message-ID: <16d4ad77b5f306e14c089d56c60b160d1d23be52.camel@kernel.org> Subject: Re: [PATCH V4 00/31] x86/sgx and selftests/sgx: Support SGX2 From: Jarkko Sakkinen To: Reinette Chatre , "Dhanraj, Vijay" Cc: "dave.hansen@linux.intel.com" , "tglx@linutronix.de" , "bp@alien8.de" , "Lutomirski, Andy" , "mingo@redhat.com" , "linux-sgx@vger.kernel.org" , "x86@kernel.org" , "shuah@kernel.org" , "linux-kselftest@vger.kernel.org" , "Shanahan, Mark" , "Christopherson,, Sean" , "Huang, Kai" , "Zhang, Cathy" , "Xing, Cedric" , "Huang, Haitao" , "hpa@zytor.com" , "linux-kernel@vger.kernel.org" Date: Tue, 26 Apr 2022 07:10:26 +0300 In-Reply-To: References: <2f4338f37943c2b067db16ae65c9af665d3b51d9.camel@kernel.org> <9fbf26c8-5808-20c5-8653-d4f36bf398a4@intel.com> <42a52a6018e8dadb4c3eebefaae4dab31c0d5721.camel@kernel.org> <54f053d8bb6b72725b2351fc2016d20b65cebbf1.camel@kernel.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2022-04-25 at 16:56 -0700, Reinette Chatre wrote: > > [PATCH V4 16/31] x86/sgx: Support adding of pages to an initialized enc= lave > > [PATCH V4 15/31] x86/sgx: Support restricting of enclave page permissio= ns > > [PATCH V4 18/31] x86/sgx: Support modifying SGX page type > > [PATCH V4 19/31] x86/sgx: Support complete page removal You can add my tested-by to all of the four now [*]. [*] https://github.com/enarx/enarx/pull/1776 BR, Jarkko